Lines Matching refs:fifo_id
954 int prec, fifo_id; in _dhd_wlfc_rollback_packet_toq() local
958 fifo_id = prec << 1; in _dhd_wlfc_rollback_packet_toq()
960 fifo_id += 1; in _dhd_wlfc_rollback_packet_toq()
980 if (_dhd_wlfc_prec_enq_with_drop(ctx->dhdp, &entry->psq, p, fifo_id, TRUE, in _dhd_wlfc_rollback_packet_toq()
981 WLFC_SEQCOUNT(entry, fifo_id>>1)) in _dhd_wlfc_rollback_packet_toq()
985 __FUNCTION__, __LINE__, fifo_id)); in _dhd_wlfc_rollback_packet_toq()
996 _dhd_wlfc_prec_drop(ctx->dhdp, fifo_id, p, FALSE); in _dhd_wlfc_rollback_packet_toq()
1624 uint8 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pkt)); in _dhd_wlfc_return_implied_credit() local
1631 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in _dhd_wlfc_return_implied_credit()
1633 wlfc->credits_borrowed[fifo_id][lender]--; in _dhd_wlfc_return_implied_credit()
1640 wlfc->FIFO_credit[fifo_id]++; in _dhd_wlfc_return_implied_credit()
2436 uint8 fifo_id = 0, gen = 0, count = 0, hcnt; in _dhd_wlfc_compressed_txstatus_update() local
2448 fifo_id = WL_TXSTATUS_GET_FIFO(status); in _dhd_wlfc_compressed_txstatus_update()
2492 dhd_wlfc_suppressed_acked_update(dhd, hslot, fifo_id, hcnt); in _dhd_wlfc_compressed_txstatus_update()
2495 ret = _dhd_wlfc_deque_afq(wlfc, hslot, hcnt, fifo_id, &pktbuf); in _dhd_wlfc_compressed_txstatus_update()
2523 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in _dhd_wlfc_compressed_txstatus_update()
2607 ret = _dhd_wlfc_enque_suppressed(wlfc, fifo_id, pktbuf); in _dhd_wlfc_compressed_txstatus_update()
2618 _dhd_wlfc_prec_drop(dhd, (fifo_id << 1) + 1, pktbuf, FALSE); in _dhd_wlfc_compressed_txstatus_update()
4942 uint8 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pkt)); in dhd_txpkt_log_and_dump() local
4948 pktid = (ifidx << DHD_PKTID_IF_SHIFT) | (fifo_id << DHD_PKTID_FIFO_SHIFT) | hcnt; in dhd_txpkt_log_and_dump()