Symbol: tx_control_block_t
usr/src/uts/common/io/igb/igb_buf.c
666
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_buf.c
674
tx_ring->work_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
686
tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
691
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/igb/igb_buf.c
703
kmem_zalloc(sizeof (tx_control_block_t) *
usr/src/uts/common/io/igb/igb_buf.c
708
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/igb/igb_buf.c
712
sizeof (tx_control_block_t *) * tx_ring->free_list_size);
usr/src/uts/common/io/igb/igb_buf.c
781
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_buf.c
807
sizeof (tx_control_block_t) * tx_ring->free_list_size);
usr/src/uts/common/io/igb/igb_buf.c
813
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/igb/igb_buf.c
819
sizeof (tx_control_block_t *) * tx_ring->free_list_size);
usr/src/uts/common/io/igb/igb_main.c
1725
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_sw.h
438
tx_control_block_t *tcb_area;
usr/src/uts/common/io/igb/igb_sw.h
439
tx_control_block_t **work_list;
usr/src/uts/common/io/igb/igb_sw.h
440
tx_control_block_t **free_list;
usr/src/uts/common/io/igb/igb_sw.h
904
void igb_free_tcb(tx_control_block_t *);
usr/src/uts/common/io/igb/igb_tx.c
107
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_tx.c
1073
igb_save_desc(tx_control_block_t *tcb, uint64_t address, size_t length)
usr/src/uts/common/io/igb/igb_tx.c
1100
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_tx.c
1224
tcb = (tx_control_block_t *)LIST_GET_HEAD(&pending_list);
usr/src/uts/common/io/igb/igb_tx.c
1231
tcb = (tx_control_block_t *)
usr/src/uts/common/io/igb/igb_tx.c
1255
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_tx.c
1365
tcb = (tx_control_block_t *)LIST_GET_HEAD(&pending_list);
usr/src/uts/common/io/igb/igb_tx.c
1372
tcb = (tx_control_block_t *)
usr/src/uts/common/io/igb/igb_tx.c
1392
igb_free_tcb(tx_control_block_t *tcb)
usr/src/uts/common/io/igb/igb_tx.c
1433
static tx_control_block_t *
usr/src/uts/common/io/igb/igb_tx.c
1436
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_tx.c
1472
tx_control_block_t *tcb;
usr/src/uts/common/io/igb/igb_tx.c
1479
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/igb/igb_tx.c
1488
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/igb/igb_tx.c
33
static int igb_tx_copy(igb_tx_ring_t *, tx_control_block_t *, mblk_t *,
usr/src/uts/common/io/igb/igb_tx.c
35
static int igb_tx_bind(igb_tx_ring_t *, tx_control_block_t *, mblk_t *,
usr/src/uts/common/io/igb/igb_tx.c
39
static void igb_save_desc(tx_control_block_t *, uint64_t, size_t);
usr/src/uts/common/io/igb/igb_tx.c
40
static tx_control_block_t *igb_get_free_list(igb_tx_ring_t *);
usr/src/uts/common/io/igb/igb_tx.c
448
tcb = (tx_control_block_t *)LIST_GET_HEAD(&pending_list);
usr/src/uts/common/io/igb/igb_tx.c
454
tcb = (tx_control_block_t *)
usr/src/uts/common/io/igb/igb_tx.c
475
igb_tx_copy(igb_tx_ring_t *tx_ring, tx_control_block_t *tcb, mblk_t *mp,
usr/src/uts/common/io/igb/igb_tx.c
536
igb_tx_bind(igb_tx_ring_t *tx_ring, tx_control_block_t *tcb, mblk_t *mp,
usr/src/uts/common/io/igb/igb_tx.c
885
tx_control_block_t *tcb, *first_tcb;
usr/src/uts/common/io/igb/igb_tx.c
951
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/igb/igb_tx.c
978
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
660
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
668
tx_ring->work_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
680
tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
685
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
697
kmem_zalloc(sizeof (tx_control_block_t) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
702
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
706
sizeof (tx_control_block_t *) * tx_ring->free_list_size);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
775
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
801
sizeof (tx_control_block_t) * tx_ring->free_list_size);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
807
sizeof (tx_control_block_t *) * tx_ring->ring_size);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
813
sizeof (tx_control_block_t *) * tx_ring->free_list_size);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1965
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
501
tx_control_block_t *tcb_area;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
502
tx_control_block_t **work_list;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
503
tx_control_block_t **free_list;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
949
void ixgbe_free_tcb(tx_control_block_t *);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1088
ixgbe_save_desc(tx_control_block_t *tcb, uint64_t address, size_t length)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1115
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
121
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1262
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1390
ixgbe_free_tcb(tx_control_block_t *tcb)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1435
static tx_control_block_t *
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1438
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1477
tx_control_block_t *tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1479
for (tcb = (tx_control_block_t *)LIST_GET_HEAD(pending_list);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1481
tcb = (tx_control_block_t *)LIST_GET_NEXT(pending_list, tcb)) {
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1494
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1503
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
36
static int ixgbe_tx_copy(ixgbe_tx_ring_t *, tx_control_block_t **,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
38
static int ixgbe_tx_bind(ixgbe_tx_ring_t *, tx_control_block_t **,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
40
static uint_t ixgbe_tcb_done(tx_control_block_t *);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
428
ixgbe_tx_copy(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
43
static void ixgbe_save_desc(tx_control_block_t *, uint64_t, size_t);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
431
tx_control_block_t *tcb = *tcbp;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
44
static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
442
tx_control_block_t *newtcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
488
ixgbe_tx_bind(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
491
tx_control_block_t *tcb = NULL;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
532
ixgbe_tcb_done(tx_control_block_t *tcb)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
881
tx_control_block_t *tcb, *first_tcb;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
946
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
972
tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list);