Home
last modified time | relevance | path

Searched refs:pda_addr (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dfw.c24 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()
H A Dhermes_dld.h36 u32 pda_addr,
H A Dhermes.c687 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument
720 hermes_aux_setaddr(hw, pda_addr); in hermes_read_pda()
H A Dhermes.h396 u32 pda_addr, u16 pda_len);
H A Dorinoco_usb.c1074 u32 pda_addr, u16 pda_len) in ezusb_read_pda()
1079 cpu_to_le16(pda_addr & 0xffff), in ezusb_read_pda()
1073 ezusb_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, u16 pda_len) ezusb_read_pda() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dfw.c24 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()
H A Dhermes_dld.h36 u32 pda_addr,
H A Dhermes.c687 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument
720 hermes_aux_setaddr(hw, pda_addr); in hermes_read_pda()
H A Dhermes.h398 u32 pda_addr, u16 pda_len);
H A Dorinoco_usb.c1112 u32 pda_addr, u16 pda_len) in ezusb_read_pda()
1117 cpu_to_le16(pda_addr & 0xffff), in ezusb_read_pda()
1111 ezusb_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, u16 pda_len) ezusb_read_pda() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_download.c248 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_download.c248 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c932 u8 *pda_addr = hdr->addr1; in _rtl_usb_tx_preprocess() local
946 if (is_multicast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
948 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
H A Dpci.c1563 u8 *pda_addr = hdr->addr1; in rtl_pci_tx() local
1579 if (is_multicast_ether_addr(pda_addr)) in rtl_pci_tx()
1581 else if (is_broadcast_ether_addr(pda_addr)) in rtl_pci_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c912 u8 *pda_addr = hdr->addr1; in _rtl_usb_tx_preprocess() local
926 if (is_multicast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
928 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
H A Dpci.c1557 u8 *pda_addr = hdr->addr1; in rtl_pci_tx() local
1573 if (is_multicast_ether_addr(pda_addr)) in rtl_pci_tx()
1575 else if (is_broadcast_ether_addr(pda_addr)) in rtl_pci_tx()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1721 u8 *pda_addr = NULL; in _rtl92e_tx() local
1738 pda_addr = header->addr1; in _rtl92e_tx()
1740 if (is_broadcast_ether_addr(pda_addr)) in _rtl92e_tx()
1742 else if (is_multicast_ether_addr(pda_addr)) in _rtl92e_tx()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1492 u8 *pda_addr = NULL; in _rtl92e_tx() local
1501 pda_addr = header->addr1; in _rtl92e_tx()
1503 if (!is_broadcast_ether_addr(pda_addr) && !is_multicast_ether_addr(pda_addr)) in _rtl92e_tx()

Completed in 27 milliseconds