Searched refs:IXGBE_TX_MAX_SEG (Results 1 – 3 of 3) sorted by relevance
54 #define IXGBE_TX_MAX_SEG 40 macro
481 .nb_seg_max = IXGBE_TX_MAX_SEG,482 .nb_mtu_seg_max = IXGBE_TX_MAX_SEG,
982 if (m->nb_segs > IXGBE_TX_MAX_SEG - txq->wthresh) { in ixgbe_prep_pkts()