Searched refs:address1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.c | 157 memcpy(p80211_hdr->address1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 163 memcpy(p80211_hdr->address1, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 169 memcpy(p80211_hdr->address1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 278 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether() 282 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()
|
H A D | p80211hdr.h | 133 u8 address1[ETH_ALEN]; member
|
H A D | p80211netdev.c | 228 hdr->address1)) { in p80211_convert_to_ether() 229 if (!is_multicast_ether_addr(hdr->address1)) in p80211_convert_to_ether()
|
/openbmc/u-boot/cmd/ti/ |
H A D | ddr3.c | 137 static int ddr_memory_compare(u32 address1, u32 address2, u32 size) in ddr_memory_compare() argument 141 for (index = address1, index2 = address2; in ddr_memory_compare() 142 index < address1 + size; in ddr_memory_compare()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.h | 139 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() argument 147 *address1 = (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_sse()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1072 address1,
|
/openbmc/linux/arch/arm/boot/dts/sunplus/ |
H A D | sunplus-sp7021.dtsi | 70 mac_addr1: mac-address1@3a {
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 2995 my $address1 = $email_address; 2998 if ($address1 =~ /(\S+)\+\S+(\@.*)/) { 2999 $address1 = "$1$2"; 3004 if ($address1 eq $address2) {
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 1977 __le32 address1; member
|
H A D | i40e_common.c | 4392 cmd_resp->address1 = cpu_to_le32(reg_addr1); in i40e_aq_alternate_read()
|