Searched refs:min_pkt (Results 1 – 1 of 1) sorted by relevance
1254 size_t min_pkt; in gem_setup_txbuf_copy() local1264 min_pkt = ETHERMIN; in gem_setup_txbuf_copy()1272 min_pkt += VTAG_SIZE; in gem_setup_txbuf_copy()1284 if (off < min_pkt && in gem_setup_txbuf_copy()1285 (min_pkt > ETHERMIN || !dp->gc.gc_tx_auto_pad)) { in gem_setup_txbuf_copy()1292 bzero(&bp[off], min_pkt - off); in gem_setup_txbuf_copy()1293 off = min_pkt; in gem_setup_txbuf_copy()1307 min_pkt)); in gem_setup_txbuf_copy()