Lines Matching refs:psq
389 struct pktq psq; member
801 brcmf_fws_psq_flush(fws, &entry->psq, ifidx); in brcmf_fws_macdesc_cleanup()
802 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup()
921 if (brcmu_pktq_mlen(&entry->psq, 3 << (fifo * 2)) == 0) in brcmf_fws_tim_update()
1018 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_macdesc_indicate()
1030 offsetof(struct brcmf_fws_mac_descriptor, psq)); in brcmf_fws_macdesc_indicate()
1260 pq = &entry->psq; in brcmf_fws_enq()
1305 } else if (brcmu_pktq_penq(&entry->psq, prec, p) == NULL) { in brcmf_fws_enq()
1322 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_enq()
1352 p = brcmu_pktq_mdeq(&entry->psq, pmsk << (fifo * 2), &prec_out); in brcmf_fws_deq()
1358 p = brcmu_pktq_mdeq(&entry->psq, in brcmf_fws_deq()
1369 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_deq()
2000 pktout = brcmu_pktq_penq_head(&entry->psq, qidx, skb); in brcmf_fws_rollback_toq()
2177 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_add_interface()
2429 brcmu_pktq_init(&fws->desc.other.psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_attach()