Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dwl12xx.h118 u8 tx_lnk_free_pkts[WL12XX_MAX_LINKS]; member
Dmain.c1461 fw_status->counters.tx_lnk_free_pkts = in wl12xx_convert_fw_status()
1462 int_fw_status->counters.tx_lnk_free_pkts; in wl12xx_convert_fw_status()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h120 u8 tx_lnk_free_pkts[WL18XX_MAX_LINKS]; member
Dmain.c1199 fw_status->counters.tx_lnk_free_pkts = in wl18xx_convert_fw_status()
1200 int_fw_status->counters.tx_lnk_free_pkts; in wl18xx_convert_fw_status()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h167 u8 *tx_lnk_free_pkts; member
Dcmd.c336 if (wl->fw_status->counters.tx_lnk_free_pkts) in wl12xx_allocate_link()
338 wl->fw_status->counters.tx_lnk_free_pkts[link]; in wl12xx_allocate_link()
Dmain.c434 diff = (status->counters.tx_lnk_free_pkts[i] - in wlcore_fw_status()
441 lnk->prev_freed_pkts = status->counters.tx_lnk_free_pkts[i]; in wlcore_fw_status()