Lines Matching refs:fifo_id
1532 int fifo_id; in dhd_wlfc_txcomplete() local
1556 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(txp)); in dhd_wlfc_txcomplete()
1560 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in dhd_wlfc_txcomplete()
1562 wlfc->credits_borrowed[fifo_id][lender]--; in dhd_wlfc_txcomplete()
1569 wlfc->FIFO_credit[fifo_id]++; in dhd_wlfc_txcomplete()
1586 uint8 fifo_id; in dhd_wlfc_compressed_txstatus_update() local
1669 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in dhd_wlfc_compressed_txstatus_update()
1679 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in dhd_wlfc_compressed_txstatus_update()
1681 wlfc->credits_borrowed[fifo_id][lender]--; in dhd_wlfc_compressed_txstatus_update()
1688 wlfc->FIFO_credit[fifo_id]++; in dhd_wlfc_compressed_txstatus_update()
1710 ret = _dhd_wlfc_enque_suppressed(wlfc, fifo_id, pktbuf); in dhd_wlfc_compressed_txstatus_update()
1762 uint8 fifo_id; in dhd_wlfc_txstatus_update() local
1832 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in dhd_wlfc_txstatus_update()
1842 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in dhd_wlfc_txstatus_update()
1844 wlfc->credits_borrowed[fifo_id][lender]--; in dhd_wlfc_txstatus_update()
1851 wlfc->FIFO_credit[fifo_id]++; in dhd_wlfc_txstatus_update()
1873 ret = _dhd_wlfc_enque_suppressed(wlfc, fifo_id, pktbuf); in dhd_wlfc_txstatus_update()