Home
last modified time | relevance | path

Searched refs:tx_lnk_free_pkts (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h106 u8 tx_lnk_free_pkts[WL18XX_MAX_LINKS]; member
163 u8 tx_lnk_free_pkts[WL18XX_MAX_LINKS]; member
H A Dmain.c1202 fw_status->counters.tx_lnk_free_pkts = in wl18xx_convert_fw_status_8_9_1()
1203 int_fw_status->counters.tx_lnk_free_pkts; in wl18xx_convert_fw_status_8_9_1()
1242 fw_status->counters.tx_lnk_free_pkts = in wl18xx_convert_fw_status_8_9_0()
1243 int_fw_status->counters.tx_lnk_free_pkts; in wl18xx_convert_fw_status_8_9_0()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h104 u8 tx_lnk_free_pkts[WL12XX_MAX_LINKS]; member
H A Dmain.c1446 fw_status->counters.tx_lnk_free_pkts = in wl12xx_convert_fw_status()
1447 int_fw_status->counters.tx_lnk_free_pkts; in wl12xx_convert_fw_status()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h152 u8 *tx_lnk_free_pkts; member
H A Dmain.c438 u8 diff, tx_lnk_free_pkts; in wlcore_fw_status() local
443 tx_lnk_free_pkts = status->counters.tx_lnk_free_pkts[i]; in wlcore_fw_status()
444 diff = (tx_lnk_free_pkts - lnk->prev_freed_pkts) & 0xff; in wlcore_fw_status()
448 lnk->prev_freed_pkts = tx_lnk_free_pkts; in wlcore_fw_status()
463 if (tx_lnk_free_pkts <= 0) in wlcore_fw_status()
H A Dcmd.c330 if (wl->fw_status->counters.tx_lnk_free_pkts) in wl12xx_allocate_link()
332 wl->fw_status->counters.tx_lnk_free_pkts[link]; in wl12xx_allocate_link()