Searched refs:PIO_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/sys/
H A Duipc_mvec.c61 if (n->m_pkthdr.len <= PIO_LEN)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h161 #define PIO_LEN (WR_LEN - sizeof(struct cpl_tx_pkt_lso)) macro
H A Dcxgb_sge.c1170 if (m->m_pkthdr.len <= PIO_LEN)
1516 if (__predict_false(mlen <= PIO_LEN)) {
1518 * pkt not undersized but fits in PIO_LEN
1551 if (mlen <= PIO_LEN) {

Completed in 75 milliseconds