Home
last modified time | relevance | path

Searched refs:pda_addr (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/net/wireless/orinoco/
Dhermes_dld.h36 u32 pda_addr,
Dfw.c23 u32 pda_addr; member
125 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware()
227 ret = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in symbol_dl_image()
Dhermes.c687 static int hermes_read_pda(hermes_t *hw, __le16 *pda, u32 pda_addr, u16 pda_len) in hermes_read_pda() argument
719 hermes_aux_setaddr(hw, pda_addr); in hermes_read_pda()
Dhermes.h397 u32 pda_addr, u16 pda_len);
Dorinoco_usb.c1086 u32 pda_addr, u16 pda_len) in ezusb_read_pda() argument
1091 cpu_to_le16(pda_addr & 0xffff), in ezusb_read_pda()
/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_download.c197 unsigned int pda_addr[NUM_PDA_ADDRS] = { in prism2_read_pda() local
215 dev->name, pda_addr[i]); in prism2_read_pda()
216 res = hfa384x_from_aux(dev, pda_addr[i], PRISM2_PDA_SIZE, buf); in prism2_read_pda()
/linux-2.6.39/drivers/net/wireless/rtlwifi/
Dusb.c857 u8 *pda_addr = hdr->addr1; in _rtl_usb_tx_preprocess() local
866 if (is_multicast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
868 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
Dpci.c1257 u8 *pda_addr = hdr->addr1; in rtl_pci_tx() local
1273 if (is_multicast_ether_addr(pda_addr)) in rtl_pci_tx()
1275 else if (is_broadcast_ether_addr(pda_addr)) in rtl_pci_tx()
/linux-2.6.39/drivers/staging/rtl8192e/
Dr8192E_core.c1195 u8 *pda_addr = NULL; in rtl8192_tx() local
1211 pda_addr = ((u8 *)skb->data) + sizeof(TX_FWINFO_8190PCI); in rtl8192_tx()
1212 if (is_multicast_ether_addr(pda_addr)) in rtl8192_tx()
1214 else if (is_broadcast_ether_addr(pda_addr)) in rtl8192_tx()