Symbol: e1000g_tx_ring_t
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1124
e1000g_alloc_tx_packets(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1466
e1000g_free_tx_packets(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
221
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
255
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
266
e1000g_alloc_tx_descriptors(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
43
static int e1000g_alloc_tx_descriptors(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
45
static void e1000g_free_tx_descriptors(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
47
static int e1000g_alloc_tx_packets(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
49
static void e1000g_free_tx_packets(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
672
e1000g_free_tx_descriptors(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
706
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
766
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
126
static void stop_82547_timer(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_main.c
1268
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
1299
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
2164
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
2224
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
2415
e1000g_tx_ring_t *tx_ring = Adapter->tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
4583
e1000g_tx_ring_t *tx_ring = Adapter->tx_ring;
usr/src/uts/common/io/e1000g/e1000g_main.c
4997
stop_82547_timer(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_main.c
5189
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_stat.c
154
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_sw.h
1057
int e1000g_recycle(e1000g_tx_ring_t *tx_ring);
usr/src/uts/common/io/e1000g/e1000g_sw.h
1059
void e1000g_tx_freemsg(e1000g_tx_ring_t *tx_ring);
usr/src/uts/common/io/e1000g/e1000g_sw.h
917
e1000g_tx_ring_t tx_ring[1];
usr/src/uts/common/io/e1000g/e1000g_tx.c
1005
e1000g_recycle(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_tx.c
1244
e1000g_tx_copy(e1000g_tx_ring_t *tx_ring, p_tx_sw_packet_t packet,
usr/src/uts/common/io/e1000g/e1000g_tx.c
1328
e1000g_tx_bind(e1000g_tx_ring_t *tx_ring, p_tx_sw_packet_t packet, mblk_t *mp)
usr/src/uts/common/io/e1000g/e1000g_tx.c
1506
e1000g_fill_tx_desc(e1000g_tx_ring_t *tx_ring,
usr/src/uts/common/io/e1000g/e1000g_tx.c
161
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_tx.c
1630
e1000g_82547_tx_move_tail_work(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_tx.c
1678
e1000g_tx_ring_t *tx_ring;
usr/src/uts/common/io/e1000g/e1000g_tx.c
1680
tx_ring = (e1000g_tx_ring_t *)arg;
usr/src/uts/common/io/e1000g/e1000g_tx.c
1691
e1000g_82547_tx_move_tail(e1000g_tx_ring_t *tx_ring)
usr/src/uts/common/io/e1000g/e1000g_tx.c
1723
e1000g_tx_ring_t *tx_ring = &Adapter->tx_ring[0];
usr/src/uts/common/io/e1000g/e1000g_tx.c
48
static int e1000g_tx_copy(e1000g_tx_ring_t *,
usr/src/uts/common/io/e1000g/e1000g_tx.c
50
static int e1000g_tx_bind(e1000g_tx_ring_t *,
usr/src/uts/common/io/e1000g/e1000g_tx.c
53
static boolean_t e1000g_check_context(e1000g_tx_ring_t *, context_data_t *);
usr/src/uts/common/io/e1000g/e1000g_tx.c
538
e1000g_check_context(e1000g_tx_ring_t *tx_ring, context_data_t *cur_context)
usr/src/uts/common/io/e1000g/e1000g_tx.c
54
static int e1000g_fill_tx_ring(e1000g_tx_ring_t *, LIST_DESCRIBER *,
usr/src/uts/common/io/e1000g/e1000g_tx.c
58
static int e1000g_fill_tx_desc(e1000g_tx_ring_t *,
usr/src/uts/common/io/e1000g/e1000g_tx.c
591
e1000g_fill_tx_ring(e1000g_tx_ring_t *tx_ring, LIST_DESCRIBER *pending_list,
usr/src/uts/common/io/e1000g/e1000g_tx.c
65
static void e1000g_82547_tx_move_tail(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_tx.c
66
static void e1000g_82547_tx_move_tail_work(e1000g_tx_ring_t *);
usr/src/uts/common/io/e1000g/e1000g_tx.c
894
e1000g_tx_ring_t *tx_ring;