Lines Matching refs:hslot
603 void* p, ewlfc_packet_state_t pkt_type, uint32 hslot) in _dhd_wlfc_rollback_packet_toq() argument
634 dhd_wlfc_hanger_poppkt(ctx->hanger, hslot, &pktout, 1); in _dhd_wlfc_rollback_packet_toq()
649 dhd_wlfc_hanger_poppkt(ctx->hanger, hslot, &pktout, 1); in _dhd_wlfc_rollback_packet_toq()
820 int hslot = WLFC_HANGER_MAXITEMS; in _dhd_wlfc_pretx_pktprocess() local
825 *slot = hslot; in _dhd_wlfc_pretx_pktprocess()
841 hslot = dhd_wlfc_hanger_get_free_slot(ctx->hanger); in _dhd_wlfc_pretx_pktprocess()
848 hslot = WLFC_PKTID_HSLOT_GET(DHD_PKTTAG_H2DTAG(PKTTAG(p))); in _dhd_wlfc_pretx_pktprocess()
851 WLFC_PKTID_HSLOT_SET(htod, hslot); in _dhd_wlfc_pretx_pktprocess()
878 rc = dhd_wlfc_hanger_pushpkt(ctx->hanger, p, hslot); in _dhd_wlfc_pretx_pktprocess()
883 ((wlfc_hanger_t*)(ctx->hanger))->items[hslot].push_time = in _dhd_wlfc_pretx_pktprocess()
899 hslot = WLFC_PKTID_HSLOT_GET(DHD_PKTTAG_H2DTAG(PKTTAG(p))); in _dhd_wlfc_pretx_pktprocess()
900 dhd_wlfc_hanger_get_genbit(ctx->hanger, p, hslot, &gen); in _dhd_wlfc_pretx_pktprocess()
909 *slot = hslot; in _dhd_wlfc_pretx_pktprocess()
1264 uint32 hslot; in _dhd_wlfc_handle_packet_commit() local
1282 commit_info->needs_hdr, &hslot); in _dhd_wlfc_handle_packet_commit()
1304 (commit_info->pkt_type), hslot); in _dhd_wlfc_handle_packet_commit()
1589 uint32 hslot, hcnt; in dhd_wlfc_compressed_txstatus_update() local
1597 hslot = (status & 0x00ffff00) >> 8; in dhd_wlfc_compressed_txstatus_update()
1621 status = (status_g << 24) | (hslot << 8) | (hcnt); in dhd_wlfc_compressed_txstatus_update()
1623 hslot++; in dhd_wlfc_compressed_txstatus_update()