Searched refs:address2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/staging/wlan-ng/ |
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()
|
D | p80211hdr.h | 134 u8 address2[ETH_ALEN]; member
|
/linux-6.6.21/arch/s390/kvm/ |
D | kvm-s390.h | 124 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() argument 133 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse()
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_dsp_scb_types.h | 1073 address2
|
/linux-6.6.21/scripts/ |
D | checkpatch.pl | 2989 my $address2 = $author_address; 2994 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2995 $address2 = "$1$2"; 2997 if ($address1 eq $address2) {
|