Symbol: i40e_tx_control_block_t
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
108
i40e_tx_control_block_t **itrq_tcb_work_list;
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
127
i40e_tx_control_block_t **wklist;
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
210
wklistsz = sizeof (i40e_tx_control_block_t *) * trq.itrq_tx_ring_size;
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
226
i40e_tx_control_block_t *tcbptr;
usr/src/uts/common/io/i40e/i40e_sw.h
619
i40e_tx_control_block_t *itrq_tcb_area; /* Array of control blocks */
usr/src/uts/common/io/i40e/i40e_sw.h
620
i40e_tx_control_block_t **itrq_tcb_work_list; /* In use tcb */
usr/src/uts/common/io/i40e/i40e_sw.h
621
i40e_tx_control_block_t **itrq_tcb_free_list; /* Available tcb */
usr/src/uts/common/io/i40e/i40e_transceiver.c
1796
i40e_tcb_free(i40e_trqpair_t *itrq, i40e_tx_control_block_t *tcb)
usr/src/uts/common/io/i40e/i40e_transceiver.c
1807
static i40e_tx_control_block_t *
usr/src/uts/common/io/i40e/i40e_transceiver.c
1810
i40e_tx_control_block_t *ret;
usr/src/uts/common/io/i40e/i40e_transceiver.c
1833
i40e_tcb_reset(i40e_tx_control_block_t *tcb)
usr/src/uts/common/io/i40e/i40e_transceiver.c
1896
i40e_tx_control_block_t *tcb;
usr/src/uts/common/io/i40e/i40e_transceiver.c
1924
i40e_tx_control_block_t *tcbhead;
usr/src/uts/common/io/i40e/i40e_transceiver.c
1965
i40e_tx_control_block_t *tcb;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2016
i40e_tx_control_block_t *tcb = tcbhead;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2027
i40e_tx_copy_fragment(i40e_tx_control_block_t *tcb, const mblk_t *mp,
usr/src/uts/common/io/i40e/i40e_transceiver.c
2045
static i40e_tx_control_block_t *
usr/src/uts/common/io/i40e/i40e_transceiver.c
2052
i40e_tx_control_block_t *tcb;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2146
tcb_list_append(i40e_tx_control_block_t **head, i40e_tx_control_block_t **tail,
usr/src/uts/common/io/i40e/i40e_transceiver.c
2147
i40e_tx_control_block_t *tcb)
usr/src/uts/common/io/i40e/i40e_transceiver.c
2175
static i40e_tx_control_block_t *
usr/src/uts/common/io/i40e/i40e_transceiver.c
2181
i40e_tx_control_block_t *tcb = NULL, *tcbhead = NULL, *tcbtail = NULL;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2267
i40e_tx_control_block_t *next = tcb->tcb_next;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2361
static i40e_tx_control_block_t *
usr/src/uts/common/io/i40e/i40e_transceiver.c
2388
i40e_tx_control_block_t *tcb = NULL, *tcbhead = NULL, *tcbtail = NULL;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2611
i40e_tx_control_block_t *next = tcb->tcb_next;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2716
i40e_tx_control_block_t *tcb_ctx = NULL, *tcb = NULL, *tcbhead = NULL;
usr/src/uts/common/io/i40e/i40e_transceiver.c
2918
i40e_tx_control_block_t *next = tcb->tcb_next;
usr/src/uts/common/io/i40e/i40e_transceiver.c
888
i40e_tx_control_block_t *tcb = itrq->itrq_tcb_area;
usr/src/uts/common/io/i40e/i40e_transceiver.c
902
fsz = sizeof (i40e_tx_control_block_t) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
909
fsz = sizeof (i40e_tx_control_block_t *) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
916
fsz = sizeof (i40e_tx_control_block_t *) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
932
i40e_tx_control_block_t *tcb;
usr/src/uts/common/io/i40e/i40e_transceiver.c
962
sizeof (i40e_tx_control_block_t *), KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
970
sizeof (i40e_tx_control_block_t *), KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
981
itrq->itrq_tcb_area = kmem_zalloc(sizeof (i40e_tx_control_block_t) *