Home
last modified time | relevance | path

Searched refs:address2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/staging/wlan-ng/
Dp80211conv.c158 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()
Dp80211hdr.h134 u8 address2[ETH_ALEN]; member
/linux-6.6.21/arch/s390/kvm/
Dkvm-s390.h124 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/
Dcs46xx_dsp_scb_types.h1073 address2
/linux-6.6.21/scripts/
Dcheckpatch.pl2989 my $address2 = $author_address;
2994 if ($address2 =~ /(\S+)\+\S+(\@.*)/) {
2995 $address2 = "$1$2";
2997 if ($address1 eq $address2) {