Searched refs:nxge_tx_use_bcopy (Results 1 – 2 of 2) sorted by relevance
55 extern uint32_t nxge_tx_use_bcopy;429 if (nxge_tx_use_bcopy && (nxgep->niu_type != N2_NIU)) { in nxge_start()492 ((!nxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in nxge_start()
39 uint32_t nxge_tx_use_bcopy = 1; variable