Searched refs:ixgbe_tx_ring_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 35 static int ixgbe_tx_copy(ixgbe_tx_ring_t *, tx_control_block_t *, mblk_t *, 37 static int ixgbe_tx_bind(ixgbe_tx_ring_t *, tx_control_block_t *, mblk_t *, 39 static int ixgbe_tx_fill_ring(ixgbe_tx_ring_t *, link_list_t *, 42 static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *); 45 static boolean_t ixgbe_check_context(ixgbe_tx_ring_t *, 87 ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)arg; in ixgbe_ring_tx() 581 ixgbe_tx_copy(ixgbe_tx_ring_t *tx_ring, tx_control_block_t *tcb, mblk_t *mp, in ixgbe_tx_copy() 642 ixgbe_tx_bind(ixgbe_tx_ring_t *tx_ring, tx_control_block_t *tcb, mblk_t *mp, in ixgbe_tx_bind() 876 ixgbe_check_context(ixgbe_tx_ring_t *tx_ring, ixgbe_tx_context_t *ctx) in ixgbe_check_context() 972 ixgbe_tx_fill_ring(ixgbe_tx_ring_t *tx_ring, link_list_t *pending_list, in ixgbe_tx_fill_ring() [all …]
|
H A D | ixgbe_buf.c | 31 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 D | ixgbe_sw.h | 526 } ixgbe_tx_ring_t; typedef 669 ixgbe_tx_ring_t *tx_rings; /* Array of tx rings */ 894 void ixgbe_put_free_list(ixgbe_tx_ring_t *, link_list_t *); 895 uint32_t ixgbe_tx_recycle_legacy(ixgbe_tx_ring_t *); 896 uint32_t ixgbe_tx_recycle_head_wb(ixgbe_tx_ring_t *);
|
H A D | ixgbe_main.c | 64 static void ixgbe_setup_tx_ring(ixgbe_tx_ring_t *); 111 static void ixgbe_intr_tx_work(ixgbe_tx_ring_t *); 1100 ixgbe_tx_ring_t *tx_ring; in ixgbe_init_driver_settings() 1189 ixgbe_tx_ring_t *tx_ring; in ixgbe_init_locks() 1224 ixgbe_tx_ring_t *tx_ring; in ixgbe_destroy_locks() 1660 ixgbe_tx_ring_t *tx_ring; in ixgbe_tx_clean() 1730 ixgbe_tx_ring_t *tx_ring; in ixgbe_tx_drain() 2185 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings, in ixgbe_alloc_rings() 2206 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings); in ixgbe_alloc_rings() 2229 sizeof (ixgbe_tx_ring_t) * ixgbe->num_tx_rings); in ixgbe_free_rings() [all …]
|
H A D | ixgbe_stat.c | 864 ixgbe_tx_ring_t *tx_ring = (ixgbe_tx_ring_t *)rh; in ixgbe_tx_ring_stat()
|