Searched refs:ENIC_TX_MAX_PKT_SIZE (Results 1 – 2 of 2) sorted by relevance
399 if (unlikely(m->pkt_len > ENIC_TX_MAX_PKT_SIZE)) { in enic_prep_pkts()407 if (m->tso_segsz + header_len > ENIC_TX_MAX_PKT_SIZE) { in enic_prep_pkts()477 if (unlikely(!tso && pkt_len > ENIC_TX_MAX_PKT_SIZE)) { in enic_xmit_pkts()508 header_len) > ENIC_TX_MAX_PKT_SIZE))) { in enic_xmit_pkts()631 if (unlikely(p->pkt_len > ENIC_TX_MAX_PKT_SIZE)) { in enqueue_simple_pkts()632 desc->length = ENIC_TX_MAX_PKT_SIZE; in enqueue_simple_pkts()
32 #define ENIC_TX_MAX_PKT_SIZE 9208 macro