Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1923 switch (tcb->tcb_type) { in i40e_tcb_reset()
1934 panic("unknown i40e tcb type: %d", tcb->tcb_type); in i40e_tcb_reset()
1937 tcb->tcb_type = I40E_TX_NONE; in i40e_tcb_reset()
2182 tcb->tcb_type = I40E_TX_COPY; in i40e_ring_tx()
H A Di40e_sw.h417 i40e_tx_type_t tcb_type; member