Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c268 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE); in hxge_start()
312 ((!hxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in hxge_start()
H A Dhxge_impl.h151 #define TX_BCOPY_SIZE 512 macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h249 #define TX_BCOPY_SIZE 4096 macro
252 #define TX_BCOPY_SIZE 2048 macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c432 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE); in nxge_start()
488 ((!nxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in nxge_start()
H A Dnxge_main.c2838 threshhold = TX_BCOPY_SIZE; in nxge_tdc_sizes()