Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dbh.c107 WARN(wdev->hif.tx_buffers_used < release_count, "corrupted buffer counter"); in rx_helper()
108 wdev->hif.tx_buffers_used -= release_count; in rx_helper()
110 _trace_hif_recv(hif, wdev->hif.tx_buffers_used); in rx_helper()
122 if (!wdev->hif.tx_buffers_used) in rx_helper()
189 wdev->hif.tx_buffers_used++; in tx_helper()
190 _trace_hif_send(hif, wdev->hif.tx_buffers_used); in tx_helper()
203 if (wdev->hif.tx_buffers_used < le16_to_cpu(wdev->hw_caps.num_inp_ch_bufs)) { in bh_work_tx()
255 if (!wdev->hif.tx_buffers_used && !work_pending(work)) { in bh_work()
259 _trace_bh_stats(stats_ind, stats_req, stats_cnf, wdev->hif.tx_buffers_used, release_chip); in bh_work()
H A Dbh.h25 int tx_buffers_used; member
H A Dqueue.c41 ret = wait_event_timeout(wdev->hif.tx_buffers_empty, !wdev->hif.tx_buffers_used, in wfx_tx_flush()
45 wdev->hif.tx_buffers_used); in wfx_tx_flush()