Searched refs:PKT_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
1376 #define PKT_MIN_SIZE (sizeof (struct ether_header) + 10 + VTAG_SIZE) macro1395 if ((long)mp->b_wptr - (long)mp->b_rptr < PKT_MIN_SIZE) { in gem_txbuf_options()1398 tp && (off < PKT_MIN_SIZE); in gem_txbuf_options()1401 len = min(len, PKT_MIN_SIZE - off); in gem_txbuf_options()1422 #undef PKT_MIN_SIZE