Searched refs:pktq_len (Results 1 – 4 of 4) sorted by relevance
132 static inline int pktq_len(struct pktq *pq) in pktq_len() function
236 #define pktq_len(pq) ((int)(pq)->len) macro
1842 if (bus->dpc_sched || bus->rxskip || pktq_len(&bus->txq) || bus->readframes || in dhdsdio_bussleep()1845 if (bus->dpc_sched || bus->rxskip || pktq_len(&bus->txq)) in dhdsdio_bussleep()1995 if (bus->dpc_sched || bus->rxskip || pktq_len(&bus->txq) || bus->readframes || in dhdsdio_bussleep1()1998 if (bus->dpc_sched || bus->rxskip || pktq_len(&bus->txq)) in dhdsdio_bussleep1()2298 if (dhd_deferred_tx || bus->fcstate || pktq_len(&bus->txq) || bus->dpc_sched || in dhd_bus_txdata()2304 DHD_TRACE(("%s: deferring pktq len %d\n", __FUNCTION__, pktq_len(&bus->txq))); in dhd_bus_txdata()2333 pkq_len = pktq_len(&bus->txq); in dhd_bus_txdata()2361 if(pktq_len(&bus->txq) >= bus->dhd->conf->deferred_tx_len && in dhd_bus_txdata()2996 txpktqlen = pktq_len(&bus->txq); in dhdsdio_sendfromq()3495 bus->fcstate, pktq_len(&bus->txq), bus->tx_seq, bus->tx_max, bus->rxskip, in dhd_bus_dump()[all …]
2376 bus->txoff && (pktq_len(&bus->txq) < TXLOW)) { in brcmf_sdio_sendfromq()2811 brcmf_dbg(TRACE, "deferring pktq len %d\n", pktq_len(&bus->txq)); in brcmf_sdio_bus_txdata()2826 if (pktq_len(&bus->txq) >= TXHI) { in brcmf_sdio_bus_txdata()