Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/purelifi/plfxlc/
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);
Dmac.c88 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_init_hw()
103 void plfxlc_mac_release(struct plfxlc_mac *mac) in plfxlc_mac_release()
117 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_stop()
122 int plfxlc_restore_settings(struct plfxlc_mac *mac) in plfxlc_restore_settings()
181 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_tx_to_dev()
205 static int plfxlc_fill_ctrlset(struct plfxlc_mac *mac, struct sk_buff *skb) in plfxlc_fill_ctrlset()
291 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_tx()
348 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_filter_ack()
403 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_mac_rx()
506 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_add_interface()
[all …]
Dusb.c702 struct plfxlc_mac *mac; in disconnect()
734 struct plfxlc_mac *mac = plfxlc_usb_to_mac(usb); in plfxlc_usb_resume()
771 struct plfxlc_mac *mac; in pre_reset()
790 struct plfxlc_mac *mac; in post_reset()
810 struct plfxlc_mac *mac; in get_plfxlc_usb()
826 struct plfxlc_mac *mac = plfxlc_usb_to_mac(pl); in suspend()