Home
last modified time | relevance | path

Searched refs:nxge_bcopy_thresh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c48 extern uint32_t nxge_bcopy_thresh;
430 bcopy_thresh = (nxge_bcopy_thresh - TX_PKT_HEADER_SIZE); in nxge_start()
500 i * nxge_bcopy_thresh, nxge_bcopy_thresh, in nxge_start()
549 bcopy_thresh = nxge_bcopy_thresh; in nxge_start()
608 i * nxge_bcopy_thresh, nxge_bcopy_thresh, in nxge_start()
H A Dnxge_txdma.c42 extern uint32_t nxge_bcopy_thresh;
814 if (len < nxge_bcopy_thresh) { in nxge_tx_pkt_nmblocks()
822 if (pkt_len >= nxge_bcopy_thresh) { in nxge_tx_pkt_nmblocks()
H A Dnxge_main.c102 uint32_t nxge_bcopy_thresh = TX_BCOPY_MAX; variable
2840 threshhold = nxge_bcopy_thresh; in nxge_tdc_sizes()