Searched refs:hxge_bcopy_thresh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c30 extern uint32_t hxge_bcopy_thresh;
270 bcopy_thresh = (hxge_bcopy_thresh - TX_PKT_HEADER_SIZE);
331 offset = tx_msg_p->offset_index * hxge_bcopy_thresh;
333 offset, hxge_bcopy_thresh, DDI_DMA_SYNC_FORDEV);
378 bcopy_thresh = hxge_bcopy_thresh;
426 offset = tx_msg_p->offset_index * hxge_bcopy_thresh;
428 offset, hxge_bcopy_thresh, DDI_DMA_SYNC_FORDEV);
H A Dhxge_txdma.c38 extern uint32_t hxge_bcopy_thresh;
517 if (len < hxge_bcopy_thresh) {
525 if (pkt_len >= hxge_bcopy_thresh) {
H A Dhxge_main.c49 uint32_t hxge_bcopy_thresh = TX_BCOPY_MAX; variable
1967 tx_buf_alloc_size = (hxge_bcopy_thresh * hxge_tx_ring_size);
1990 tx_buf_alloc_size, hxge_bcopy_thresh, &num_chunks[i]);

Completed in 64 milliseconds