Searched refs:address2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | p80211conv.c | 179 memcpy(p80211_hdr->address2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 185 memcpy(p80211_hdr->address2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 191 memcpy(p80211_hdr->address2, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 300 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether() 308 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()
|
A D | p80211hdr.h | 155 u8 address2[ETH_ALEN]; member
|
/linux-6.3-rc2/arch/s390/kvm/ |
A 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.3-rc2/sound/pci/cs46xx/ |
A D | cs46xx_dsp_scb_types.h | 1073 address2
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 2971 my $address2 = $author_address; 2976 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2977 $address2 = "$1$2"; 2979 if ($address1 eq $address2) {
|
Completed in 13 milliseconds