Home
last modified time | relevance | path

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;
266 bcopy_thresh = (hxge_bcopy_thresh - TX_PKT_HEADER_SIZE); in hxge_start()
323 offset = tx_msg_p->offset_index * hxge_bcopy_thresh; in hxge_start()
325 offset, hxge_bcopy_thresh, DDI_DMA_SYNC_FORDEV); in hxge_start()
370 bcopy_thresh = hxge_bcopy_thresh; in hxge_start()
418 offset = tx_msg_p->offset_index * hxge_bcopy_thresh; in hxge_start()
420 offset, hxge_bcopy_thresh, DDI_DMA_SYNC_FORDEV); in hxge_start()
H A Dhxge_txdma.c38 extern uint32_t hxge_bcopy_thresh;
517 if (len < hxge_bcopy_thresh) { in hxge_tx_pkt_nmblocks()
525 if (pkt_len >= hxge_bcopy_thresh) { in hxge_tx_pkt_nmblocks()
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); in hxge_alloc_tx_mem_pool()
1990 tx_buf_alloc_size, hxge_bcopy_thresh, &num_chunks[i]); in hxge_alloc_tx_mem_pool()