Searched refs:e1000g_tx_ring_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 48 static int e1000g_tx_copy(e1000g_tx_ring_t *, 50 static int e1000g_tx_bind(e1000g_tx_ring_t *, 53 static boolean_t e1000g_check_context(e1000g_tx_ring_t *, context_data_t *); 54 static int e1000g_fill_tx_ring(e1000g_tx_ring_t *, LIST_DESCRIBER *, 58 static int e1000g_fill_tx_desc(e1000g_tx_ring_t *, 65 static void e1000g_82547_tx_move_tail(e1000g_tx_ring_t *); 66 static void e1000g_82547_tx_move_tail_work(e1000g_tx_ring_t *); 175 e1000g_tx_ring_t *tx_ring; in e1000g_send() 552 e1000g_check_context(e1000g_tx_ring_t *tx_ring, context_data_t *cur_context) in e1000g_check_context() 605 e1000g_fill_tx_ring(e1000g_tx_ring_t *tx_ring, LIST_DESCRIBER *pending_list, in e1000g_fill_tx_ring() [all …]
|
H A D | e1000g_alloc.c | 43 static int e1000g_alloc_tx_descriptors(e1000g_tx_ring_t *); 45 static void e1000g_free_tx_descriptors(e1000g_tx_ring_t *); 47 static int e1000g_alloc_tx_packets(e1000g_tx_ring_t *); 49 static void e1000g_free_tx_packets(e1000g_tx_ring_t *); 221 e1000g_tx_ring_t *tx_ring; in e1000g_alloc_descriptors() 255 e1000g_tx_ring_t *tx_ring; in e1000g_free_descriptors() 266 e1000g_alloc_tx_descriptors(e1000g_tx_ring_t *tx_ring) in e1000g_alloc_tx_descriptors() 672 e1000g_free_tx_descriptors(e1000g_tx_ring_t *tx_ring) in e1000g_free_tx_descriptors() 706 e1000g_tx_ring_t *tx_ring; in e1000g_alloc_packets() 766 e1000g_tx_ring_t *tx_ring; in e1000g_free_packets() [all …]
|
H A D | e1000g_sw.h | 757 } e1000g_tx_ring_t, *pe1000g_tx_ring_t; typedef 917 e1000g_tx_ring_t tx_ring[1]; 1057 int e1000g_recycle(e1000g_tx_ring_t *tx_ring); 1059 void e1000g_tx_freemsg(e1000g_tx_ring_t *tx_ring);
|
H A D | e1000g_main.c | 127 static void stop_82547_timer(e1000g_tx_ring_t *); 1269 e1000g_tx_ring_t *tx_ring; in e1000g_init_locks() 1300 e1000g_tx_ring_t *tx_ring; in e1000g_destroy_locks() 2165 e1000g_tx_ring_t *tx_ring; in e1000g_tx_clean() 2225 e1000g_tx_ring_t *tx_ring; in e1000g_tx_drain() 2416 e1000g_tx_ring_t *tx_ring = Adapter->tx_ring; in e1000g_intr_work() 4583 e1000g_tx_ring_t *tx_ring = Adapter->tx_ring; in e1000g_timer_tx_resched() 4999 stop_82547_timer(e1000g_tx_ring_t *tx_ring) in stop_82547_timer() 5191 e1000g_tx_ring_t *tx_ring; in e1000g_stall_check()
|
H A D | e1000g_stat.c | 154 e1000g_tx_ring_t *tx_ring; in e1000g_update_stats()
|