Lines Matching refs:fifo_id

828 	int prec, fifo_id;  in _dhd_wlfc_rollback_packet_toq()  local
832 fifo_id = prec << 1; in _dhd_wlfc_rollback_packet_toq()
834 fifo_id += 1; in _dhd_wlfc_rollback_packet_toq()
854 if (_dhd_wlfc_prec_enq_with_drop(ctx->dhdp, &entry->psq, p, fifo_id, TRUE, in _dhd_wlfc_rollback_packet_toq()
855 WLFC_SEQCOUNT(entry, fifo_id>>1)) in _dhd_wlfc_rollback_packet_toq()
859 __FUNCTION__, __LINE__, fifo_id)); in _dhd_wlfc_rollback_packet_toq()
870 _dhd_wlfc_prec_drop(ctx->dhdp, fifo_id, p, FALSE); in _dhd_wlfc_rollback_packet_toq()
1440 uint8 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pkt)); in _dhd_wlfc_return_implied_credit() local
1447 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in _dhd_wlfc_return_implied_credit()
1449 wlfc->credits_borrowed[fifo_id][lender]--; in _dhd_wlfc_return_implied_credit()
1456 wlfc->FIFO_credit[fifo_id]++; in _dhd_wlfc_return_implied_credit()
2213 uint8 fifo_id = 0, gen = 0, count = 0, hcnt; in _dhd_wlfc_compressed_txstatus_update() local
2224 fifo_id = WL_TXSTATUS_GET_FIFO(status); in _dhd_wlfc_compressed_txstatus_update()
2268 dhd_wlfc_suppressed_acked_update(dhd, hslot, fifo_id, hcnt); in _dhd_wlfc_compressed_txstatus_update()
2271 ret = _dhd_wlfc_deque_afq(wlfc, hslot, hcnt, fifo_id, &pktbuf); in _dhd_wlfc_compressed_txstatus_update()
2296 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in _dhd_wlfc_compressed_txstatus_update()
2369 ret = _dhd_wlfc_enque_suppressed(wlfc, fifo_id, pktbuf); in _dhd_wlfc_compressed_txstatus_update()
2373 _dhd_wlfc_prec_drop(dhd, (fifo_id << 1) + 1, pktbuf, FALSE); in _dhd_wlfc_compressed_txstatus_update()