Home
last modified time | relevance | path

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

/titanic_50/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); in hxge_start()
331 offset = tx_msg_p->offset_index * hxge_bcopy_thresh; in hxge_start()
333 offset, hxge_bcopy_thresh, DDI_DMA_SYNC_FORDEV); in hxge_start()
378 bcopy_thresh = hxge_bcopy_thresh; in hxge_start()
426 offset = tx_msg_p->offset_index * hxge_bcopy_thresh; in hxge_start()
428 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()