Searched refs:pda_addr (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/wireless/intersil/orinoco/ |
D | fw.c | 24 u32 pda_addr; member 126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware() 228 ret = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in symbol_dl_image()
|
D | hermes_dld.h | 36 u32 pda_addr,
|
D | hermes.c | 686 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument 719 hermes_aux_setaddr(hw, pda_addr); in hermes_read_pda()
|
D | hermes.h | 398 u32 pda_addr, u16 pda_len);
|
D | orinoco_usb.c | 1112 u32 pda_addr, u16 pda_len) in ezusb_read_pda() argument 1117 cpu_to_le16(pda_addr & 0xffff), in ezusb_read_pda()
|
/linux-5.19.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_download.c | 248 unsigned int pda_addr[NUM_PDA_ADDRS] = { in prism2_read_pda() local 266 dev->name, pda_addr[i]); in prism2_read_pda() 267 res = hfa384x_from_aux(dev, pda_addr[i], PRISM2_PDA_SIZE, buf); in prism2_read_pda()
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/ |
D | usb.c | 931 u8 *pda_addr = hdr->addr1; in _rtl_usb_tx_preprocess() local 945 if (is_multicast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess() 947 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
|
D | pci.c | 1601 u8 *pda_addr = hdr->addr1; in rtl_pci_tx() local 1617 if (is_multicast_ether_addr(pda_addr)) in rtl_pci_tx() 1619 else if (is_broadcast_ether_addr(pda_addr)) in rtl_pci_tx()
|
/linux-5.19.10/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 1718 u8 *pda_addr = NULL; in _rtl92e_tx() local 1735 pda_addr = header->addr1; in _rtl92e_tx() 1737 if (is_broadcast_ether_addr(pda_addr)) in _rtl92e_tx() 1739 else if (is_multicast_ether_addr(pda_addr)) in _rtl92e_tx()
|