/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 483 struct cfs_expr_list *el; in cfs_expr_list_free_list() local 486 el = list_entry(list->next, in cfs_expr_list_free_list() 488 list_del(&el->el_link); in cfs_expr_list_free_list() 489 cfs_expr_list_free(el); in cfs_expr_list_free_list() 496 struct cfs_expr_list *el; in cfs_ip_addr_parse() local 513 rc = cfs_expr_list_parse(res.ls_str, res.ls_len, 0, 255, &el); in cfs_ip_addr_parse() 517 list_add_tail(&el->el_link, list); in cfs_ip_addr_parse() 541 struct cfs_expr_list *el; in cfs_ip_addr_match() local 544 list_for_each_entry_reverse(el, list, el_link) { in cfs_ip_addr_match() 545 if (!cfs_expr_list_match(addr & 0xff, el)) in cfs_ip_addr_match()
|
D | nidstrings.c | 599 struct cfs_expr_list *el; in libcfs_num_parse() local 602 rc = cfs_expr_list_parse(str, len, 0, MAX_NUMERIC_VALUE, &el); in libcfs_num_parse() 604 list_add_tail(&el->el_link, list); in libcfs_num_parse() 824 struct cfs_expr_list *el; in libcfs_num_match() local 827 el = list_entry(numaddr->next, struct cfs_expr_list, el_link); in libcfs_num_match() 829 return cfs_expr_list_match(addr, el); in libcfs_num_match()
|
/drivers/net/wireless/ |
D | wl3501_cs.c | 173 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element() argument 176 el->id = id; in iw_set_mgmt_info_element() 177 el->len = len; in iw_set_mgmt_info_element() 178 memcpy(el->data, value, len); in iw_set_mgmt_info_element() 581 .el = { in wl3501_mgmt_join() 600 .el = { in wl3501_mgmt_start() 607 .el = { in wl3501_mgmt_start() 619 .el = { in wl3501_mgmt_start() 631 .el = { in wl3501_mgmt_start() 641 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start() [all …]
|
D | wl3501.h | 237 struct iw_mgmt_info_element el; member 248 struct iw_mgmt_info_element el; member 253 struct iw_mgmt_info_element el; member 258 struct iw_mgmt_info_element el; member 266 struct iw_mgmt_info_element el; member
|
D | at76c50x-usb.c | 1523 const u8 *el; in at76_guess_freq() local 1536 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable; in at76_guess_freq() 1539 el = ((struct ieee80211_mgmt *)hdr)->u.beacon.variable; in at76_guess_freq() 1545 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len); in at76_guess_freq() 1546 if (el && el[1] > 0) in at76_guess_freq() 1547 channel = el[2]; in at76_guess_freq()
|
/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 112 lnet_ni_alloc(__u32 net, struct cfs_expr_list *el, struct list_head *nilist) in lnet_ni_alloc() argument 147 if (el == NULL) { in lnet_ni_alloc() 151 rc = cfs_expr_list_values(el, LNET_CPT_NUMBER, &ni->ni_cpts); in lnet_ni_alloc() 180 struct cfs_expr_list *el = NULL; in lnet_parse_networks() local 238 0, LNET_CPT_NUMBER - 1, &el); in lnet_parse_networks() 265 lnet_ni_alloc(net, el, nilist) == NULL) in lnet_parse_networks() 268 if (el != NULL) { in lnet_parse_networks() 269 cfs_expr_list_free(el); in lnet_parse_networks() 270 el = NULL; in lnet_parse_networks() 285 ni = lnet_ni_alloc(net, el, nilist); in lnet_parse_networks() [all …]
|
D | api-ni.c | 398 struct list_head *el; in lnet_freelist_fini() local 405 for (el = fl->fl_list.next; el != &fl->fl_list; el = el->next) in lnet_freelist_fini()
|
D | lib-move.c | 53 struct list_head *el; in lnet_fail_nid() local 80 list_for_each_safe(el, next, &the_lnet.ln_test_peers) { in lnet_fail_nid() 81 tp = list_entry(el, lnet_test_peer_t, tp_list); in lnet_fail_nid() 106 struct list_head *el; in fail_peer() local 116 list_for_each_safe(el, next, &the_lnet.ln_test_peers) { in fail_peer() 117 tp = list_entry(el, lnet_test_peer_t, tp_list); in fail_peer()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 734 struct asd_ll_el *el = start; in asd_find_ll_by_id() local 739 if (el->id1 == id1) in asd_find_ll_by_id() 741 if (el->id0 == id0) in asd_find_ll_by_id() 742 return el; in asd_find_ll_by_id() 744 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id() 745 } while (el != start); in asd_find_ll_by_id() 986 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local 1014 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user() 1015 if (!el) { in asd_process_ctrl_a_user() 1020 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user() [all …]
|
D | aic94xx_dump.c | 953 struct list_head *el; 955 list_for_each(el, &ascb->list) { 956 struct asd_ascb *s = list_entry(el, struct asd_ascb,
|
/drivers/staging/ozwpan/ |
D | ozeltbuf.c | 212 struct list_head *el; in oz_select_elts_for_tx() local 217 el = &buf->isoc_list; in oz_select_elts_for_tx() 219 el = &buf->order_list; in oz_select_elts_for_tx() 221 list_for_each_entry_safe(ei, n, el, link_order) { in oz_select_elts_for_tx()
|
/drivers/input/misc/ |
D | yealink.c | 144 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument 148 if (el >= ARRAY_SIZE(lcdMap)) in setChar() 154 yld->lcdMap[el] = chr; in setChar() 156 if (lcdMap[el].type == '.') { in setChar() 157 a = lcdMap[el].u.p.a; in setChar() 158 m = lcdMap[el].u.p.m; in setChar() 168 m = lcdMap[el].u.s[i].m; in setChar() 173 a = lcdMap[el].u.s[i].a; in setChar() 646 int el, size_t len) in store_line() argument 661 setChar(yld, el++, buf[i]); in store_line()
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 128 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 396 struct echo_lock *el; in echo_lock_init() local 398 OBD_SLAB_ALLOC_PTR_GFP(el, echo_lock_kmem, GFP_NOFS); in echo_lock_init() 399 if (el != NULL) { in echo_lock_init() 400 cl_lock_slice_add(lock, &el->el_cl, obj, &echo_lock_ops); in echo_lock_init() 401 el->el_object = cl2echo_obj(obj); in echo_lock_init() 402 INIT_LIST_HEAD(&el->el_chain); in echo_lock_init() 403 atomic_set(&el->el_refcount, 0); in echo_lock_init() 405 return el == NULL ? -ENOMEM : 0; in echo_lock_init() 1040 struct echo_lock *el; in cl_echo_enqueue0() local 1044 el = cl2echo_lock(cl_lock_at(lck, &echo_device_type)); in cl_echo_enqueue0() [all …]
|
/drivers/net/wireless/ath/ath9k/ |
D | eeprom_9287.c | 180 u32 sum = 0, el, integer; in ath9k_hw_ar9287_check_eeprom() local 220 el = swab16(ah->eeprom.map9287.baseEepHeader.length); in ath9k_hw_ar9287_check_eeprom() 222 el = ah->eeprom.map9287.baseEepHeader.length; in ath9k_hw_ar9287_check_eeprom() 224 if (el > sizeof(struct ar9287_eeprom)) in ath9k_hw_ar9287_check_eeprom() 225 el = sizeof(struct ar9287_eeprom) / sizeof(u16); in ath9k_hw_ar9287_check_eeprom() 227 el = el / sizeof(u16); in ath9k_hw_ar9287_check_eeprom() 231 for (i = 0; i < el; i++) in ath9k_hw_ar9287_check_eeprom()
|
D | eeprom_4k.c | 189 u32 sum = 0, el; in ath9k_hw_4k_check_eeprom() local 227 el = swab16(ah->eeprom.map4k.baseEepHeader.length); in ath9k_hw_4k_check_eeprom() 229 el = ah->eeprom.map4k.baseEepHeader.length; in ath9k_hw_4k_check_eeprom() 231 if (el > sizeof(struct ar5416_eeprom_4k)) in ath9k_hw_4k_check_eeprom() 232 el = sizeof(struct ar5416_eeprom_4k) / sizeof(u16); in ath9k_hw_4k_check_eeprom() 234 el = el / sizeof(u16); in ath9k_hw_4k_check_eeprom() 238 for (i = 0; i < el; i++) in ath9k_hw_4k_check_eeprom()
|
D | eeprom_def.c | 266 u32 sum = 0, el; in ath9k_hw_def_check_eeprom() local 303 el = swab16(ah->eeprom.def.baseEepHeader.length); in ath9k_hw_def_check_eeprom() 305 el = ah->eeprom.def.baseEepHeader.length; in ath9k_hw_def_check_eeprom() 307 if (el > sizeof(struct ar5416_eeprom_def)) in ath9k_hw_def_check_eeprom() 308 el = sizeof(struct ar5416_eeprom_def) / sizeof(u16); in ath9k_hw_def_check_eeprom() 310 el = el / sizeof(u16); in ath9k_hw_def_check_eeprom() 314 for (i = 0; i < el; i++) in ath9k_hw_def_check_eeprom()
|
/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 865 struct cfs_expr_list *el; in cfs_cpt_table_create_pattern() local 914 0, high, &el) != 0) { in cfs_cpt_table_create_pattern() 919 list_for_each_entry(range, &el->el_exprs, re_link) { in cfs_cpt_table_create_pattern() 927 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern() 933 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 430 #define __BIT_VEC64_SET_BIT(el, bit) \ argument 432 el = ((el) | ((u64)0x1 << (bit))); \ 435 #define __BIT_VEC64_CLEAR_BIT(el, bit) \ argument 437 el = ((el) & (~((u64)0x1 << (bit)))); \ 463 #define NEXT_SGE_MASK_ELEM(el) (((el) + 1) & RX_SGE_MASK_LEN_MASK) argument
|
/drivers/block/drbd/ |
D | drbd_bitmap.c | 1469 unsigned long el = (e+1) & ~((unsigned long)BITS_PER_LONG-1); in _drbd_bm_set_bits() local 1493 last_page = el >> (3 + PAGE_SHIFT); in _drbd_bm_set_bits() 1509 last_word = MLPP(el >> LN2_BPL); in _drbd_bm_set_bits() 1525 if (el <= e) in _drbd_bm_set_bits() 1526 __bm_change_bits_to(device, el, e, 1); in _drbd_bm_set_bits()
|
/drivers/isdn/act2000/ |
D | capi.h | 267 actcapi_infoel el; member
|
D | capi.c | 1090 p += sprintf(p, "%02x ", msg->msg.info_ind.el.display[j]); in actcapi_debug_msg()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 712 struct cfs_expr_list *el; in ptlrpc_register_service() local 716 0, ncpts - 1, &el); in ptlrpc_register_service() 723 rc = cfs_expr_list_values(el, ncpts, &cpts); in ptlrpc_register_service() 724 cfs_expr_list_free(el); in ptlrpc_register_service()
|