Home
last modified time | relevance | path

Searched refs:tcb_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1832 switch (tcb->tcb_type) { in i40e_tcb_reset()
1859 tcb->tcb_type = I40E_TX_NONE; in i40e_tcb_reset()
1977 if (tcb->tcb_type == I40E_TX_DMA) in i40e_tx_recycle_ring()
2037 tcb->tcb_type = I40E_TX_COPY; in i40e_tx_copy_fragment()
2056 tcb->tcb_type = I40E_TX_DMA; in i40e_tx_bind_fragment()
2266 ASSERT(tcb->tcb_type == I40E_TX_DMA || in i40e_non_lso_chain()
2267 tcb->tcb_type == I40E_TX_COPY); in i40e_non_lso_chain()
2611 tcb->tcb_type == I40E_TX_COPY); in i40e_lso_chain()
2781 tcb_ctx->tcb_type = I40E_TX_DESC; in i40e_ring_tx()
2848 if (tcb->tcb_type == I40E_TX_COPY) { in i40e_ring_tx()
[all …]
H A Di40e_sw.h432 i40e_tx_type_t tcb_type; member