Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_send.c37 extern uint32_t hxge_tx_use_bcopy;
269 if (hxge_tx_use_bcopy) { in hxge_start()
320 ((!hxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in hxge_start()
H A Dhxge_txdma.c35 uint32_t hxge_tx_use_bcopy = 1; variable