Searched refs:address2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.c | 158 memcpy(p80211_hdr->address2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 164 memcpy(p80211_hdr->address2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 170 memcpy(p80211_hdr->address2, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 279 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether() 287 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()
|
H A D | p80211hdr.h | 134 u8 address2[ETH_ALEN]; member
|
/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()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.h | 139 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() argument 148 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1073 address2
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 2989 my $address2 = $author_address; 2994 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2995 $address2 = "$1$2"; 2997 if ($address1 eq $address2) {
|