Lines Matching refs:zd_mac

125 static void housekeeping_init(struct zd_mac *mac);
126 static void housekeeping_enable(struct zd_mac *mac);
127 static void housekeeping_disable(struct zd_mac *mac);
128 static void beacon_init(struct zd_mac *mac);
129 static void beacon_enable(struct zd_mac *mac);
130 static void beacon_disable(struct zd_mac *mac);
131 static void set_rts_cts(struct zd_mac *mac, unsigned int short_preamble);
152 struct zd_mac *mac = zd_hw_mac(hw); in zd_check_signal()
170 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_preinit_hw()
184 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_init_hw()
222 void zd_mac_clear(struct zd_mac *mac) in zd_mac_clear()
226 ZD_MEMCLEAR(mac, sizeof(struct zd_mac)); in zd_mac_clear()
229 static int set_rx_filter(struct zd_mac *mac) in set_rx_filter()
242 static int set_mac_and_bssid(struct zd_mac *mac) in set_mac_and_bssid()
262 static int set_mc_hash(struct zd_mac *mac) in set_mc_hash()
271 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_start()
331 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_stop()
357 int zd_restore_settings(struct zd_mac *mac) in zd_restore_settings()
488 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_tx_failed()
570 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_tx_to_dev()
641 static void cs_set_control(struct zd_mac *mac, struct zd_ctrlset *cs, in cs_set_control()
674 static bool zd_mac_match_cur_beacon(struct zd_mac *mac, struct sk_buff *beacon) in zd_mac_match_cur_beacon()
685 static void zd_mac_free_cur_beacon_locked(struct zd_mac *mac) in zd_mac_free_cur_beacon_locked()
693 static void zd_mac_free_cur_beacon(struct zd_mac *mac) in zd_mac_free_cur_beacon()
703 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_config_beacon()
849 static int fill_ctrlset(struct zd_mac *mac, in fill_ctrlset()
927 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_tx()
963 struct zd_mac *mac = zd_hw_mac(hw); in filter_ack()
1017 struct zd_mac *mac = zd_hw_mac(hw); in zd_mac_rx()
1101 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_add_interface()
1127 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_remove_interface()
1138 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_config()
1148 static void zd_beacon_done(struct zd_mac *mac) in zd_beacon_done()
1183 struct zd_mac *mac = container_of(work, struct zd_mac, process_intr); in zd_process_intr()
1203 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_prepare_multicast()
1229 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_configure_filter()
1271 static void set_rts_cts(struct zd_mac *mac, unsigned int short_preamble) in set_rts_cts()
1283 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_bss_info_changed()
1341 struct zd_mac *mac = zd_hw_mac(hw); in zd_op_get_tsf()
1361 struct zd_mac *mac; in zd_mac_alloc_hw()
1364 hw = ieee80211_alloc_hw(sizeof(struct zd_mac), &zd_ops); in zd_mac_alloc_hw()
1426 struct zd_mac *mac = in beacon_watchdog_handler()
1427 container_of(work, struct zd_mac, beacon.watchdog_work.work); in beacon_watchdog_handler()
1473 static void beacon_init(struct zd_mac *mac) in beacon_init()
1478 static void beacon_enable(struct zd_mac *mac) in beacon_enable()
1487 static void beacon_disable(struct zd_mac *mac) in beacon_disable()
1499 struct zd_mac *mac = in link_led_handler()
1500 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler()
1522 static void housekeeping_init(struct zd_mac *mac) in housekeeping_init()
1527 static void housekeeping_enable(struct zd_mac *mac) in housekeeping_enable()
1534 static void housekeeping_disable(struct zd_mac *mac) in housekeeping_disable()