Home
last modified time | relevance | path

Searched refs:tx_lnk_sec_pn16 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h166 __le16 tx_lnk_sec_pn16[WL18XX_MAX_LINKS]; member
Dmain.c1204 fw_status->counters.tx_lnk_sec_pn16 = in wl18xx_convert_fw_status_8_9_1()
1205 int_fw_status->counters.tx_lnk_sec_pn16; in wl18xx_convert_fw_status_8_9_1()
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h155 __le16 *tx_lnk_sec_pn16; member
Dcmd.c339 if (wl->fw_status->counters.tx_lnk_sec_pn16) in wl12xx_allocate_link()
341 le16_to_cpu(wl->fw_status->counters.tx_lnk_sec_pn16[link]); in wl12xx_allocate_link()
Dmain.c452 if (status->counters.tx_lnk_sec_pn16) in wlcore_fw_status()
453 sec_pn16 = __le16_to_cpu(status->counters.tx_lnk_sec_pn16[i]); in wlcore_fw_status()