Searched refs:tp_enqueued (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h61 int tp_enqueued; member in struct:toepcb
H A Dcxgb_cpl_io.c599 KASSERT(toep->tp_enqueued >= sbused(so_rcv),
601 toep->tp_rx_credits += toep->tp_enqueued - sbused(so_rcv);
602 toep->tp_enqueued = sbused(so_rcv);
1200 toep->tp_enqueued += m->m_pkthdr.len;

Completed in 54 milliseconds