Symbol: ixgbe_tx_ring_t
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
127
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
173
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
309
ixgbe_alloc_tbd_ring(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
31
static int ixgbe_alloc_tbd_ring(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
32
static void ixgbe_free_tbd_ring(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
36
static int ixgbe_alloc_tcb_lists(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
37
static void ixgbe_free_tcb_lists(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
414
ixgbe_free_tbd_ring(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
656
ixgbe_alloc_tcb_lists(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
772
ixgbe_free_tcb_lists(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_main.c
113
static void ixgbe_intr_tx_work(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1191
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1290
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1325
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1964
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2034
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2494
sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2515
sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2538
sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2901
ixgbe_setup_tx_ring(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2996
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4318
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4866
ixgbe_intr_tx_work(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5145
ixgbe_tx_ring_t *tx_ring;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
65
static void ixgbe_setup_tx_ring(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6626
ixgbe_tx_ring_t *tx_ring = &ixgbe->tx_rings[ring_index];
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
809
ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)rh;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
698
ixgbe_tx_ring_t *tx_rings; /* Array of tx rings */
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
950
void ixgbe_put_free_list(ixgbe_tx_ring_t *, link_list_t *);
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
951
uint32_t ixgbe_tx_recycle_legacy(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
952
uint32_t ixgbe_tx_recycle_head_wb(ixgbe_tx_ring_t *);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1110
ixgbe_tx_recycle_legacy(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
117
ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)arg;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1257
ixgbe_tx_recycle_head_wb(ixgbe_tx_ring_t *tx_ring)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1436
ixgbe_get_free_list(ixgbe_tx_ring_t *tx_ring, link_list_t *list)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
1473
ixgbe_put_free_list(ixgbe_tx_ring_t *tx_ring, link_list_t *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
41
static int ixgbe_tx_fill_ring(ixgbe_tx_ring_t *, link_list_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
44
static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
48
static boolean_t ixgbe_check_context(ixgbe_tx_ring_t *,
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
769
ixgbe_check_context(ixgbe_tx_ring_t *tx_ring, ixgbe_tx_context_t *ctx)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
874
ixgbe_tx_fill_ring(ixgbe_tx_ring_t *tx_ring, link_list_t *pending_list,