Home
last modified time | relevance | path

Searched refs:min_pkt (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1256 size_t min_pkt; in gem_setup_txbuf_copy() local
1266 min_pkt = ETHERMIN; in gem_setup_txbuf_copy()
1274 min_pkt += VTAG_SIZE; in gem_setup_txbuf_copy()
1286 if (off < min_pkt && in gem_setup_txbuf_copy()
1287 (min_pkt > ETHERMIN || !dp->gc.gc_tx_auto_pad)) { in gem_setup_txbuf_copy()
1294 bzero(&bp[off], min_pkt - off); in gem_setup_txbuf_copy()
1295 off = min_pkt; in gem_setup_txbuf_copy()
1309 min_pkt)); in gem_setup_txbuf_copy()