Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dtx.c980 wl->tx_res_if, sizeof(*wl->tx_res_if), false); in wlcore_tx_complete()
984 fw_counter = le32_to_cpu(wl->tx_res_if->tx_result_fw_counter); in wlcore_tx_complete()
1006 result = &(wl->tx_res_if->tx_results_queue[offset]); in wlcore_tx_complete()
A Dwlcore.h351 struct wl1271_tx_hw_res_if *tx_res_if; member
A Dmain.c1002 wl->tx_res_if = kzalloc(sizeof(*wl->tx_res_if), GFP_KERNEL); in wl1271_setup()
1003 if (!wl->tx_res_if) in wl1271_setup()
1074 kfree(wl->tx_res_if); in wl12xx_chip_wakeup()
1995 kfree(wl->tx_res_if); in wlcore_op_stop_locked()
1996 wl->tx_res_if = NULL; in wlcore_op_stop_locked()
6464 kfree(wl->tx_res_if); in wlcore_free_hw()

Completed in 17 milliseconds