Symbol: mac_ring_type_t
usr/src/uts/common/io/aggr/aggr_grp.c
164
static void aggr_fill_ring(void *, mac_ring_type_t, const int,
usr/src/uts/common/io/aggr/aggr_grp.c
166
static void aggr_fill_group(void *, mac_ring_type_t, const int,
usr/src/uts/common/io/aggr/aggr_grp.c
2536
aggr_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/aggr/aggr_grp.c
2573
aggr_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/bge/bge_main2.c
1702
bge_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/bge/bge_main2.c
1744
bge_fill_group(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/bnxe/bnxe_gld.c
1631
mac_ring_type_t ringType,
usr/src/uts/common/io/bnxe/bnxe_gld.c
1699
mac_ring_type_t ringType,
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1006
t4_fill_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
859
t4_fill_group(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/e1000g/e1000g_main.c
3122
e1000g_fill_ring(void *arg, mac_ring_type_t rtype, const int grp_index,
usr/src/uts/common/io/e1000g/e1000g_main.c
3153
e1000g_fill_group(void *arg, mac_ring_type_t rtype, const int grp_index,
usr/src/uts/common/io/ena/ena_gld.c
111
ena_fill_tx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/ena/ena_gld.c
129
ena_fill_rx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/ena/ena_gld.c
91
ena_fill_rx_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/hxge/hxge.h
265
mac_ring_type_t type;
usr/src/uts/common/io/hxge/hxge_main.c
2892
hxge_group_get(void *arg, mac_ring_type_t type, int groupid,
usr/src/uts/common/io/hxge/hxge_main.c
2923
hxge_ring_get_htable_idx(p_hxge_t hxgep, mac_ring_type_t type, uint32_t channel)
usr/src/uts/common/io/hxge/hxge_main.c
2962
hxge_fill_ring(void *arg, mac_ring_type_t type, const int rg_index,
usr/src/uts/common/io/i40e/i40e_gld.c
499
i40e_fill_tx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/i40e/i40e_gld.c
532
i40e_fill_rx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/i40e/i40e_gld.c
570
i40e_fill_rx_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/igb/igb_gld.c
783
igb_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/igb/igb_gld.c
843
igb_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/igb/igb_sw.h
879
void igb_fill_ring(void *, mac_ring_type_t, const int, const int,
usr/src/uts/common/io/igb/igb_sw.h
889
void igb_fill_group(void *arg, mac_ring_type_t, const int,
usr/src/uts/common/io/igc/igc_gld.c
713
igc_fill_tx_ring(void *arg, mac_ring_type_t rtype, const int group_idx,
usr/src/uts/common/io/igc/igc_gld.c
738
igc_fill_rx_ring(void *arg, mac_ring_type_t rtype, const int group_idx,
usr/src/uts/common/io/igc/igc_gld.c
766
igc_fill_rx_group(void *arg, mac_ring_type_t rtype, const int idx,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6585
ixgbe_fill_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6650
ixgbe_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
908
void ixgbe_fill_ring(void *, mac_ring_type_t, const int, const int,
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
910
void ixgbe_fill_group(void *arg, mac_ring_type_t, const int,
usr/src/uts/common/io/mac/mac.c
1575
mac_ring_handle_t *hwrh, mac_ring_type_t rtype)
usr/src/uts/common/io/mac/mac.c
1639
mac_ring_handle_t *hwrh, mac_ring_type_t rtype)
usr/src/uts/common/io/mac/mac.c
4340
mac_init_rings(mac_impl_t *mip, mac_ring_type_t rtype)
usr/src/uts/common/io/mac/mac.c
4692
mac_free_rings(mac_impl_t *mip, mac_ring_type_t rtype)
usr/src/uts/common/io/mac/mac.c
6622
mac_reclaim_ring_from_grp(mac_impl_t *mip, mac_ring_type_t ring_type,
usr/src/uts/common/io/mac/mac.c
6810
i_mac_group_allocate_rings(mac_impl_t *mip, mac_ring_type_t ring_type,
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
1053
mlxcx_mac_fill_rx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
1095
mlxcx_mac_fill_rx_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
961
mlxcx_mac_fill_tx_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3747
myri10ge_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3857
myri10ge_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/nxge/nxge_hio.c
1332
nxge_hio_group_get(void *arg, mac_ring_type_t type, int groupid,
usr/src/uts/common/io/nxge/nxge_hio.c
1612
nxge_hio_share_query(mac_share_handle_t shandle, mac_ring_type_t type,
usr/src/uts/common/io/nxge/nxge_hio.c
1964
nxge_hio_addres(nxge_hio_vr_t *vr, mac_ring_type_t type, uint64_t *map)
usr/src/uts/common/io/nxge/nxge_hio.c
2029
mac_ring_type_t type,
usr/src/uts/common/io/nxge/nxge_hio.c
2298
mac_ring_type_t type,
usr/src/uts/common/io/nxge/nxge_hio.c
2528
mac_ring_type_t type,
usr/src/uts/common/io/nxge/nxge_hio.c
953
static int nxge_hio_addres(nxge_hio_vr_t *, mac_ring_type_t, uint64_t *);
usr/src/uts/common/io/nxge/nxge_hio.c
954
static void nxge_hio_remres(nxge_hio_vr_t *, mac_ring_type_t, res_map_t);
usr/src/uts/common/io/nxge/nxge_hio.c
958
static int nxge_hio_dc_share(nxge_t *, nxge_hio_vr_t *, mac_ring_type_t, int);
usr/src/uts/common/io/nxge/nxge_hio.c
960
mac_ring_type_t, int);
usr/src/uts/common/io/nxge/nxge_main.c
298
static void nxge_fill_ring(void *, mac_ring_type_t, const int, const int,
usr/src/uts/common/io/nxge/nxge_main.c
301
mac_ring_type_t);
usr/src/uts/common/io/nxge/nxge_main.c
303
mac_ring_type_t);
usr/src/uts/common/io/nxge/nxge_main.c
5611
nxge_ring_get_htable_idx(p_nxge_t nxgep, mac_ring_type_t type, uint32_t channel)
usr/src/uts/common/io/nxge/nxge_main.c
5653
nxge_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/nxge/nxge_main.c
5765
mac_ring_type_t type)
usr/src/uts/common/io/nxge/nxge_main.c
5837
mac_ring_type_t type)
usr/src/uts/common/io/qede/qede_gld.c
422
qede_fill_ring(void *arg, mac_ring_type_t rtype, const int group_index,
usr/src/uts/common/io/qede/qede_gld.c
521
qede_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/io/xge/drv/xgell.c
1438
xgell_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index,
usr/src/uts/common/io/xge/drv/xgell.c
1498
xgell_fill_group(void *arg, mac_ring_type_t rtype, const int index,
usr/src/uts/common/sys/mac_client_priv.h
124
mac_ring_handle_t *, mac_ring_type_t);
usr/src/uts/common/sys/mac_client_priv.h
126
mac_ring_handle_t *, mac_ring_type_t);
usr/src/uts/common/sys/mac_impl.h
188
mac_ring_type_t mr_type; /* ring type */
usr/src/uts/common/sys/mac_impl.h
274
mac_ring_type_t mrg_type; /* ring type */
usr/src/uts/common/sys/mac_impl.h
830
extern int mac_init_rings(mac_impl_t *, mac_ring_type_t);
usr/src/uts/common/sys/mac_impl.h
831
extern void mac_free_rings(mac_impl_t *, mac_ring_type_t);
usr/src/uts/common/sys/mac_provider.h
374
typedef void (*mac_get_ring_t)(void *, mac_ring_type_t, const int, const int,
usr/src/uts/common/sys/mac_provider.h
376
typedef void (*mac_get_group_t)(void *, mac_ring_type_t, const int,
usr/src/uts/common/sys/mac_provider.h
380
mac_ring_driver_t, mac_ring_type_t);
usr/src/uts/common/sys/mac_provider.h
382
mac_ring_driver_t, mac_ring_type_t);
usr/src/uts/common/sys/mac_provider.h
388
mac_ring_type_t mr_type; /* Ring type: Rx vs Tx */
usr/src/uts/common/sys/mac_provider.h
486
typedef void (*mac_share_query_t)(mac_share_handle_t, mac_ring_type_t,
usr/src/uts/common/sys/nxge/nxge.h
589
mac_ring_type_t type;
usr/src/uts/common/sys/nxge/nxge_hio.h
353
extern void nxge_hio_group_get(void *arg, mac_ring_type_t type, int group,
usr/src/uts/common/sys/nxge/nxge_hio.h
358
mac_ring_type_t type, mac_ring_handle_t *rings, uint_t *n_rings);
usr/src/uts/sun4v/io/vnet.c
2215
vnet_get_ring(void *arg, mac_ring_type_t rtype, const int g_index,
usr/src/uts/sun4v/io/vnet.c
2320
vnet_get_group(void *arg, mac_ring_type_t type, const int index,
usr/src/uts/sun4v/io/vnet.c
83
static void vnet_get_ring(void *arg, mac_ring_type_t rtype, const int g_index,
usr/src/uts/sun4v/io/vnet.c
85
static void vnet_get_group(void *arg, mac_ring_type_t type, const int index,