Lines Matching refs:plfxlc_mac
88 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()
530 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_remove_interface()
553 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_configure_filter()
592 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_op_bss_info_changed()
676 struct plfxlc_mac *mac = plfxlc_hw_mac(hw); in plfxlc_get_et_stats()
707 struct plfxlc_mac *mac; in plfxlc_mac_alloc_hw()
709 hw = ieee80211_alloc_hw(sizeof(struct plfxlc_mac), &plfxlc_ops); in plfxlc_mac_alloc_hw()