Home
last modified time | relevance | path

Searched refs:addr1 (Results 1 – 196 of 196) sorted by relevance

/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/
Dcplbmgr.c101 unsigned long i_data, base, addr1, eaddr; in icplb_miss() local
123 addr1 = addr & ~(SIZE_4M - 1); in icplb_miss()
126 if (addr1 >= base && (addr1 + SIZE_4M) <= eaddr) { in icplb_miss()
132 addr = addr1; in icplb_miss()
148 unsigned long d_data, base, addr1, eaddr, cplb_pagesize, cplb_pageflags; in dcplb_miss() local
183 addr1 = addr & ~(cplb_pagesize - 1); in dcplb_miss()
184 if (addr1 >= base && (addr1 + cplb_pagesize) <= eaddr) { in dcplb_miss()
190 addr = addr1; in dcplb_miss()
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dprobe.c21 unsigned long addr0, addr1, data0, data1, data2, data3; in cpu_probe() local
30 addr1 = CACHE_OC_ADDRESS_ARRAY + (1 << 12); in cpu_probe()
35 data1 = __raw_readl(addr1); in cpu_probe()
36 __raw_writel(data1&~(SH_CACHE_VALID|SH_CACHE_UPDATED), addr1); in cpu_probe()
42 data1 = __raw_readl(addr1); in cpu_probe()
44 __raw_writel(data2, addr1); in cpu_probe()
49 __raw_writel(data2&~SH_CACHE_VALID, addr1); in cpu_probe()
/linux-4.4.14/arch/xtensa/kernel/
Dsmp.c443 unsigned long addr1; member
470 local_flush_tlb_page(fd->vma, fd->addr1); in ipi_flush_tlb_page()
477 .addr1 = addr, in flush_tlb_page()
485 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_tlb_range()
493 .addr1 = start, in flush_tlb_range()
502 local_flush_tlb_kernel_range(fd->addr1, fd->addr2); in ipi_flush_tlb_kernel_range()
508 .addr1 = start, in flush_tlb_kernel_range()
529 local_flush_cache_page(fd->vma, fd->addr1, fd->addr2); in ipi_flush_cache_page()
537 .addr1 = address, in flush_cache_page()
546 local_flush_cache_range(fd->vma, fd->addr1, fd->addr2); in ipi_flush_cache_range()
[all …]
/linux-4.4.14/include/linux/
Detherdevice.h310 static inline bool ether_addr_equal(const u8 *addr1, const u8 *addr2) in ether_addr_equal() argument
313 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal()
314 ((*(const u16 *)(addr1 + 4)) ^ (*(const u16 *)(addr2 + 4))); in ether_addr_equal()
318 const u16 *a = (const u16 *)addr1; in ether_addr_equal()
339 static inline bool ether_addr_equal_64bits(const u8 addr1[6+2], in ether_addr_equal_64bits()
343 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits()
351 return ether_addr_equal(addr1, addr2); in ether_addr_equal_64bits()
364 static inline bool ether_addr_equal_unaligned(const u8 *addr1, const u8 *addr2) in ether_addr_equal_unaligned() argument
367 return ether_addr_equal(addr1, addr2); in ether_addr_equal_unaligned()
369 return memcmp(addr1, addr2, ETH_ALEN) == 0; in ether_addr_equal_unaligned()
Duwb.h550 static inline int uwb_dev_addr_cmp(const struct uwb_dev_addr *addr1, in uwb_dev_addr_cmp() argument
553 return memcmp(addr1, addr2, sizeof(*addr1)); in uwb_dev_addr_cmp()
557 static inline int uwb_mac_addr_cmp(const struct uwb_mac_addr *addr1, in uwb_mac_addr_cmp() argument
560 return memcmp(addr1, addr2, sizeof(*addr1)); in uwb_mac_addr_cmp()
Dieee80211.h223 u8 addr1[ETH_ALEN]; member
233 u8 addr1[ETH_ALEN]; member
242 u8 addr1[ETH_ALEN]; member
2373 return hdr->addr1; in ieee80211_get_DA()
Dbio.h184 #define __BIO_SEG_BOUNDARY(addr1, addr2, mask) \ argument
185 (((addr1) | (mask)) == (((addr2) - 1) | (mask)))
/linux-4.4.14/arch/sh/mm/
Dtlb-debugfs.c42 unsigned long addr1, addr2, data1, data2; in tlb_seq_show() local
55 addr1 = MMU_ITLB_ADDRESS_ARRAY; in tlb_seq_show()
61 addr1 = MMU_UTLB_ADDRESS_ARRAY; in tlb_seq_show()
78 addr1 = MMU_ITLB_ADDRESS_ARRAY; in tlb_seq_show()
84 addr1 = MMU_UTLB_ADDRESS_ARRAY; in tlb_seq_show()
100 val = __raw_readl(addr1 | (entry << MMU_TLB_ENTRY_SHIFT)); in tlb_seq_show()
Dcache-sh4.c47 start = data->addr1; in sh4_flush_icache_range()
218 address = data->addr1 & PAGE_MASK; in sh4_flush_cache_page()
283 start = data->addr1; in sh4_flush_cache_range()
Dcache.c197 data.addr1 = addr; in flush_cache_page()
209 data.addr1 = start; in flush_cache_range()
227 data.addr1 = start; in flush_icache_range()
Dcache-sh5.c532 start = data->addr1; in sh5_flush_cache_range()
555 eaddr = data->addr1; in sh5_flush_cache_page()
583 start = data->addr1; in sh5_flush_icache_range()
Dcache-sh7705.c72 start = data->addr1; in sh7705_flush_icache_range()
Dcache-sh2a.c158 start = data->addr1 & ~(L1_CACHE_BYTES-1); in sh2a_flush_icache_range()
/linux-4.4.14/arch/sh/kernel/
Dsmp.c377 unsigned long addr1; member
385 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
398 fd.addr1 = start; in flush_tlb_range()
415 local_flush_tlb_kernel_range(fd->addr1, fd->addr2); in flush_tlb_kernel_range_ipi()
422 fd.addr1 = start; in flush_tlb_kernel_range()
431 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
442 fd.addr1 = page; in flush_tlb_page()
457 local_flush_tlb_one(fd->addr1, fd->addr2); in flush_tlb_one_ipi()
464 fd.addr1 = asid; in flush_tlb_one()
/linux-4.4.14/drivers/staging/vt6656/
Drf.c831 u8 *addr1 = NULL, *addr2 = NULL, *addr3 = NULL; in vnt_rf_table_download() local
841 addr1 = &al2230_init_table[0][0]; in vnt_rf_table_download()
849 addr1 = &al7230_init_table[0][0]; in vnt_rf_table_download()
857 addr1 = &vt3226_init_table[0][0]; in vnt_rf_table_download()
865 addr1 = &vt3226d0_init_table[0][0]; in vnt_rf_table_download()
873 addr1 = &vt3342a0_init_table[0][0]; in vnt_rf_table_download()
880 memcpy(array, addr1, length1); in vnt_rf_table_download()
924 addr1 = &(al7230_init_table_amode[0][0]); in vnt_rf_table_download()
927 memcpy(array, addr1, length1); in vnt_rf_table_download()
Drxtx.h48 u8 addr1[6]; member
Drxtx.c402 ether_addr_copy(rts->ra, hdr->addr1); in vnt_fill_ieee80211_rts()
764 ether_addr_copy(mic_hdr->addr1, hdr->addr1); in vnt_fill_txkey()
/linux-4.4.14/arch/score/kernel/
Dptrace.c241 child->thread.addr1 = epc; in user_enable_single_step()
246 child->thread.addr1 = epc; in user_enable_single_step()
263 child->thread.addr1 = epc; in user_enable_single_step()
268 child->thread.addr1 = epc; in user_enable_single_step()
296 write_tsk_short(child, child->thread.addr1, in user_disable_single_step()
300 write_tsk_long(child, child->thread.addr1, in user_disable_single_step()
305 write_tsk_short(child, child->thread.addr1, in user_disable_single_step()
308 write_tsk_long(child, child->thread.addr1, in user_disable_single_step()
Dtraps.c245 if ((epc == current->thread.addr1) || in do_ri()
/linux-4.4.14/net/sctp/
Dipv6.c80 static int sctp_v6_cmp_addr(const union sctp_addr *addr1,
507 static int sctp_v6_cmp_addr(const union sctp_addr *addr1, in sctp_v6_cmp_addr() argument
510 if (addr1->sa.sa_family != addr2->sa.sa_family) { in sctp_v6_cmp_addr()
511 if (addr1->sa.sa_family == AF_INET && in sctp_v6_cmp_addr()
514 if (addr2->v6.sin6_port == addr1->v4.sin_port && in sctp_v6_cmp_addr()
516 addr1->v4.sin_addr.s_addr) in sctp_v6_cmp_addr()
520 addr1->sa.sa_family == AF_INET6 && in sctp_v6_cmp_addr()
521 ipv6_addr_v4mapped(&addr1->v6.sin6_addr)) { in sctp_v6_cmp_addr()
522 if (addr1->v6.sin6_port == addr2->v4.sin_port && in sctp_v6_cmp_addr()
523 addr1->v6.sin6_addr.s6_addr32[3] == in sctp_v6_cmp_addr()
[all …]
Dprotocol.c308 static int sctp_v4_cmp_addr(const union sctp_addr *addr1, in sctp_v4_cmp_addr() argument
311 if (addr1->sa.sa_family != addr2->sa.sa_family) in sctp_v4_cmp_addr()
313 if (addr1->v4.sin_port != addr2->v4.sin_port) in sctp_v4_cmp_addr()
315 if (addr1->v4.sin_addr.s_addr != addr2->v4.sin_addr.s_addr) in sctp_v4_cmp_addr()
931 static int sctp_inet_cmp_addr(const union sctp_addr *addr1, in sctp_inet_cmp_addr() argument
936 if (addr1->sa.sa_family != addr2->sa.sa_family) in sctp_inet_cmp_addr()
938 if (htonl(INADDR_ANY) == addr1->v4.sin_addr.s_addr || in sctp_inet_cmp_addr()
941 if (addr1->v4.sin_addr.s_addr == addr2->v4.sin_addr.s_addr) in sctp_inet_cmp_addr()
/linux-4.4.14/arch/mips/kernel/
Dsmp.c343 unsigned long addr1; member
351 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi()
362 .addr1 = start, in flush_tlb_range()
383 local_flush_tlb_kernel_range(fd->addr1, fd->addr2); in flush_tlb_kernel_range_ipi()
389 .addr1 = start, in flush_tlb_kernel_range()
400 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
409 .addr1 = page, in flush_tlb_page()
/linux-4.4.14/arch/powerpc/mm/
Dslb.c169 static inline int esids_match(unsigned long addr1, unsigned long addr2) in esids_match() argument
175 return (GET_ESID(addr1) == GET_ESID(addr2)); in esids_match()
177 esid_1t_count = (((addr1 >> SID_SHIFT_1T) != 0) + in esids_match()
182 return (GET_ESID(addr1) == GET_ESID(addr2)); in esids_match()
189 return (GET_ESID_1T(addr1) == GET_ESID_1T(addr2)); in esids_match()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_rx.c51 printk(KERN_DEBUG " A1=%pM", hdr->addr1); in hostap_dump_rx_80211()
286 memcpy(entry->dst_addr, hdr->addr1, ETH_ALEN); in prism2_frag_cache_get()
291 hdr->addr1); in prism2_frag_cache_get()
313 entry = prism2_frag_cache_find(local, seq, -1, hdr->addr2, hdr->addr1); in prism2_frag_cache_invalidate()
566 if (!ether_addr_equal(hdr->addr1, local->dev->dev_addr) && in hostap_rx_frame_wds()
567 (hdr->addr1[0] != 0xff || hdr->addr1[1] != 0xff || in hostap_rx_frame_wds()
568 hdr->addr1[2] != 0xff || hdr->addr1[3] != 0xff || in hostap_rx_frame_wds()
569 hdr->addr1[4] != 0xff || hdr->addr1[5] != 0xff)) { in hostap_rx_frame_wds()
575 hdr->addr1); in hostap_rx_frame_wds()
625 ether_addr_equal(hdr->addr1, dev->dev_addr) && in hostap_is_eapol_frame()
[all …]
Dhostap_80211_tx.c48 printk(KERN_DEBUG " A1=%pM", hdr->addr1); in hostap_dump_tx_80211()
178 eth_broadcast_addr(hdr.addr1); in hostap_data_start_xmit()
180 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
183 memcpy(&hdr.addr1, local->bssid, ETH_ALEN); in hostap_data_start_xmit()
189 skb_copy_from_linear_data(skb, &hdr.addr1, ETH_ALEN); in hostap_data_start_xmit()
196 memcpy(&hdr.addr1, to_assoc_ap ? in hostap_data_start_xmit()
203 skb_copy_from_linear_data(skb, &hdr.addr1, ETH_ALEN); in hostap_data_start_xmit()
336 local->dev->name, hdr->addr1); in hostap_tx_encrypt()
Dhostap_ap.c714 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_auth()
739 dev->name, hdr->addr1, in hostap_ap_tx_cb_auth()
778 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_assoc()
805 dev->name, hdr->addr1, txt); in hostap_ap_tx_cb_assoc()
823 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_poll()
830 ap->local->dev->name, hdr->addr1); in hostap_ap_tx_cb_poll()
1011 memcpy(hdr->addr1, addr, ETH_ALEN); /* DA / RA */ in prism2_send_mgmt()
1936 hdr->addr1, hdr->addr2, !!ieee80211_has_pm(hdr->frame_control)); in handle_pspoll()
1938 if (!ether_addr_equal(hdr->addr1, dev->dev_addr)) { in handle_pspoll()
1941 hdr->addr1); in handle_pspoll()
[all …]
Dhostap_wlan.h89 u8 addr1[ETH_ALEN]; member
118 u8 addr1[ETH_ALEN]; member
Dhostap_main.c545 rx->addr1, rx->addr2, rx->addr3, rx->addr4); in hostap_dump_rx_header()
573 tx->addr1, tx->addr2, tx->addr3, tx->addr4); in hostap_dump_tx_header()
Dhostap_hw.c2348 memcpy(wrqu.addr.sa_data, txdesc.addr1, ETH_ALEN); in prism2_txexc()
2394 txdesc.addr1, txdesc.addr2, in prism2_txexc()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.h34 hwsq_reg2(u32 addr1, u32 addr2) in hwsq_reg2() argument
39 .addr = addr1, in hwsq_reg2()
40 .stride = addr2 - addr1, in hwsq_reg2()
/linux-4.4.14/fs/jfs/
Djfs_dtree.h115 u8 addr1; /* 1: upper 8 bits of leaf page address */ member
128 (dir_table_slot)->addr1 = ((u64)address64) >> 32;\
133 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
Djfs_dtree.c508 dirtab_slot->slot = dirtab_slot->addr1 = 0; in free_index()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c202 ieee->dev->name, header->addr1); in ieee80211_encrypt_fragment()
318 if (is_multicast_ether_addr(hdr->addr1)) in ieee80211_tx_query_agg_cap()
334 if (!GetTs(ieee, (PTS_COMMON_INFO *)(&pTxTs), hdr->addr1, skb->priority, TX_DIR, true)) in ieee80211_tx_query_agg_cap()
687 memcpy(&header.addr1, ieee->current_network.bssid, ETH_ALEN); in ieee80211_xmit()
693 memcpy(&header.addr1, dest, ETH_ALEN); in ieee80211_xmit()
702 if (is_multicast_ether_addr(header.addr1)) { in ieee80211_xmit()
872 if (is_multicast_ether_addr(header.addr1)) in ieee80211_xmit()
874 if (is_broadcast_ether_addr(header.addr1)) in ieee80211_xmit()
887 ieee80211_query_seqnum(ieee, txb->fragments[0], header.addr1); in ieee80211_xmit()
Dieee80211_rx.c148 memcpy(entry->dst_addr, hdr->addr1, ETH_ALEN); in ieee80211_frag_cache_get()
153 hdr->addr1); in ieee80211_frag_cache_get()
191 hdr->addr1); in ieee80211_frag_cache_invalidate()
225 …if ((memcmp(hdr->addr1, ieee->dev->dev_addr, ETH_ALEN)))/* use ADDR1 to perform address matching f… in ieee80211_rx_frame_mgmt()
313 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0 && in ieee80211_is_eapol_frame()
318 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0) { in ieee80211_is_eapol_frame()
980 if (!(hdr->addr1[0] & 0x01) || local->bcrx_sta_key) in ieee80211_rx()
1057 memcpy(dst, hdr->addr1, ETH_ALEN); in ieee80211_rx()
1064 memcpy(bssid, hdr->addr1, ETH_ALEN); in ieee80211_rx()
1074 memcpy(dst, hdr->addr1, ETH_ALEN); in ieee80211_rx()
[all …]
Dieee80211_crypt_tkip.c539 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
547 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
599 if (hdr->addr1[0] & 0x01) in ieee80211_michael_mic_failure()
Dieee80211.h900 u8 addr1[ETH_ALEN]; member
907 u8 addr1[ETH_ALEN]; member
915 u8 addr1[ETH_ALEN]; member
925 u8 addr1[ETH_ALEN]; member
936 u8 addr1[ETH_ALEN]; member
947 u8 addr1[ETH_ALEN]; member
Drtl819x_BAProc.c135 memcpy(BAReq->addr1, Dst, ETH_ALEN); in ieee80211_ADDBA()
222 memcpy(Delba->addr1, dst, ETH_ALEN); in ieee80211_DELBA()
Dieee80211_softmac.c345 memset(req->header.addr1, 0xff, ETH_ALEN); in ieee80211_probe_req()
665 memcpy(auth->header.addr1, beacon->bssid, ETH_ALEN); in ieee80211_authentication_req()
764 memcpy (beacon_buf->header.addr1, dest,ETH_ALEN); in ieee80211_probe_resp()
863 memcpy(assoc->header.addr1, dest,ETH_ALEN); in ieee80211_assoc_resp()
917 memcpy(auth->header.addr1, dest, ETH_ALEN); in ieee80211_auth_resp()
937 memcpy(hdr->addr1, ieee->current_network.bssid, ETH_ALEN); in ieee80211_null_func()
1085 memcpy(hdr->header.addr1, beacon->bssid, ETH_ALEN); in ieee80211_association_req()
3115 memcpy(disass->header.addr1, beacon->bssid, ETH_ALEN); in ieee80211_disassociate_skb()
Dieee80211_crypt_ccmp.c169 memcpy(aad + 4, hdr->addr1, 3 * ETH_ALEN); in ccmp_init_blocks()
/linux-4.4.14/net/mac80211/
Dmesh_ps.c41 memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN); in mps_qos_null_get()
193 if (WARN_ON(is_unicast_ether_addr(hdr->addr1) && in ieee80211_mps_set_frame_flags()
198 if (is_unicast_ether_addr(hdr->addr1) && in ieee80211_mps_set_frame_flags()
215 if ((is_unicast_ether_addr(hdr->addr1) && in ieee80211_mps_set_frame_flags()
217 (is_multicast_ether_addr(hdr->addr1) && in ieee80211_mps_set_frame_flags()
340 if (is_unicast_ether_addr(hdr->addr1) && in ieee80211_mps_rx_h_sta_process()
Dtx.c326 hdr->addr1); in ieee80211_tx_h_check_assoc()
594 is_multicast_ether_addr(hdr->addr1) && in ieee80211_tx_h_select_key()
598 else if (is_multicast_ether_addr(hdr->addr1) && in ieee80211_tx_h_select_key()
601 else if (!is_multicast_ether_addr(hdr->addr1) && in ieee80211_tx_h_select_key()
725 tx->sdata->name, hdr->addr1, in ieee80211_tx_h_rate_ctrl()
820 is_multicast_ether_addr(hdr->addr1)) { in ieee80211_tx_h_sequence()
1057 group_addr = is_multicast_ether_addr(hdr->addr1); in ieee80211_tx_h_calculate_duration()
1179 tx->sta = sta_info_get_bss(sdata, hdr->addr1); in ieee80211_tx_prepare()
1181 if (!tx->sta && !is_multicast_ether_addr(hdr->addr1)) in ieee80211_tx_prepare()
1182 tx->sta = sta_info_get(sdata, hdr->addr1); in ieee80211_tx_prepare()
[all …]
Drx.c57 return hdr->addr1; in ieee80211_get_bssid()
72 return hdr->addr1; in ieee80211_get_bssid()
80 return hdr->addr1; in ieee80211_get_bssid()
676 if (is_multicast_ether_addr(hdr->addr1)) in ieee80211_is_unicast_robust_mgmt_frame()
687 if (!is_multicast_ether_addr(hdr->addr1)) in ieee80211_is_multicast_robust_mgmt_frame()
750 if (is_multicast_ether_addr(hdr->addr1)) { in ieee80211_rx_mesh_check()
1039 is_multicast_ether_addr(hdr->addr1)) in ieee80211_rx_reorder_ampdu()
1113 is_multicast_ether_addr(hdr->addr1)) in ieee80211_rx_h_check_dup()
1401 !is_multicast_ether_addr(hdr->addr1)) { in ieee80211_rx_h_sta_process()
1414 } else if (!is_multicast_ether_addr(hdr->addr1)) { in ieee80211_rx_h_sta_process()
[all …]
Dstatus.c193 ieee80211_check_pending_bar(sta, hdr->addr1, tid); in ieee80211_frame_acked()
315 !is_multicast_ether_addr(hdr->addr1)) in ieee80211_add_tx_radiotap_header()
483 cfg80211_probe_status(sdata->dev, hdr->addr1, in ieee80211_report_ack_skb()
758 for_each_sta_info(local, tbl, hdr->addr1, sta, tmp) { in ieee80211_tx_status()
801 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in ieee80211_tx_status()
899 if (!is_multicast_ether_addr(hdr->addr1) || in ieee80211_tx_status()
Dwpa.c178 is_multicast_ether_addr(hdr->addr1) ? in ieee80211_rx_h_michael_mic_verify()
293 hdr->addr1, hwaccel, rx->security_idx, in ieee80211_crypto_tkip_decrypt()
360 memcpy(&aad[4], &hdr->addr1, 3 * ETH_ALEN); in ccmp_special_blocks()
586 memcpy(&aad[4], &hdr->addr1, 3 * ETH_ALEN); in gcmp_special_blocks()
899 memcpy(aad + 2, &hdr->addr1, 3 * ETH_ALEN); in bip_aad()
Dwme.c251 if (is_multicast_ether_addr(hdr->addr1) || in ieee80211_set_qos_hdr()
Ddebugfs_netdev.c341 memcpy(hdr->addr1, addr, ETH_ALEN); in ieee80211_if_parse_tkip_mic_test()
354 memcpy(hdr->addr1, sdata->u.mgd.associated->bssid, ETH_ALEN); in ieee80211_if_parse_tkip_mic_test()
Dmesh_pathtbl.c217 memcpy(hdr->addr1, sta->sta.addr, ETH_ALEN); in mesh_path_assign_nexthop()
259 memcpy(hdr->addr1, next_hop, ETH_ALEN); in prepare_for_gate()
Dmesh.c583 memcpy(hdr->addr1, meshda, ETH_ALEN); in ieee80211_fill_mesh_addresses()
590 eth_zero_addr(hdr->addr1); /* RA is resolved later */ in ieee80211_fill_mesh_addresses()
Dmesh_hwmp.c1161 memcpy(hdr->addr1, next_hop->sta.addr, ETH_ALEN); in mesh_nexthop_lookup()
Dsta_info.c1278 memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN); in ieee80211_send_null_response()
Dmlme.c985 memcpy(nullfunc->addr1, sdata->u.mgd.bssid, ETH_ALEN); in ieee80211_send_4addr_nullfunc()
2144 if (is_multicast_ether_addr(hdr->addr1)) in ieee80211_sta_rx_notify()
Dcfg.c3623 memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN); in ieee80211_probe_client()
/linux-4.4.14/drivers/ata/
Dpata_hpt37x.c414 u32 addr1, addr2; in hpt370_set_mode() local
418 addr1 = 0x40 + 4 * (adev->devno + 2 * ap->port_no); in hpt370_set_mode()
437 pci_read_config_dword(pdev, addr1, &reg); in hpt370_set_mode()
439 pci_write_config_dword(pdev, addr1, reg); in hpt370_set_mode()
508 u32 addr1, addr2; in hpt372_set_mode() local
512 addr1 = 0x40 + 4 * (adev->devno + 2 * ap->port_no); in hpt372_set_mode()
530 pci_read_config_dword(pdev, addr1, &reg); in hpt372_set_mode()
532 pci_write_config_dword(pdev, addr1, reg); in hpt372_set_mode()
Dpata_hpt3x2n.c185 u32 addr1, addr2; in hpt3x2n_set_mode() local
189 addr1 = 0x40 + 4 * (adev->devno + 2 * ap->port_no); in hpt3x2n_set_mode()
207 pci_read_config_dword(pdev, addr1, &reg); in hpt3x2n_set_mode()
209 pci_write_config_dword(pdev, addr1, reg); in hpt3x2n_set_mode()
/linux-4.4.14/arch/arc/include/asm/
Dcacheflush.h102 #define addr_not_cache_congruent(addr1, addr2) \ argument
105 (CACHE_COLOR(addr1) != CACHE_COLOR(addr2)) : 0; \
/linux-4.4.14/arch/x86/kvm/
Di8259.c403 static u32 pic_poll_read(struct kvm_kpic_state *s, u32 addr1) in pic_poll_read() argument
409 if (addr1 >> 7) { in pic_poll_read()
415 if (addr1 >> 7 || ret != 2) in pic_poll_read()
425 static u32 pic_ioport_read(void *opaque, u32 addr1) in pic_ioport_read() argument
431 addr = addr1; in pic_ioport_read()
434 ret = pic_poll_read(s, addr1); in pic_ioport_read()
453 static u32 elcr_ioport_read(void *opaque, u32 addr1) in elcr_ioport_read() argument
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_nx2.c124 qla8044_poll_wait_for_ready(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_poll_wait_for_ready() argument
133 qla8044_rd_reg_indirect(vha, addr1, &temp); in qla8044_poll_wait_for_ready()
148 uint32_t addr1, uint32_t addr3, uint32_t mask, uint32_t addr) in qla8044_ipmdio_rd_reg() argument
153 ret = qla8044_poll_wait_for_ready(vha, addr1, mask); in qla8044_ipmdio_rd_reg()
158 qla8044_wr_reg_indirect(vha, addr1, temp); in qla8044_ipmdio_rd_reg()
160 ret = qla8044_poll_wait_for_ready(vha, addr1, mask); in qla8044_ipmdio_rd_reg()
172 uint32_t addr1, uint32_t addr2, uint32_t addr3, uint32_t mask) in qla8044_poll_wait_ipmdio_bus_idle() argument
180 temp = qla8044_ipmdio_rd_reg(vha, addr1, addr3, mask, addr2); in qla8044_poll_wait_ipmdio_bus_idle()
194 qla8044_ipmdio_wr_reg(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_ipmdio_wr_reg() argument
199 ret = qla8044_poll_wait_for_ready(vha, addr1, mask); in qla8044_ipmdio_wr_reg()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramfuc.h34 ramfuc_reg2(u32 addr1, u32 addr2) in ramfuc_reg2() argument
38 .addr = addr1, in ramfuc_reg2()
39 .stride = addr2 - addr1, in ramfuc_reg2()
/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c61 u64 addr1 = 0, addr2 = 0; in same_kallsyms_reloc() local
68 addr1 = kallsyms__get_function_start(from, name); in same_kallsyms_reloc()
69 if (addr1) in same_kallsyms_reloc()
76 return addr1 == addr2; in same_kallsyms_reloc()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_tx.c299 if (is_multicast_ether_addr(hdr->addr1)) in rtllib_tx_query_agg_cap()
311 if (!GetTs(ieee, (struct ts_common_info **)(&pTxTs), hdr->addr1, in rtllib_tx_query_agg_cap()
698 ether_addr_copy(header.addr1, in rtllib_xmit_inter()
710 ether_addr_copy(header.addr1, dest); in rtllib_xmit_inter()
716 bIsMulticast = is_multicast_ether_addr(header.addr1); in rtllib_xmit_inter()
838 header.addr1)); in rtllib_xmit_inter()
922 if (is_multicast_ether_addr(header.addr1)) in rtllib_xmit_inter()
924 if (is_broadcast_ether_addr(header.addr1)) in rtllib_xmit_inter()
Drtllib_rx.c149 ether_addr_copy(entry->dst_addr, hdr->addr1); in rtllib_frag_cache_get()
155 hdr->addr1); in rtllib_frag_cache_get()
194 hdr->addr1); in rtllib_frag_cache_invalidate()
226 if ((memcmp(hdr->addr1, ieee->dev->dev_addr, ETH_ALEN))) { in rtllib_rx_frame_mgmt()
267 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0 && in rtllib_is_eapol_frame()
272 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0) { in rtllib_is_eapol_frame()
975 ether_addr_copy(dst, hdr->addr1); in rtllib_rx_extract_addr()
982 ether_addr_copy(bssid, hdr->addr1); in rtllib_rx_extract_addr()
990 ether_addr_copy(dst, hdr->addr1); in rtllib_rx_extract_addr()
1333 multicast = is_multicast_ether_addr(hdr->addr1); in rtllib_rx_InfraAdhoc()
[all …]
Drtllib_crypt_tkip.c537 ether_addr_copy(hdr, hdr11->addr1); /* DA */ in michael_mic_hdr()
545 ether_addr_copy(hdr, hdr11->addr1); /* DA */ in michael_mic_hdr()
594 if (hdr->addr1[0] & 0x01) in rtllib_michael_mic_failure()
Drtllib.h793 u8 addr1[ETH_ALEN]; member
800 u8 addr1[ETH_ALEN]; member
808 u8 addr1[ETH_ALEN]; member
818 u8 addr1[ETH_ALEN]; member
829 u8 addr1[ETH_ALEN]; member
840 u8 addr1[ETH_ALEN]; member
Drtl819x_BAProc.c101 ether_addr_copy(BAReq->addr1, Dst); in rtllib_ADDBA()
165 ether_addr_copy(Delba->addr1, dst); in rtllib_DELBA()
Drtllib_softmac.c358 memset(req->header.addr1, 0xff, ETH_ALEN); in rtllib_probe_req()
798 ether_addr_copy(auth->header.addr1, beacon->bssid); in rtllib_authentication_req()
892 ether_addr_copy(beacon_buf->header.addr1, dest); in rtllib_probe_resp()
989 ether_addr_copy(assoc->header.addr1, dest); in rtllib_assoc_resp()
1048 ether_addr_copy(auth->header.addr1, dest); in rtllib_auth_resp()
1069 ether_addr_copy(hdr->addr1, ieee->current_network.bssid); in rtllib_null_func()
1249 ether_addr_copy(hdr->header.addr1, beacon->bssid); in rtllib_association_req()
3421 ether_addr_copy(disauth->header.addr1, beacon->bssid); in rtllib_disauth_skb()
3448 ether_addr_copy(disass->header.addr1, beacon->bssid); in rtllib_disassociate_skb()
Drtllib_crypt_ccmp.c161 memcpy(aad + 4, hdr->addr1, 3 * ETH_ALEN); in ccmp_init_blocks()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_nx.c1825 uint32_t addr1, uint32_t mask) in ql4_84xx_poll_wait_for_ready() argument
1833 ha->isp_ops->rd_reg_indirect(ha, addr1, &temp); in ql4_84xx_poll_wait_for_ready()
1846 uint32_t ql4_84xx_ipmdio_rd_reg(struct scsi_qla_host *ha, uint32_t addr1, in ql4_84xx_ipmdio_rd_reg() argument
1854 rval = ql4_84xx_poll_wait_for_ready(ha, addr1, mask); in ql4_84xx_ipmdio_rd_reg()
1859 ha->isp_ops->wr_reg_indirect(ha, addr1, temp); in ql4_84xx_ipmdio_rd_reg()
1861 rval = ql4_84xx_poll_wait_for_ready(ha, addr1, mask); in ql4_84xx_ipmdio_rd_reg()
1874 uint32_t addr1, in ql4_84xx_poll_wait_ipmdio_bus_idle() argument
1885 ql4_84xx_ipmdio_rd_reg(ha, addr1, addr3, mask, addr2, &temp); in ql4_84xx_poll_wait_ipmdio_bus_idle()
1898 uint32_t addr1, uint32_t addr3, in ql4_84xx_ipmdio_wr_reg() argument
1904 rval = ql4_84xx_poll_wait_for_ready(ha, addr1, mask); in ql4_84xx_ipmdio_wr_reg()
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h148 u8 addr1[ETH_ALEN]; member
158 u8 addr1[ETH_ALEN]; member
168 u8 addr1[ETH_ALEN]; member
179 u8 addr1[ETH_ALEN]; member
533 u8 addr1[6]; member
Drtl871x_xmit.c490 memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), in make_wlanhdr()
497 memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); in make_wlanhdr()
504 memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); in make_wlanhdr()
509 memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); in make_wlanhdr()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c240 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in ConstructBeacon()
330 memcpy(pwlanhdr->addr1, pnetwork->MacAddress, ETH_ALEN); in ConstructPSPoll()
365 memcpy(pwlanhdr->addr1, pnetwork->MacAddress, ETH_ALEN); in ConstructNullFunctionData()
371 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData()
377 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData()
421 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructProbeRsp()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c124 memcpy(entry->dst_addr, hdr->addr1, ETH_ALEN); in libipw_frag_cache_get()
129 hdr->addr1); in libipw_frag_cache_get()
151 hdr->addr1); in libipw_frag_cache_invalidate()
248 ether_addr_equal(hdr->addr1, dev->dev_addr) && in libipw_is_eapol_frame()
253 ether_addr_equal(hdr->addr1, dev->dev_addr)) { in libipw_is_eapol_frame()
419 can_be_decrypted = (is_multicast_ether_addr(hdr->addr1) || in libipw_rx()
445 if (is_unicast_ether_addr(hdr->addr1) || local->bcrx_sta_key) in libipw_rx()
497 memcpy(dst, hdr->addr1, ETH_ALEN); in libipw_rx()
511 memcpy(dst, hdr->addr1, ETH_ALEN); in libipw_rx()
883 else if (ether_addr_equal(hdr->addr1, ieee->dev->dev_addr)) in libipw_rx_any()
[all …]
Dlibipw.h340 u8 addr1[ETH_ALEN]; member
347 u8 addr1[ETH_ALEN]; member
355 u8 addr1[ETH_ALEN]; member
365 u8 addr1[ETH_ALEN]; member
376 u8 addr1[ETH_ALEN]; member
Dlibipw_tx.c324 memcpy(header.addr1, ieee->bssid, ETH_ALEN); in libipw_xmit()
329 memcpy(header.addr1, dest, ETH_ALEN); in libipw_xmit()
Dipw2200.h394 u8 addr1[MACADRR_BYTE_LEN]; member
405 u8 addr1[MACADRR_BYTE_LEN]; member
415 u8 addr1[MACADRR_BYTE_LEN]; member
425 u8 addr1[MACADRR_BYTE_LEN]; member
Dipw2200.c7738 (is_multicast_ether_addr(hdr->addr1) ? in ipw_handle_data_packet()
8124 if (is_multicast_ether_addr(header->addr1)) in is_network_packet()
8128 return ether_addr_equal(header->addr1, in is_network_packet()
8137 if (is_multicast_ether_addr(header->addr1)) in is_network_packet()
8141 return ether_addr_equal(header->addr1, in is_network_packet()
8415 header->addr1, in ipw_rx()
10140 unicast = !is_multicast_ether_addr(hdr->addr1); in ipw_tx_skb()
10141 id = ipw_find_station(priv, hdr->addr1); in ipw_tx_skb()
10143 id = ipw_add_station(priv, hdr->addr1); in ipw_tx_skb()
10147 hdr->addr1); in ipw_tx_skb()
Dipw2100.c3132 memcpy(ipw_hdr->dst_addr, hdr->addr1, ETH_ALEN); in ipw2100_tx_send_data()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_sgmac.c214 u32 addr0, addr1; in xgene_sgmac_set_mac_addr() local
221 addr1 = xgene_enet_rd_mac(p, STATION_ADDR1_ADDR); in xgene_sgmac_set_mac_addr()
222 addr1 |= (dev_addr[5] << 24) | (dev_addr[4] << 16); in xgene_sgmac_set_mac_addr()
223 xgene_enet_wr_mac(p, STATION_ADDR1_ADDR, addr1); in xgene_sgmac_set_mac_addr()
Dxgene_enet_xgmac.c176 u32 addr0, addr1; in xgene_xgmac_set_mac_addr() local
181 addr1 = (dev_addr[5] << 24) | (dev_addr[4] << 16); in xgene_xgmac_set_mac_addr()
184 xgene_enet_wr_mac(pdata, HSTMACADR_MSW_ADDR, addr1); in xgene_xgmac_set_mac_addr()
Dxgene_enet_hw.c425 u32 addr0, addr1; in xgene_gmac_set_mac_addr() local
430 addr1 = (dev_addr[5] << 24) | (dev_addr[4] << 16); in xgene_gmac_set_mac_addr()
433 xgene_enet_wr_mcx_mac(pdata, STATION_ADDR1_ADDR, addr1); in xgene_gmac_set_mac_addr()
/linux-4.4.14/drivers/mtd/chips/
Djedec_probe.c203 uint32_t addr1; member
220 .addr1 = 0xffff,
225 .addr1 = 0x0555,
230 .addr1 = 0x0555,
235 .addr1 = 0x5555,
240 .addr1 = 0x0AAA,
245 .addr1 = 0x0AAA,
250 .addr1 = 0xaaaa,
255 .addr1 = 0x0000, /* Doesn't matter which address */
260 .addr1 = 0x0000,
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dpage.h90 static inline unsigned long pages_do_alias(unsigned long addr1, in pages_do_alias() argument
93 return (addr1 ^ addr2) & shm_align_mask; in pages_do_alias()
/linux-4.4.14/arch/sh/include/asm/
Dpage.h55 pages_do_alias(unsigned long addr1, unsigned long addr2) in pages_do_alias() argument
57 return (addr1 ^ addr2) & shm_align_mask; in pages_do_alias()
Dcacheflush.h54 unsigned long addr1, addr2; member
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup_tx4939.c357 void __init tx4939_ethaddr_init(unsigned char *addr0, unsigned char *addr1) in tx4939_ethaddr_init() argument
363 if (addr1 && (pcfg & TX4939_PCFG_ET1MODE)) in tx4939_ethaddr_init()
364 txx9_ethaddr_init(TXX9_IRQ_BASE + TX4939_IR_ETH(1), addr1); in tx4939_ethaddr_init()
368 void __init tx4939_ethaddr_init(unsigned char *addr0, unsigned char *addr1) in tx4939_ethaddr_init() argument
Dsetup_tx4938.c313 void __init tx4938_ethaddr_init(unsigned char *addr0, unsigned char *addr1) in tx4938_ethaddr_init() argument
319 if (addr1 && (pcfg & TX4938_PCFG_ETH1_SEL)) in tx4938_ethaddr_init()
320 txx9_ethaddr_init(TXX9_IRQ_BASE + TX4938_IR_ETH1, addr1); in tx4938_ethaddr_init()
/linux-4.4.14/fs/nfs/
Dpnfs_nfs.c334 same_sockaddr(struct sockaddr *addr1, struct sockaddr *addr2) in same_sockaddr() argument
339 if (addr1->sa_family != addr2->sa_family) in same_sockaddr()
342 switch (addr1->sa_family) { in same_sockaddr()
344 a = (struct sockaddr_in *)addr1; in same_sockaddr()
353 a6 = (struct sockaddr_in6 *)addr1; in same_sockaddr()
369 __func__, addr1->sa_family); in same_sockaddr()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c431 (u32)hdr->addr1[0], (u32)hdr->addr1[1], in _rtl_rx_process()
432 (u32)hdr->addr1[2], (u32)hdr->addr1[3], in _rtl_rx_process()
433 (u32)hdr->addr1[4], (u32)hdr->addr1[5]); in _rtl_rx_process()
Dmac.c810 praddr = hdr->addr1; in rtl92c_translate_rx_signal_stuff()
814 (cpu_fc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in rtl92c_translate_rx_signal_stuff()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Ddynack.c206 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_dest, hdr->addr1); in ath_dynack_sample_tx_ts()
226 hdr->addr1, da->st_rbf.ts[da->st_rbf.t_rb].tstamp, in ath_dynack_sample_tx_ts()
254 if (!ath_dynack_bssidmask(ah, hdr->addr1) || !da->enabled) in ath_dynack_sample_ack_ts()
Dtx99.c76 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
Dcommon.c44 is_mc = !!is_multicast_ether_addr(hdr->addr1); in ath9k_cmn_rx_accept()
Drecv.c601 is_multicast_ether_addr(hdr->addr1) && in ath_rx_ps()
611 !is_multicast_ether_addr(hdr->addr1) && in ath_rx_ps()
Dlink.c245 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
Dhtc_drv_txrx.c413 sta = ieee80211_find_sta(vif, hdr->addr1); in ath9k_htc_check_tx_aggr()
Dxmit.c465 sta = ieee80211_find_sta_by_ifaddr(hw, hdr->addr1, hdr->addr2); in ath_tx_complete_aggr()
/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_eth.h39 u8 addr1[ETH_ALEN]; member
/linux-4.4.14/Documentation/
Dunaligned-memory-access.txt144 bool ether_addr_equal(const u8 *addr1, const u8 *addr2)
147 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) |
148 ((*(const u16 *)(addr1 + 4)) ^ (*(const u16 *)(addr2 + 4)));
152 const u16 *a = (const u16 *)addr1;
161 2 bytes (16 bits) to be read from memory starting at address addr1.
163 Think about what would happen if addr1 was an odd address such as 0x10003.
DIPMI.txt362 ports=<port1>,<port2>... addrs=<addr1>,<addr2>...
366 slave_addrs=<addr1>,<addr2>,...
436 ipmi_si.ports=<port1>,<port2>... ipmi_si.addrs=<addr1>,<addr2>...
441 ipmi_si.slave_addrs=<addr1>,<addr2>,...
503 slave_addrs=<addr1>,<addr2>,...
538 ipmi_ssif.slave_addrs=<addr1>[,<addr2>[...]]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h310 u8 addr1[ETH_ALEN]; member
320 u8 addr1[ETH_ALEN]; member
329 u8 addr1[ETH_ALEN]; member
340 u8 addr1[ETH_ALEN]; member
686 u8 addr1[6]; member
/linux-4.4.14/arch/score/include/asm/
Dprocessor.h69 unsigned long addr1; member
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dos_pri.c803 dword addr1, addr3, addr4; in pri_get_serial_number() local
808 addr1 = a->resources.pci.bar[1]; /* unused */ in pri_get_serial_number()
822 PCIwrite(Bus, Slot, 0x20, &addr1, sizeof(addr1), hdev); in pri_get_serial_number()
830 addr1 = a->resources.pci.bar[1]; in pri_get_serial_number()
832 a->resources.pci.bar[4] = addr1; in pri_get_serial_number()
/linux-4.4.14/net/wireless/
Dlib80211_crypt_tkip.c365 hdr->addr1); in lib80211_tkip_encrypt()
543 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
551 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
597 if (hdr->addr1[0] & 0x01) in lib80211_michael_mic_failure()
Dutil.c559 memcpy(hdr.addr1, skb->data, ETH_ALEN); in ieee80211_data_from_8023()
568 memcpy(hdr.addr1, bssid, ETH_ALEN); in ieee80211_data_from_8023()
576 memcpy(hdr.addr1, skb->data, ETH_ALEN); in ieee80211_data_from_8023()
Dlib80211_crypt_ccmp.c158 memcpy(aad + 4, hdr->addr1, 3 * ETH_ALEN); in ccmp_init_blocks()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c294 memcpy(pwlanhdr->addr1, get_my_bssid23a(&pmlmeinfo->network), ETH_ALEN); in ConstructPSPoll()
326 memcpy(pwlanhdr->addr1, in ConstructNullFunctionData()
335 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData()
343 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData()
Drtl8723au_recv.c205 bssid = hdr->addr1; in update_recvframe_phyinfo()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c811 ether_addr_copy(pattrib->dst, hdr->addr1); in sta2sta_data_frame()
923 ether_addr_copy(pattrib->dst, hdr->addr1); in ap2sta_data_frame()
1053 if (!ether_addr_equal(hdr->addr1, myid(&padapter->eeprompriv))) in validate_recv_ctrl_frame()
1219 hdr->addr1)) in validate_recv_mgnt_frame()
1221 else if (is_broadcast_ether_addr(hdr->addr1) || in validate_recv_mgnt_frame()
1222 is_multicast_ether_addr(hdr->addr1)) in validate_recv_mgnt_frame()
1272 ether_addr_copy(pattrib->bssid, hdr->addr1); in validate_recv_data_frame()
1273 ether_addr_copy(pattrib->ra, hdr->addr1); in validate_recv_data_frame()
1283 ether_addr_copy(pattrib->bssid, hdr->addr1); in validate_recv_data_frame()
1284 ether_addr_copy(pattrib->ra, hdr->addr1); in validate_recv_data_frame()
Drtw_xmit.c881 ether_addr_copy(pwlanhdr->addr1, get_bssid(pmlmepriv)); in rtw_make_wlanhdr()
892 ether_addr_copy(pwlanhdr->addr1, pattrib->dst); in rtw_make_wlanhdr()
900 ether_addr_copy(pwlanhdr->addr1, pattrib->dst); in rtw_make_wlanhdr()
Drtw_mlme_ext.c622 if (!ether_addr_equal(hdr->addr1, myid(&padapter->eeprompriv))&& in _mgt_dispatcher23a()
623 !is_broadcast_ether_addr(hdr->addr1)) in _mgt_dispatcher23a()
2109 if (!ether_addr_equal(myid(&padapter->eeprompriv), hdr->addr1)) in on_action_public23a()
2702 ether_addr_copy(pwlanhdr->addr1, da); in _issue_probereq()
2706 ether_addr_copy(pwlanhdr->addr1, bc_addr); in _issue_probereq()
3392 ether_addr_copy(pwlanhdr->addr1, da); in _issue_nulldata23a()
3519 ether_addr_copy(pwlanhdr->addr1, da); in _issue_qos_nulldata23a()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c270 bool bcast = is_broadcast_ether_addr(hdr->addr1) || in wcn36xx_start_tx()
271 is_multicast_ether_addr(hdr->addr1); in wcn36xx_start_tx()
Dtxrx.h88 u32 addr1:8; member
/linux-4.4.14/drivers/sfi/
Dsfi_core.c74 #define ON_SAME_PAGE(addr1, addr2) \ argument
75 (((unsigned long)(addr1) & PAGE_MASK) == \
/linux-4.4.14/drivers/mtd/onenand/
Domap2.c240 unsigned int addr1, addr8; in omap2_onenand_wait() local
242 addr1 = read_reg(c, ONENAND_REG_START_ADDRESS1); in omap2_onenand_wait()
247 ecc, addr1, addr8); in omap2_onenand_wait()
253 "addr8 %#x\n", ecc, addr1, addr8); in omap2_onenand_wait()
Donenand_base.c1523 unsigned int interrupt, ctrl, ecc, addr1, addr8; in onenand_bbt_wait() local
1535 addr1 = this->read_word(this->base + ONENAND_REG_START_ADDRESS1); in onenand_bbt_wait()
1543 __func__, ecc, ctrl, interrupt, addr1, addr8); in onenand_bbt_wait()
1549 __func__, ctrl, interrupt, addr1, addr8); in onenand_bbt_wait()
1556 "addr8 %#x\n", __func__, ctrl, interrupt, addr1, addr8); in onenand_bbt_wait()
/linux-4.4.14/drivers/i2c/busses/
Di2c-mv64xxx.c128 u32 addr1; member
186 drv_data->addr1 = 0xf0 | (((u32)msg->addr & 0x300) >> 7) | dir; in mv64xxx_i2c_prepare_for_io()
189 drv_data->addr1 = MV64XXX_I2C_ADDR_ADDR((u32)msg->addr) | dir; in mv64xxx_i2c_prepare_for_io()
375 writel(drv_data->addr1, in mv64xxx_i2c_do_action()
/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c694 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
748 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
770 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
800 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
820 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
1255 ether_addr_copy(mic_hdr->addr1, hdr->addr1); in vnt_fill_txkey()
Drxtx.h53 u8 addr1[ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dusb.c469 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_agg()
471 } else if (is_multicast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_agg()
511 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_noagg()
513 } else if (is_multicast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_noagg()
969 u8 *pda_addr = hdr->addr1; in _rtl_usb_tx_preprocess()
Dpci.c877 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_pci_rx_interrupt()
879 } else if (is_multicast_ether_addr(hdr->addr1)) { in _rtl_pci_rx_interrupt()
1642 u8 *pda_addr = hdr->addr1; in rtl_pci_tx()
Dwifi.h941 u8 addr1[ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/
Dwl3501.h280 u8 addr1[ETH_ALEN]; member
301 u8 addr1[ETH_ALEN]; member
Datmel.c845 skb_copy_from_linear_data(skb, &header.addr1, ETH_ALEN); in start_tx()
850 memcpy(&header.addr1, priv->CurrentBSSID, ETH_ALEN); in start_tx()
889 tx_update_descriptor(priv, header->addr1[0] & 0x01, len, buff, TX_PACKET_TYPE_MGMT); in atmel_transmit_management_frame()
930 memcpy(skbp, header->addr1, ETH_ALEN); /* destination address */ in fast_rx_path()
997 memcpy(priv->rx_buf, header->addr1, ETH_ALEN); in frag_rx_path()
2875 memcpy(header.addr1, priv->CurrentBSSID, ETH_ALEN); in send_authentication_request()
2922 memcpy(header.addr1, priv->CurrentBSSID, ETH_ALEN); in send_association_request()
Dmac80211_hwsim.c661 memcpy(hdr->addr1, vp->bssid, ETH_ALEN); in hwsim_send_nullfunc()
880 memcpy(hdr11->addr1, addr, ETH_ALEN); in mac80211_hwsim_monitor_ack()
1226 if (mac80211_hwsim_addr_match(data2, hdr->addr1)) in mac80211_hwsim_tx_frame_no_nl()
Dmwl8k.c1364 wh->addr1); in rxq_process()
1713 sta = ieee80211_find_sta_by_ifaddr(hw, wh->addr1, in mwl8k_txq_reclaim()
1943 if (is_multicast_ether_addr(wh->addr1)) in mwl8k_txq_xmit()
Dairo.c1066 char addr1[6]; member
/linux-4.4.14/drivers/mtd/devices/
Dst_spi_fsm.c248 uint32_t addr1; member
1301 .addr1 = (offs >> 16) & 0xffff, in stfsm_s25fl_read_dyb()
1338 .addr1 = (offs >> 16) & 0xffff, in stfsm_s25fl_write_dyb()
1550 seq->addr1 = (offset >> 16) & 0xffff; in stfsm_read()
1619 seq->addr1 = (offset >> 16) & 0xffff; in stfsm_write()
1713 seq->addr1 = (offset >> 16) & 0xffff; in stfsm_erase_sector()
/linux-4.4.14/include/net/
Dipv6.h458 static inline bool ipv6_prefix_equal(const struct in6_addr *addr1, in ipv6_prefix_equal() argument
462 const __be64 *a1 = (const __be64 *)addr1; in ipv6_prefix_equal()
473 static inline bool ipv6_prefix_equal(const struct in6_addr *addr1, in ipv6_prefix_equal() argument
477 const __be32 *a1 = addr1->s6_addr32; in ipv6_prefix_equal()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_scsi.c268 csio_scsi_init_cmd_wr(req, wrp.addr1, size); in csio_scsi_cmd()
277 memcpy(wrp.addr1, tmpwr, wrp.size1); in csio_scsi_cmd()
493 csio_scsi_init_read_wr(req, wrp.addr1, size); in csio_scsi_read()
501 memcpy(wrp.addr1, tmpwr, wrp.size1); in csio_scsi_read()
530 csio_scsi_init_write_wr(req, wrp.addr1, size); in csio_scsi_write()
538 memcpy(wrp.addr1, tmpwr, wrp.size1); in csio_scsi_write()
686 csio_scsi_init_abrt_cls_wr(req, wrp.addr1, size, abort); in csio_scsi_abrt_cls()
694 memcpy(wrp.addr1, tmpwr, wrp.size1); in csio_scsi_abrt_cls()
Dcsio_wr.h327 void *addr1; member
Dcsio_wr.c904 wrp->addr1 = cwr; in csio_wr_get()
913 wrp->addr1 = cwr; in csio_wr_get()
954 memcpy((uint8_t *) wrp->addr1 + wr_off, data_buf, nbytes); in csio_wr_copy_to_wrp()
/linux-4.4.14/net/rose/
Daf_rose.c115 int rosecmp(rose_address *addr1, rose_address *addr2) in rosecmp() argument
120 if (addr1->rose_addr[i] != addr2->rose_addr[i]) in rosecmp()
129 int rosecmpm(rose_address *addr1, rose_address *addr2, unsigned short mask) in rosecmpm() argument
140 if ((addr1->rose_addr[j] & 0x0F) != (addr2->rose_addr[j] & 0x0F)) in rosecmpm()
143 if ((addr1->rose_addr[j] & 0xF0) != (addr2->rose_addr[j] & 0xF0)) in rosecmpm()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c219 u32 addr1; member
915 qlcnic_ind_wr(adapter, poll->addr1, poll->val1); in qlcnic_read_pollrdmwr()
919 data = qlcnic_ind_rd(adapter, poll->addr1); in qlcnic_read_pollrdmwr()
934 qlcnic_ind_wr(adapter, poll->addr1, poll->val2); in qlcnic_read_pollrdmwr()
938 temp = qlcnic_ind_rd(adapter, poll->addr1); in qlcnic_read_pollrdmwr()
Dqlcnic_83xx_hw.c2805 u32 reversed_addr, addr1, addr2, cmd; in qlcnic_83xx_erase_flash_sector() local
2830 addr1 = (sector_start_addr & 0xFF) << 16; in qlcnic_83xx_erase_flash_sector()
2832 reversed_addr = addr1 | addr2 | (sector_start_addr & 0xFF00); in qlcnic_83xx_erase_flash_sector()
2872 u32 addr1 = 0x00800000 | (addr >> 2); in qlcnic_83xx_flash_write32() local
2874 qlcnic_83xx_wrt_reg_indirect(adapter, QLC_83XX_FLASH_ADDR, addr1); in qlcnic_83xx_flash_write32()
/linux-4.4.14/drivers/net/wireless/b43/
Dtables_nphy.h24 u8 addr1; member
Dxmit.c282 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in b43_generate_txhdr()
Dphy_n.c313 rf_ctrl->addr0 : rf_ctrl->addr1); in b43_nphy_rf_ctl_override()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_pkt.c182 if (wh->addr1[0] & BIT(0)) in rsi_send_mgmt_pkt()
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_uv_x.c640 unsigned long addr1, addr2; in map_mmioh_high_uv3() local
650 addr1 = (base << shift) + in map_mmioh_high_uv3()
655 id, fi, li, lnasid, addr1, addr2); in map_mmioh_high_uv3()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dmain.c174 u8 addr1[ETH_ALEN]; member
191 u8 addr1[ETH_ALEN]; member
655 memcpy(wrqu.addr.sa_data, hdr.addr1, ETH_ALEN); in __orinoco_ev_txexc()
999 orinoco_mic(priv->rx_tfm_mic, key->rx_mic, desc->addr1, src, in orinoco_rx()
1018 wxmic.flags |= (desc->addr1[0] & 1) ? in orinoco_rx()
1054 memcpy(hdr->h_dest, desc->addr1, ETH_ALEN); in orinoco_rx()
Dhermes.h329 u8 addr1[ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtx.c338 hdr->addr1); in iwlagn_tx_skb()
807 const u8 *addr1) in iwlagn_non_agg_tx_status() argument
813 sta = ieee80211_find_sta(ctx->vif, addr1); in iwlagn_non_agg_tx_status()
1242 iwlagn_non_agg_tx_status(priv, ctx, hdr->addr1); in iwlagn_rx_reply_tx()
/linux-4.4.14/arch/mips/include/asm/txx9/
Dtx4938.h285 void tx4938_ethaddr_init(unsigned char *addr0, unsigned char *addr1);
Dtx4939.h535 void tx4939_ethaddr_init(unsigned char *addr0, unsigned char *addr1);
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h48 addr1, addr2, args_trail...) \ argument
53 addr1, addr2, args_trail); \
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde2104x.c278 __le32 addr1; member
485 de->rx_ring[rx_tail].addr1 = cpu_to_le32(mapping); in de_rx()
635 txd->addr1 = cpu_to_le32(mapping); in de_start_xmit()
762 dummy_txd->addr1 = 0; in __de_set_rx_mode()
780 txd->addr1 = cpu_to_le32(mapping); in __de_set_rx_mode()
1297 de->rx_ring[i].addr1 = cpu_to_le32(de->rx_skb[i].mapping); in de_refill_rx()
Deeprom.c181 dev->dev_addr[1] == eeprom_fixups[i].addr1 && in tulip_parse_eeprom()
Dtulip.h464 unsigned char addr1; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dtrx.c240 praddr = hdr->addr1; in _rtl92se_translate_rx_signal_stuff()
244 (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92se_translate_rx_signal_stuff()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.c258 praddr = hdr->addr1; in translate_rx_signal_stuff()
262 hdr->addr1 : (fc & IEEE80211_FCTL_FROMDS) ? in translate_rx_signal_stuff()
/linux-4.4.14/drivers/media/platform/
Dsh_vou.c200 dma_addr_t addr1, addr2; in sh_vou_schedule_next() local
202 addr1 = vb2_dma_contig_plane_dma_addr(&vbuf->vb2_buf, 0); in sh_vou_schedule_next()
206 addr2 = addr1 + vou_dev->pix.width * vou_dev->pix.height; in sh_vou_schedule_next()
212 sh_vou_reg_m_write(vou_dev, VOUAD1R, addr1); in sh_vou_schedule_next()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c180 unsigned int addr0, addr1; in emac_arch_get_mac_addr() local
182 addr1 = readl(efuse_mac + 4); in emac_arch_get_mac_addr()
187 addr0 = addr1; in emac_arch_get_mac_addr()
188 addr1 = readl(efuse_mac); in emac_arch_get_mac_addr()
194 x[0] = (addr1 & 0x0000ff00) >> 8; in emac_arch_get_mac_addr()
195 x[1] = addr1 & 0x000000ff; in emac_arch_get_mac_addr()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c643 ipmi_addr_equal(struct ipmi_addr *addr1, struct ipmi_addr *addr2) in ipmi_addr_equal() argument
645 if (addr1->addr_type != addr2->addr_type) in ipmi_addr_equal()
648 if (addr1->channel != addr2->channel) in ipmi_addr_equal()
651 if (addr1->addr_type == IPMI_SYSTEM_INTERFACE_ADDR_TYPE) { in ipmi_addr_equal()
653 = (struct ipmi_system_interface_addr *) addr1; in ipmi_addr_equal()
659 if (is_ipmb_addr(addr1) || is_ipmb_bcast_addr(addr1)) { in ipmi_addr_equal()
661 = (struct ipmi_ipmb_addr *) addr1; in ipmi_addr_equal()
669 if (is_lan_addr(addr1)) { in ipmi_addr_equal()
671 = (struct ipmi_lan_addr *) addr1; in ipmi_addr_equal()
/linux-4.4.14/drivers/atm/
Dnicstar.c944 u32 addr1, addr2; in push_rxbufs() local
952 addr1 = dma_map_single(&card->pcidev->dev, in push_rxbufs()
957 NS_PRV_DMA(skb) = addr1; /* save so we can unmap later */ in push_rxbufs()
960 if (!addr1) in push_rxbufs()
977 card->sm_addr = addr1; in push_rxbufs()
991 card->lg_addr = addr1; in push_rxbufs()
1031 writel(addr1, card->membase + DR1); in push_rxbufs()
1040 addr1, addr2); in push_rxbufs()
Dlanai.c699 u32 addr1; in host_vcc_start_rx() local
708 addr1 = ((dmaaddr >> 8) & 0xFF) | in host_vcc_start_rx()
714 addr1 = RXADDR1_SET_RMMODE(RMMODE_PRESERVE) | /* ??? */ in host_vcc_start_rx()
718 cardvcc_write(lvcc, addr1, vcc_rxaddr1); in host_vcc_start_rx()
/linux-4.4.14/drivers/net/hamradio/
DKconfig67 to be probed by "dmascc.io=addr1,addr2,..." (when compiled into the
68 kernel image) or "io=addr1,addr2,..." (when loaded as a module). The
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c315 praddr = hdr->addr1; in _rtl92ce_translate_rx_signal_stuff()
320 (c_fc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92ce_translate_rx_signal_stuff()
/linux-4.4.14/mm/
Dksm.c840 char *addr1, *addr2; in memcmp_pages() local
843 addr1 = kmap_atomic(page1); in memcmp_pages()
845 ret = memcmp(addr1, addr2, PAGE_SIZE); in memcmp_pages()
847 kunmap_atomic(addr1); in memcmp_pages()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c360 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in issue_beacon()
502 memcpy(pwlanhdr->addr1, da, ETH_ALEN); in issue_probersp()
651 memcpy(pwlanhdr->addr1, da, ETH_ALEN); in _issue_probereq()
655 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in _issue_probereq()
798 memcpy(pwlanhdr->addr1, psta->hwaddr, ETH_ALEN); in issue_auth()
838 memcpy(pwlanhdr->addr1, pnetwork->MacAddress, ETH_ALEN); in issue_auth()
1060 memcpy(pwlanhdr->addr1, pnetwork->MacAddress, ETH_ALEN); in issue_assocreq()
1271 memcpy(pwlanhdr->addr1, da, ETH_ALEN); in _issue_nulldata()
1397 memcpy(pwlanhdr->addr1, da, ETH_ALEN); in _issue_qos_nulldata()
1498 memcpy(pwlanhdr->addr1, da, ETH_ALEN); in _issue_deauth()
[all …]
Drtw_xmit.c812 memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), ETH_ALEN); in rtw_make_wlanhdr()
821 memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); in rtw_make_wlanhdr()
829 memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); in rtw_make_wlanhdr()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c231 praddr = hdr->addr1; in _rtl8723be_translate_rx_signal_stuff()
237 hdr->addr1 : (fc & IEEE80211_FCTL_FROMDS) ? in _rtl8723be_translate_rx_signal_stuff()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c313 praddr = hdr->addr1; in _rtl88ee_translate_rx_signal_stuff()
319 hdr->addr1 : ieee80211_has_fromds(fc) ? in _rtl88ee_translate_rx_signal_stuff()
/linux-4.4.14/drivers/block/
Dcciss_scsi.c384 unsigned char addr1[8], addr2[8]; in cciss_scsi_add_entry() local
401 memcpy(addr1, device->scsi3addr, 8); in cciss_scsi_add_entry()
402 addr1[4] = 0; in cciss_scsi_add_entry()
408 if (memcmp(addr1, addr2, 8) == 0) { in cciss_scsi_add_entry()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dpxa168_eth.c410 u32 addr1; in hash_function() local
424 addr1 = (mac_addr[5] & 0x03) | (((mac_addr[4] & 0x7f)) << 2); in hash_function()
428 hash_result = (addr0 << 9) | (addr1 ^ addr2 ^ addr3); in hash_function()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.c462 praddr = hdr->addr1; in _rtl92de_translate_rx_signal_stuff()
465 (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92de_translate_rx_signal_stuff()
/linux-4.4.14/drivers/net/fddi/skfp/
Dsmt.c140 static inline int is_equal(const struct fddi_addr *addr1, in is_equal() argument
143 return *(u_short *)(&addr1->a[0]) == *(u_short *)(&addr2->a[0]) && in is_equal()
144 *(u_short *)(&addr1->a[2]) == *(u_short *)(&addr2->a[2]) && in is_equal()
145 *(u_short *)(&addr1->a[4]) == *(u_short *)(&addr2->a[4]); in is_equal()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c318 praddr = hdr->addr1; in translate_rx_signal_stuff()
325 hdr->addr1 : in translate_rx_signal_stuff()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c255 praddr = hdr->addr1; in _rtl92ee_translate_rx_signal_stuff()
262 hdr->addr1 : in _rtl92ee_translate_rx_signal_stuff()
/linux-4.4.14/net/ipv6/
Dip6_vti.c56 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() argument
58 u32 hash = ipv6_addr_hash(addr1) ^ ipv6_addr_hash(addr2); in HASH()
Dip6_tunnel.c74 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() argument
76 u32 hash = ipv6_addr_hash(addr1) ^ ipv6_addr_hash(addr2); in HASH()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dxmit.c218 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in generate_txhdr_fw3()
/linux-4.4.14/drivers/net/wireless/libertas/
Dhost.h933 u8 addr1[ETH_ALEN]; member
/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2sta.c1609 addr = hw->allow.addr1[0]; in prism2sta_inf_authreq_defer()
1637 addr = hw->deny.addr1[0]; in prism2sta_inf_authreq_defer()
Dhfa384x.h1218 u8 addr1[WLAN_ACCESS_MAX][ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_mac.c535 if (unlikely(!ether_addr_equal(tx_hdr->addr1, tx_status->mac))) in zd_mac_tx_failed()
999 if (likely(ether_addr_equal(tx_hdr->addr2, rx_hdr->addr1))) in filter_ack()
/linux-4.4.14/virt/kvm/
Dkvm_main.c3172 gpa_t addr1 = r1->addr; in kvm_io_bus_cmp() local
3175 if (addr1 < addr2) in kvm_io_bus_cmp()
3184 addr1 += r1->len; in kvm_io_bus_cmp()
3188 if (addr1 > addr2) in kvm_io_bus_cmp()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c1143 u8 addr1 = nvbios_rd08(bios, init->offset + 2); in init_cr_idx_adr_latch() local
1148 trace("CR_INDEX_ADDR C[%02x] C[%02x]\n", addr0, addr1); in init_cr_idx_adr_latch()
1159 init_wrvgai(init, 0x03d4, addr1, data); in init_cr_idx_adr_latch()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c916 is_multicast_ether_addr(hdr->addr1) || in iwl_mvm_bt_coex_tx_prio()
Dtx.c399 is_multicast_ether_addr(hdr->addr1)) { in iwl_mvm_tx_skb_non_sta()
Dd3.c1281 if (is_multicast_ether_addr(hdr->addr1)) { in iwl_mvm_report_wakeup_reasons()
/linux-4.4.14/include/net/sctp/
Dstructs.h463 int (*cmp_addr) (const union sctp_addr *addr1,
/linux-4.4.14/net/decnet/
Ddn_route.c909 static inline int dn_match_addr(__le16 addr1, __le16 addr2) in dn_match_addr() argument
911 __u16 tmp = le16_to_cpu(addr1) ^ le16_to_cpu(addr2); in dn_match_addr()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dcmd.c1294 memcpy(hdr->addr1, vif->bss_conf.bssid, ETH_ALEN); in wl1271_cmd_build_arp_rsp()
1313 memcpy(template.addr1, vif->bss_conf.bssid, ETH_ALEN); in wl1271_build_qos_null_data()
Dtx.c104 wl1271_acx_set_inconnection_sta(wl, wlvif, hdr->addr1); in wl1271_tx_ap_update_inconnection_sta()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c6355 if (!is_multicast_ether_addr(h->addr1)) { in brcms_c_d11hdrs_mac80211()
6496 (phylen > wlc->RTSThresh) && !is_multicast_ether_addr(h->addr1)) in brcms_c_d11hdrs_mac80211()
6519 !is_multicast_ether_addr(h->addr1) && !use_rifs) { in brcms_c_d11hdrs_mac80211()
6537 else if (is_multicast_ether_addr(h->addr1) || use_rifs) in brcms_c_d11hdrs_mac80211()
6549 if (!is_multicast_ether_addr(h->addr1)) in brcms_c_d11hdrs_mac80211()
6581 memcpy(&txh->TxFrameRA, &h->addr1, ETH_ALEN); in brcms_c_d11hdrs_mac80211()
6674 memcpy(&rts->ra, &h->addr1, 2 * ETH_ALEN); in brcms_c_d11hdrs_mac80211()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c4511 praddr = hdr->addr1; in TranslateRxSignalStuff819xUsb()
4515 …riv->ieee80211->current_network.bssid, (fc & IEEE80211_FCTL_TODS) ? hdr->addr1 : (fc & IEEE80211_… in TranslateRxSignalStuff819xUsb()
4801 if (is_broadcast_ether_addr(ieee80211_hdr->addr1)) { in rtl8192_rx_nomal()
4803 } else if (is_multicast_ether_addr(ieee80211_hdr->addr1)) { in rtl8192_rx_nomal()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1881 praddr = hdr->addr1; in _rtl92e_translate_rx_signal_stats()
1886 (fc & RTLLIB_FCTL_TODS) ? hdr->addr1 : in _rtl92e_translate_rx_signal_stats()
Drtl_core.c1755 pda_addr = header->addr1; in _rtl92e_tx()
2072 if (!is_multicast_ether_addr(rtllib_hdr->addr1)) { in _rtl92e_rx_normal()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c588 memcpy(template.addr1, wl->bssid, ETH_ALEN); in wl1251_build_qos_null_data()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965-mac.c1712 D_DROP("Dropping - INVALID STATION: %pM\n", hdr->addr1); in il4965_tx_skb()
2443 il4965_non_agg_tx_status(struct il_priv *il, const u8 *addr1) in il4965_non_agg_tx_status() argument
2449 sta = ieee80211_find_sta(il->vif, addr1); in il4965_non_agg_tx_status()
2466 il4965_non_agg_tx_status(il, hdr->addr1); in il4965_tx_status()
D3945-mac.c499 unicast = !is_multicast_ether_addr(hdr->addr1); in il3945_tx_skb()
520 D_DROP("Dropping - INVALID STATION: %pM\n", hdr->addr1); in il3945_tx_skb()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c985 sta = ieee80211_find_sta(priv->vif, hdr->addr1); in cw1200_notify_buffered_tx()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dtx.c135 return ieee80211_find_sta(vif, hdr->addr1); in __carl9170_get_tx_sta()
/linux-4.4.14/drivers/scsi/
Dhpsa.c1218 unsigned char addr1[8], addr2[8]; in hpsa_scsi_add_entry() local
1250 memcpy(addr1, device->scsi3addr, 8); in hpsa_scsi_add_entry()
1251 addr1[4] = 0; in hpsa_scsi_add_entry()
1252 addr1[5] = 0; in hpsa_scsi_add_entry()
1259 if (memcmp(addr1, addr2, 8) == 0) { in hpsa_scsi_add_entry()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.c425 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
433 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c4034 u32 *addr1 = (u32 *) addr; in empty_addr() local
4037 return 0 == *addr1 && 0 == *addr2; in empty_addr()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2485 memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()