Home
last modified time | relevance | path

Searched refs:ixgbe_tx_ring_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c35 static int ixgbe_tx_copy(ixgbe_tx_ring_t *, tx_control_block_t **,
37 static int ixgbe_tx_bind(ixgbe_tx_ring_t *, tx_control_block_t **,
40 static int ixgbe_tx_fill_ring(ixgbe_tx_ring_t *, link_list_t *,
43 static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *,
47 static boolean_t ixgbe_check_context(ixgbe_tx_ring_t *,
123 ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)arg; in ixgbe_ring_tx()
434 ixgbe_tx_copy(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp, in ixgbe_tx_copy()
494 ixgbe_tx_bind(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp, in ixgbe_tx_bind()
775 ixgbe_check_context(ixgbe_tx_ring_t *tx_ring, ixgbe_tx_context_t *ctx) in ixgbe_check_context()
880 ixgbe_tx_fill_ring(ixgbe_tx_ring_t *tx_ring, link_list_t *pending_list, in ixgbe_tx_fill_ring()
[all …]
H A Dixgbe_buf.c31 static int ixgbe_alloc_tbd_ring(ixgbe_tx_ring_t *);
32 static void ixgbe_free_tbd_ring(ixgbe_tx_ring_t *);
36 static int ixgbe_alloc_tcb_lists(ixgbe_tx_ring_t *);
37 static void ixgbe_free_tcb_lists(ixgbe_tx_ring_t *);
127 ixgbe_tx_ring_t *tx_ring; in ixgbe_alloc_dma()
173 ixgbe_tx_ring_t *tx_ring; in ixgbe_free_dma()
309 ixgbe_alloc_tbd_ring(ixgbe_tx_ring_t *tx_ring) in ixgbe_alloc_tbd_ring()
414 ixgbe_free_tbd_ring(ixgbe_tx_ring_t *tx_ring) in ixgbe_free_tbd_ring()
656 ixgbe_alloc_tcb_lists(ixgbe_tx_ring_t *tx_ring) in ixgbe_alloc_tcb_lists()
772 ixgbe_free_tcb_lists(ixgbe_tx_ring_t *tx_ring) in ixgbe_free_tcb_lists()
H A Dixgbe_sw.h541 } ixgbe_tx_ring_t; typedef
689 ixgbe_tx_ring_t *tx_rings; /* Array of tx rings */
931 void ixgbe_put_free_list(ixgbe_tx_ring_t *, link_list_t *);
932 uint32_t ixgbe_tx_recycle_legacy(ixgbe_tx_ring_t *);
933 uint32_t ixgbe_tx_recycle_head_wb(ixgbe_tx_ring_t *);
H A Dixgbe_main.c65 static void ixgbe_setup_tx_ring(ixgbe_tx_ring_t *);
113 static void ixgbe_intr_tx_work(ixgbe_tx_ring_t *);
1146 ixgbe_tx_ring_t *tx_ring; in ixgbe_init_driver_settings()
1237 ixgbe_tx_ring_t *tx_ring; in ixgbe_init_locks()
1272 ixgbe_tx_ring_t *tx_ring; in ixgbe_destroy_locks()
1749 ixgbe_tx_ring_t *tx_ring; in ixgbe_tx_clean()
1819 ixgbe_tx_ring_t *tx_ring; in ixgbe_tx_drain()
2276 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings, in ixgbe_alloc_rings()
2297 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings); in ixgbe_alloc_rings()
2320 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings); in ixgbe_free_rings()
[all …]
H A Dixgbe_stat.c809 ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)rh; in ixgbe_tx_ring_stat()