Searched refs:address2 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | kvm-s390.h | 123 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() 132 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 122 kvm_s390_get_base_disp_sse(struct kvm_vcpu *vcpu, u64 *address1, u64 *address2, u8 *ar_b1, u8 *ar_b2) kvm_s390_get_base_disp_sse() argument
|
H A D | priv.c | 1456 u64 address1, address2; in handle_tprot() local 1467 kvm_s390_get_base_disp_sse(vcpu, &address1, &address2, &ar, NULL); in handle_tprot() 1472 if (address2 & 0xf0) in handle_tprot()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.h | 124 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() 133 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 123 kvm_s390_get_base_disp_sse(struct kvm_vcpu *vcpu, u64 *address1, u64 *address2, u8 *ar_b1, u8 *ar_b2) kvm_s390_get_base_disp_sse() argument
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1073 address2
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1073 address2
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 482 u8 address2[6]; member 547 u8 address2[6]; member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 2725 my $address2 = $author_address; 2730 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2731 $address2 = "$1$2"; 2733 if ($address1 eq $address2) {
|
/kernel/linux/linux-6.6/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) {
|
Completed in 25 milliseconds