Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dtx.c607 wl->tx_res_if, sizeof(*wl->tx_res_if), false); in wl1271_tx_complete()
608 fw_counter = le32_to_cpu(wl->tx_res_if->tx_result_fw_counter); in wl1271_tx_complete()
628 result = &(wl->tx_res_if->tx_results_queue[offset]); in wl1271_tx_complete()
Dwl12xx.h501 struct wl1271_tx_hw_res_if *tx_res_if; member
Dmain.c901 wl->tx_res_if = kmalloc(sizeof(*wl->tx_res_if), GFP_KERNEL); in wl1271_setup()
902 if (!wl->tx_res_if) { in wl1271_setup()
1346 kfree(wl->tx_res_if); in __wl1271_op_remove_interface()
1347 wl->tx_res_if = NULL; in __wl1271_op_remove_interface()
3542 kfree(wl->tx_res_if); in wl1271_free_hw()