Searched refs:address2 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/staging/wlan-ng/ |
| 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()
|
| D | p80211hdr.h | 155 u8 address2[ETH_ALEN]; member
|
| /Linux-v5.15/arch/s390/kvm/ |
| D | kvm-s390.h | 123 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() argument 132 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse()
|
| D | priv.c | 1444 u64 address1, address2; in handle_tprot() local 1455 kvm_s390_get_base_disp_sse(vcpu, &address1, &address2, &ar, NULL); in handle_tprot() 1460 if (address2 & 0xf0) in handle_tprot()
|
| /Linux-v5.15/sound/pci/cs46xx/ |
| D | cs46xx_dsp_scb_types.h | 1073 address2
|
| /Linux-v5.15/scripts/ |
| D | checkpatch.pl | 2926 my $address2 = $author_address; 2931 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2932 $address2 = "$1$2"; 2934 if ($address1 eq $address2) {
|