Lines Matching refs:psq
395 struct pktq psq; member
814 brcmf_fws_psq_flush(fws, &entry->psq, ifidx); in brcmf_fws_macdesc_cleanup()
815 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup()
934 if (brcmu_pktq_mlen(&entry->psq, 3 << (fifo * 2)) == 0) in brcmf_fws_tim_update()
1031 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_macdesc_indicate()
1043 offsetof(struct brcmf_fws_mac_descriptor, psq)); in brcmf_fws_macdesc_indicate()
1266 pq = &entry->psq; in brcmf_fws_enq()
1311 } else if (brcmu_pktq_penq(&entry->psq, prec, p) == NULL) { in brcmf_fws_enq()
1328 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_enq()
1358 p = brcmu_pktq_mdeq(&entry->psq, pmsk << (fifo * 2), &prec_out); in brcmf_fws_deq()
1364 p = brcmu_pktq_mdeq(&entry->psq, in brcmf_fws_deq()
1375 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_deq()
1776 pktout = brcmu_pktq_penq_head(&entry->psq, qidx, skb); in brcmf_fws_rollback_toq()
1960 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_add_interface()
2204 brcmu_pktq_init(&fws->desc.other.psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_init()