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);
504 i * nxge_bcopy_thresh, nxge_bcopy_thresh,
553 bcopy_thresh = nxge_bcopy_thresh;
612 i * nxge_bcopy_thresh, nxge_bcopy_thresh,
H A Dnxge_txdma.c42 extern uint32_t nxge_bcopy_thresh;
814 if (len < nxge_bcopy_thresh) {
822 if (pkt_len >= nxge_bcopy_thresh) {
H A Dnxge_main.c102 uint32_t nxge_bcopy_thresh = TX_BCOPY_MAX; variable
2847 threshhold = nxge_bcopy_thresh;

Completed in 343 milliseconds