Home
last modified time | relevance | path

Searched refs:address1 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c157 memcpy(p80211_hdr->address1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211()
163 memcpy(p80211_hdr->address1, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211()
169 memcpy(p80211_hdr->address1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211()
278 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()
282 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()
H A Dp80211hdr.h133 u8 address1[ETH_ALEN]; member
H A Dp80211netdev.c228 hdr->address1)) { in p80211_convert_to_ether()
229 if (!is_multicast_ether_addr(hdr->address1)) in p80211_convert_to_ether()
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml43 mac-address1:
74 mac_addr1: mac-address1@3a {
/openbmc/u-boot/cmd/ti/
H A Dddr3.c137 static int ddr_memory_compare(u32 address1, u32 address2, u32 size) in ddr_memory_compare() argument
141 for (index = address1, index2 = address2; in ddr_memory_compare()
142 index < address1 + size; in ddr_memory_compare()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.h124 u64 *address1, u64 *address2, in kvm_s390_get_base_disp_sse() argument
132 *address1 = (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_sse()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h1072 address1,
/openbmc/linux/arch/arm/boot/dts/sunplus/
H A Dsunplus-sp7021.dtsi70 mac_addr1: mac-address1@3a {
/openbmc/linux/scripts/
H A Dcheckpatch.pl2988 my $address1 = $email_address;
2991 if ($address1 =~ /(\S+)\+\S+(\@.*)/) {
2992 $address1 = "$1$2";
2997 if ($address1 eq $address2) {
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1976 __le32 address1; member
H A Di40e_common.c4392 cmd_resp->address1 = cpu_to_le32(reg_addr1); in i40e_aq_alternate_read()