Searched defs:mark_mode (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 124 boolean_t mark_mode = B_FALSE; local 209 mark_mode = (tx_ring_p->descs_pending && 215 tx_ring_p->tdc, mark_mode)); 479 (ngathers -1), mark_mode, 572 dma_ioaddr, mark_mode)); 709 sop_tx_desc_p->bits.mark = mark_mode; 712 if (mark_mode)
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.c | 1555 boolean_t mark_mode, 1561 desc_p->bits.hdw.mark = mark_mode; 1571 boolean_t mark_mode, 1578 desc_p->bits.hdw.mark = mark_mode; 1553 npi_txdma_desc_gather_sop_set(npi_handle_t handle, p_tx_desc_t desc_p, boolean_t mark_mode, uint8_t ngathers) argument 1569 npi_txdma_desc_gather_sop_set_1(npi_handle_t handle, p_tx_desc_t desc_p, boolean_t mark_mode, uint8_t ngathers, uint32_t extra) argument
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 173 boolean_t mark_mode = B_FALSE; local 348 mark_mode = (tx_ring_p->descs_pending && 354 tx_ring_p->tdc, mark_mode)); 675 mark_mode, 785 dma_ioaddr, mark_mode)); 912 sop_tx_desc_p->bits.hdw.mark = mark_mode;
|
Completed in 312 milliseconds