Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c169 boolean_t tx_undersize_flag; in e1000g_send() local
182 tx_undersize_flag = B_FALSE; in e1000g_send()
236 tx_undersize_flag = B_TRUE; in e1000g_send()
370 if ((len <= bcopy_thresh) || tx_undersize_flag) { in e1000g_send()
373 tx_undersize_flag); in e1000g_send()
1259 mblk_t *mp, boolean_t tx_undersize_flag) in e1000g_tx_copy() argument
1290 else if (tx_undersize_flag) in e1000g_tx_copy()
1308 if (tx_undersize_flag) { in e1000g_tx_copy()