Lines Matching refs:psq
409 struct pktq psq; member
824 brcmf_fws_psq_flush(fws, &entry->psq, ifidx); in brcmf_fws_macdesc_cleanup()
825 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup()
944 if (brcmu_pktq_mlen(&entry->psq, 3 << (fifo * 2)) == 0) in brcmf_fws_tim_update()
1041 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_macdesc_indicate()
1053 offsetof(struct brcmf_fws_mac_descriptor, psq)); in brcmf_fws_macdesc_indicate()
1276 pq = &entry->psq; in brcmf_fws_enq()
1321 } else if (brcmu_pktq_penq(&entry->psq, prec, p) == NULL) { in brcmf_fws_enq()
1338 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_enq()
1368 p = brcmu_pktq_mdeq(&entry->psq, pmsk << (fifo * 2), &prec_out); in brcmf_fws_deq()
1374 p = brcmu_pktq_mdeq(&entry->psq, in brcmf_fws_deq()
1385 brcmf_fws_flow_control_check(fws, &entry->psq, in brcmf_fws_deq()
1983 pktout = brcmu_pktq_penq_head(&entry->psq, qidx, skb); in brcmf_fws_rollback_toq()
2165 brcmu_pktq_init(&entry->psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_add_interface()
2409 brcmu_pktq_init(&fws->desc.other.psq, BRCMF_FWS_PSQ_PREC_COUNT, in brcmf_fws_init()