Searched refs:fifo_id (Results 1 – 2 of 2) sorted by relevance
1532 int fifo_id; in dhd_wlfc_txcomplete() local1556 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() local1669 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()[all …]
96 u32 fifo_id; /* FEC + 0x140 */ member