Searched refs:pktq_plen (Results 1 – 5 of 5) sorted by relevance
76 static inline int pktq_plen(struct pktq *pq, int prec) in pktq_plen() function
204 #define pktq_plen(pq, prec) ((pq)->q[prec].len) macro
1035 if ((pktq_plen(&entry->psq, (prec << 1)) == 0) && in _dhd_wlfc_traffic_pending_check()1036 (pktq_plen(&entry->psq, ((prec << 1) + 1)) == 0)) { in _dhd_wlfc_traffic_pending_check()
2349 if (pktq_plen(&bus->txq, prec) > qcount[prec]) in dhd_bus_txdata()2350 qcount[prec] = pktq_plen(&bus->txq, prec); in dhd_bus_txdata()
2833 if (pktq_plen(&bus->txq, prec) > qcount[prec]) in brcmf_sdio_bus_txdata()2834 qcount[prec] = pktq_plen(&bus->txq, prec); in brcmf_sdio_bus_txdata()