Searched refs:hxge_tx_use_bcopy (Results 1 – 2 of 2) sorted by relevance
37 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()
35 uint32_t hxge_tx_use_bcopy = 1; variable