[go: nahoru, domu]

Searched defs:el (Results 1 - 19 of 19) sorted by relevance

/drivers/staging/ozwpan/
H A Dozeltbuf.c212 struct list_head *el; local
217 el = &buf->isoc_list;
219 el = &buf->order_list;
221 list_for_each_entry_safe(ei, n, el, link_order) {
/drivers/staging/lustre/lustre/libcfs/
H A Dlibcfs_string.c483 struct cfs_expr_list *el; local
486 el = list_entry(list->next,
488 list_del(&el->el_link);
489 cfs_expr_list_free(el);
496 struct cfs_expr_list *el; local
513 rc = cfs_expr_list_parse(res.ls_str, res.ls_len, 0, 255, &el);
517 list_add_tail(&el->el_link, list);
541 struct cfs_expr_list *el; local
544 list_for_each_entry_reverse(el, list, el_link) {
545 if (!cfs_expr_list_match(addr & 0xff, el))
[all...]
H A Dnidstrings.c599 struct cfs_expr_list *el; local
602 rc = cfs_expr_list_parse(str, len, 0, MAX_NUMERIC_VALUE, &el);
604 list_add_tail(&el->el_link, list);
824 struct cfs_expr_list *el; local
827 el = list_entry(numaddr->next, struct cfs_expr_list, el_link);
829 return cfs_expr_list_match(addr, el);
/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-cpu.c865 struct cfs_expr_list *el; local
914 0, high, &el) != 0) {
919 list_for_each_entry(range, &el->el_exprs, re_link) {
927 cfs_expr_list_free(el);
933 cfs_expr_list_free(el);
/drivers/input/misc/
H A Dyealink.c144 static int setChar(struct yealink_dev *yld, int el, int chr) argument
148 if (el >= ARRAY_SIZE(lcdMap))
154 yld->lcdMap[el] = chr;
156 if (lcdMap[el].type == '.') {
157 a = lcdMap[el].u.p.a;
158 m = lcdMap[el].u.p.m;
168 m = lcdMap[el].u.s[i].m;
173 a = lcdMap[el].u.s[i].a;
646 int el, size_t len)
661 setChar(yld, el
645 store_line(struct device *dev, const char *buf, size_t count, int el, size_t len) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c189 u32 sum = 0, el; local
227 el = swab16(ah->eeprom.map4k.baseEepHeader.length);
229 el = ah->eeprom.map4k.baseEepHeader.length;
231 if (el > sizeof(struct ar5416_eeprom_4k))
232 el = sizeof(struct ar5416_eeprom_4k) / sizeof(u16);
234 el = el / sizeof(u16);
238 for (i = 0; i < el; i++)
H A Deeprom_9287.c180 u32 sum = 0, el, integer; local
220 el = swab16(ah->eeprom.map9287.baseEepHeader.length);
222 el = ah->eeprom.map9287.baseEepHeader.length;
224 if (el > sizeof(struct ar9287_eeprom))
225 el = sizeof(struct ar9287_eeprom) / sizeof(u16);
227 el = el / sizeof(u16);
231 for (i = 0; i < el; i++)
H A Deeprom_def.c266 u32 sum = 0, el; local
303 el = swab16(ah->eeprom.def.baseEepHeader.length);
305 el = ah->eeprom.def.baseEepHeader.length;
307 if (el > sizeof(struct ar5416_eeprom_def))
308 el = sizeof(struct ar5416_eeprom_def) / sizeof(u16);
310 el = el / sizeof(u16);
314 for (i = 0; i < el; i++)
/drivers/isdn/act2000/
H A Dcapi.h267 actcapi_infoel el; member in struct:actcapi_msg::__anon1751::info_ind
/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c398 struct list_head *el; local
405 for (el = fl->fl_list.next; el != &fl->fl_list; el = el->next)
H A Dconfig.c112 lnet_ni_alloc(__u32 net, struct cfs_expr_list *el, struct list_head *nilist) argument
147 if (el == NULL) {
151 rc = cfs_expr_list_values(el, LNET_CPT_NUMBER, &ni->ni_cpts);
180 struct cfs_expr_list *el = NULL; local
238 0, LNET_CPT_NUMBER - 1, &el);
265 lnet_ni_alloc(net, el, nilist) == NULL)
268 if (el != NULL) {
269 cfs_expr_list_free(el);
270 el = NULL;
285 ni = lnet_ni_alloc(net, el, nilis
[all...]
H A Dlib-move.c53 struct list_head *el; local
80 list_for_each_safe(el, next, &the_lnet.ln_test_peers) {
81 tp = list_entry(el, lnet_test_peer_t, tp_list);
106 struct list_head *el; local
116 list_for_each_safe(el, next, &the_lnet.ln_test_peers) {
117 tp = list_entry(el, lnet_test_peer_t, tp_list);
/drivers/block/drbd/
H A Ddrbd_bitmap.c1455 * then assign full words up to the last long boundary (el),
1463 unsigned long el = (e+1) & ~((unsigned long)BITS_PER_LONG-1); local
1471 /* don't bother; el and sl may even be wrong. */
1478 /* difference is large enough that we can trust sl and el */
1487 last_page = el >> (3 + PAGE_SHIFT);
1503 last_word = MLPP(el >> LN2_BPL);
1506 * ==> e = 32767, el = 32768, last_page = 2,
1515 * example: (e & 63) == 63, el will be e+1.
1519 if (el <= e)
1520 __bm_change_bits_to(device, el,
[all...]
/drivers/net/wireless/
H A Dat76c50x-usb.c1523 const u8 *el; local
1536 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable;
1539 el = ((struct ieee80211_mgmt *)hdr)->u.beacon.variable;
1545 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len);
1546 if (el && el[1] > 0)
1547 channel = el[2];
H A Dwl3501_cs.c173 struct iw_mgmt_info_element *el,
176 el->id = id;
177 el->len = len;
178 memcpy(el->data, value, len);
581 .el = {
600 .el = {
607 .el = {
619 .el = {
631 .el = {
641 iw_copy_mgmt_info_element(&sig.ssid.el,
172 iw_set_mgmt_info_element(enum iw_mgmt_info_element_ids id, struct iw_mgmt_info_element *el, void *value, int len) argument
[all...]
H A Dwl3501.h237 struct iw_mgmt_info_element el; member in struct:iw_mgmt_essid_pset
248 struct iw_mgmt_info_element el; member in struct:iw_mgmt_data_rset
253 struct iw_mgmt_info_element el; member in struct:iw_mgmt_ds_pset
258 struct iw_mgmt_info_element el; member in struct:iw_mgmt_cf_pset
266 struct iw_mgmt_info_element el; member in struct:iw_mgmt_ibss_pset
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c734 struct asd_ll_el *el = start; local
739 if (el->id1 == id1)
741 if (el->id0 == id0)
742 return el;
744 el = start + le16_to_cpu(el->next);
745 } while (el != start);
986 struct asd_ll_el *el; local
1013 el = kmalloc(size, GFP_KERNEL);
1014 if (!el) {
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dservice.c712 struct cfs_expr_list *el; local
716 0, ncpts - 1, &el);
723 rc = cfs_expr_list_values(el, ncpts, &cpts);
724 cfs_expr_list_free(el);
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c396 struct echo_lock *el; local
398 OBD_SLAB_ALLOC_PTR_GFP(el, echo_lock_kmem, GFP_NOFS);
399 if (el != NULL) {
400 cl_lock_slice_add(lock, &el->el_cl, obj, &echo_lock_ops);
401 el->el_object = cl2echo_obj(obj);
402 INIT_LIST_HEAD(&el->el_chain);
403 atomic_set(&el->el_refcount, 0);
405 return el == NULL ? -ENOMEM : 0;
1040 struct echo_lock *el; local
1044 el
1095 struct list_head *el; local
[all...]

Completed in 414 milliseconds