Searched refs:min_pkt (Results 1 – 1 of 1) sorted by relevance
1256 size_t min_pkt; in gem_setup_txbuf_copy() local1266 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()