Searched refs:tcb_type (Results 1 – 2 of 2) sorted by relevance
1854 switch (tcb->tcb_type) { in i40e_tcb_reset()1878 panic("unknown i40e tcb type: %d", tcb->tcb_type); in i40e_tcb_reset()1881 tcb->tcb_type = I40E_TX_NONE; in i40e_tcb_reset()1999 if (tcb->tcb_type == I40E_TX_DMA) in i40e_tx_recycle_ring()2059 tcb->tcb_type = I40E_TX_COPY; in i40e_tx_copy_fragment()2078 tcb->tcb_type = I40E_TX_DMA; in i40e_tx_bind_fragment()2218 if (tcb != NULL && tcb->tcb_type == I40E_TX_COPY) { in i40e_non_lso_chain()2259 tcbtail->tcb_type == I40E_TX_COPY) { in i40e_non_lso_chain()2288 ASSERT(tcb->tcb_type == I40E_TX_DMA || in i40e_non_lso_chain()2289 tcb->tcb_type == I40E_TX_COPY); in i40e_non_lso_chain()[all …]
441 i40e_tx_type_t tcb_type; member