Home
last modified time | relevance | path

Searched refs:plfxlc_mac (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h117 struct plfxlc_mac { struct
147 static inline struct plfxlc_mac * argument
153 static inline struct plfxlc_mac *
156 return container_of(chip, struct plfxlc_mac, chip); in plfxlc_chip_to_mac()
159 static inline struct plfxlc_mac *
165 static inline u8 *plfxlc_mac_get_perm_addr(struct plfxlc_mac *mac) in plfxlc_mac_get_perm_addr()
171 void plfxlc_mac_release(struct plfxlc_mac *mac);
182 int plfxlc_restore_settings(struct plfxlc_mac *mac);
H A Dmac.c87 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_init_hw()
102 void plfxlc_mac_release(struct plfxlc_mac *mac) in plfxlc_mac_release()
116 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_stop()
180 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_tx_to_dev()
290 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_tx()
347 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_filter_ack()
402 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_rx()
505 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_add_interface()
529 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_remove_interface()
552 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_configure_filter()
[all …]
H A Dusb.c705 struct plfxlc_mac *mac; in disconnect()
737 struct plfxlc_mac *mac = plfxlc_usb_to_mac(usb); in plfxlc_usb_resume()
774 struct plfxlc_mac *mac; in pre_reset()
793 struct plfxlc_mac *mac; in post_reset()
813 struct plfxlc_mac *mac; in get_plfxlc_usb()
829 struct plfxlc_mac *mac = plfxlc_usb_to_mac(pl); in suspend()