Searched refs:tx_bcopy_thresh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c179 bcopy_thresh = Adapter->tx_bcopy_thresh;
367 * If the size of the fragment is less than the tx_bcopy_thresh
1292 else if (len1 > tx_ring->adapter->tx_bcopy_thresh)
H A De1000g_sw.h884 uint32_t tx_bcopy_thresh; member in struct:e1000g
H A De1000g_main.c874 Adapter->tx_bcopy_thresh = DEFAULT_TX_BCOPY_THRESHOLD;
3675 Adapter->tx_bcopy_thresh = (uint32_t)result;
3880 value = Adapter->tx_bcopy_thresh;

Completed in 77 milliseconds