Searched refs:ulp_pdu_reclaimq (Results 1 – 4 of 4) sorted by relevance
237 struct mbufq ulp_pdu_reclaimq; member
58 * the mbuf is in the ulp_pdu_reclaimq.719 * The TLS code reuses the ulp_pdu_reclaimq to hold the pending mbufs.759 if (mbufq_enqueue(&toep->ulp_pdu_reclaimq, m)) { in do_tls_data() 851 tls_data = mbufq_dequeue(&toep->ulp_pdu_reclaimq); in do_rx_tls_cmp()
1174 rqdrop_locked(&toep->ulp_pdu_reclaimq, drop); in t4_push_pdus()1191 mbufq_enqueue(&toep->ulp_pdu_reclaimq, m); in t4_push_pdus()1924 rqdrop_locked(&toep->ulp_pdu_reclaimq, plen); in do_fw4_ack()
149 mbufq_init(&toep->ulp_pdu_reclaimq, INT_MAX); in alloc_toepcb()356 MPASS(mbufq_empty(&toep->ulp_pdu_reclaimq)); in done_with_toepcb()1006 mbufq_drain(&toep->ulp_pdu_reclaimq); in final_cpl_received()