Symbol: mac_resource_handle_t
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
354
pfp_packet(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t flag)
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
66
static void pfp_packet(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/common/io/aggr/aggr_grp.c
2663
(mac_resource_handle_t)rr_ring, mp);
usr/src/uts/common/io/aggr/aggr_grp.c
706
(void *)port, (mac_resource_handle_t)ring);
usr/src/uts/common/io/aggr/aggr_grp.c
915
mac_hwring_setup(hw_rh, (mac_resource_handle_t)ring,
usr/src/uts/common/io/aggr/aggr_recv.c
168
aggr_recv_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/aggr/aggr_recv.c
45
aggr_mac_rx(mac_handle_t lg_mh, mac_resource_handle_t mrh, mblk_t *mp)
usr/src/uts/common/io/aggr/aggr_recv.c
56
aggr_recv_lacp(aggr_port_t *port, mac_resource_handle_t mrh, mblk_t *mp)
usr/src/uts/common/io/aggr/aggr_recv.c
77
aggr_recv_path_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/bge/bge_impl.h
817
mac_resource_handle_t macRxResourceHandles[BGE_RECV_RINGS_MAX];
usr/src/uts/common/io/bnx/bnx.h
158
mac_resource_handle_t rx_resc_handle[NUM_RX_CHAIN];
usr/src/uts/common/io/bnxe/bnxe.h
649
mac_resource_handle_t macRxResourceHandles[MAX_ETH_REG_CONS];
usr/src/uts/common/io/bpf/bpf.c
1522
bpf_mtap(void *arg, mac_resource_handle_t mrh, mblk_t *m, boolean_t issent)
usr/src/uts/common/io/bpf/net/bpf.h
288
extern void bpf_mtap(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/common/io/bridge.c
2228
bridge_recv_cb(mac_handle_t mh, mac_resource_handle_t rsrc, mblk_t *mpnext)
usr/src/uts/common/io/dld/dld_str.c
1198
dld_str_rx_raw(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/dld/dld_str.c
1279
dld_str_rx_fastpath(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/dld/dld_str.c
1342
dld_str_rx_unitdata(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/dls/dls_link.c
277
i_dls_link_rx_func(dls_link_t *dlp, mac_resource_handle_t mrh,
usr/src/uts/common/io/dls/dls_link.c
339
i_dls_link_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/dls/dls_link.c
514
dls_rx_vlan_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/dls/dls_link.c
557
dls_rx_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/e1000g/e1000g_sw.h
827
mac_resource_handle_t mrh;
usr/src/uts/common/io/fcoe/fcoe_eth.c
239
fcoe_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t loopback)
usr/src/uts/common/io/fcoe/fcoe_eth.c
46
static void fcoe_rx(void *arg, mac_resource_handle_t mrh,
usr/src/uts/common/io/hxge/hxge_txdma.h
173
mac_resource_handle_t tx_mac_resource_handle;
usr/src/uts/common/io/mac/mac.c
1551
mac_hwrings_rx_process(void *arg, mac_resource_handle_t srs,
usr/src/uts/common/io/mac/mac.c
1558
mac_resource_handle_t arg2;
usr/src/uts/common/io/mac/mac.c
1709
mac_resource_handle_t arg2)
usr/src/uts/common/io/mac/mac.c
1773
mac_hwring_setup(mac_ring_handle_t hwrh, mac_resource_handle_t prh,
usr/src/uts/common/io/mac/mac.c
2761
mac_rx_classify(mac_impl_t *mip, mac_resource_handle_t mrh, mblk_t *mp)
usr/src/uts/common/io/mac/mac.c
2792
mac_rx_flow(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain)
usr/src/uts/common/io/mac/mac.c
383
static flow_entry_t *mac_rx_classify(mac_impl_t *, mac_resource_handle_t,
usr/src/uts/common/io/mac/mac_provider.c
688
mac_rx(mh, (mac_resource_handle_t)mrh, mp_chain);
usr/src/uts/common/io/mac/mac_provider.c
695
mac_rx(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain)
usr/src/uts/common/io/mac/mac_provider.c
743
mac_rx_common(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain)
usr/src/uts/common/io/mac/mac_provider.c
811
(mac_resource_handle_t)mac_srs, mp_chain, B_FALSE);
usr/src/uts/common/io/mac/mac_sched.c
3262
mac_rx_srs_subflow_process(void *arg, mac_resource_handle_t srs,
usr/src/uts/common/io/mac/mac_sched.c
3307
(mac_resource_handle_t)mac_srs, mp_chain,
usr/src/uts/common/io/mac/mac_sched.c
3324
(mac_resource_handle_t)mac_srs, mp_chain, loopback);
usr/src/uts/common/io/mac/mac_sched.c
3343
mac_rx_srs_process(void *arg, mac_resource_handle_t srs, mblk_t *mp_chain,
usr/src/uts/common/io/mac/mac_sched.c
4683
mac_rx_deliver(void *arg1, mac_resource_handle_t mrh, mblk_t *mp_chain,
usr/src/uts/common/io/mac/mac_sched.c
4726
mac_resource_handle_t arg2;
usr/src/uts/common/io/mac/mac_soft_ring.c
387
mac_resource_handle_t arg2;
usr/src/uts/common/io/mac/mac_util.c
1489
mac_rx_def(void *arg, mac_resource_handle_t resource, mblk_t *mp_chain,
usr/src/uts/common/io/myri10ge/drv/myri10ge_var.h
397
mac_resource_handle_t mrh;
usr/src/uts/common/io/nge/nge.h
521
mac_resource_handle_t handle;
usr/src/uts/common/io/ntxn/unm_nic.h
474
mac_resource_handle_t mac_rx_ring_ha;
usr/src/uts/common/io/sfe/sfe_util.h
217
mac_resource_handle_t mac_rx_ring_ha;
usr/src/uts/common/io/softmac/softmac_dev.c
153
static void softmac_dedicated_rx(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/io/softmac/softmac_dev.c
509
softmac_dedicated_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/io/trill.c
724
trill_recv_pkt_cb(void *lptr, bridge_link_t *blp, mac_resource_handle_t rsrc,
usr/src/uts/common/net/bridge_impl.h
235
typedef void (*trill_recv_pkt_t)(void *, bridge_link_t *, mac_resource_handle_t,
usr/src/uts/common/sys/aggr_impl.h
353
extern void aggr_recv_cb(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/common/sys/aggr_impl.h
375
extern void aggr_recv_lacp(aggr_port_t *, mac_resource_handle_t, mblk_t *);
usr/src/uts/common/sys/dld_impl.h
250
extern void dld_str_rx_raw(void *, mac_resource_handle_t,
usr/src/uts/common/sys/dld_impl.h
252
extern void dld_str_rx_fastpath(void *, mac_resource_handle_t,
usr/src/uts/common/sys/dld_impl.h
254
extern void dld_str_rx_unitdata(void *, mac_resource_handle_t,
usr/src/uts/common/sys/dls.h
75
typedef void (*dls_rx_t)(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/dls_impl.h
119
extern void i_dls_link_rx(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/dls_impl.h
121
extern void dls_rx_promisc(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/dls_impl.h
123
extern void dls_rx_vlan_promisc(void *, mac_resource_handle_t,
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
662
mac_resource_handle_t handle;
usr/src/uts/common/sys/ib/clients/ibd/ibd.h
852
mac_resource_handle_t id_rh;
usr/src/uts/common/sys/mac.h
402
typedef void (*mac_bridge_rx_t)(mac_handle_t, mac_resource_handle_t, mblk_t *);
usr/src/uts/common/sys/mac.h
423
typedef void (*mac_rx_t)(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/mac.h
492
typedef void (*mac_direct_rx_t)(void *, mac_resource_handle_t,
usr/src/uts/common/sys/mac.h
495
typedef mac_resource_handle_t (*mac_resource_add_t)(void *, mac_resource_t *);
usr/src/uts/common/sys/mac.h
497
mac_resource_handle_t, processorid_t);
usr/src/uts/common/sys/mac.h
742
mac_resource_handle_t, mblk_t *);
usr/src/uts/common/sys/mac_client_priv.h
129
mac_resource_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
134
extern void mac_hwring_setup(mac_ring_handle_t, mac_resource_handle_t,
usr/src/uts/common/sys/mac_impl.h
202
mac_resource_handle_t mr_pt_arg2;
usr/src/uts/common/sys/mac_impl.h
701
extern void mac_rx_deliver(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/mac_impl.h
805
extern void mac_rx_def(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/common/sys/mac_impl.h
806
extern mblk_t *mac_rx_flow(mac_handle_t, mac_resource_handle_t, mblk_t *);
usr/src/uts/common/sys/mac_provider.h
309
typedef void (*mac_rx_func_t)(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/mac_provider.h
579
extern void mac_rx(mac_handle_t, mac_resource_handle_t,
usr/src/uts/common/sys/mac_soft_ring.h
1130
extern void mac_rx_srs_subflow_process(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/mac_soft_ring.h
1159
extern void mac_rx_srs_process(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/sys/mac_soft_ring.h
244
mac_resource_handle_t s_ring_rx_arg2;
usr/src/uts/common/sys/mac_soft_ring.h
902
mac_resource_handle_t srs_mrh;
usr/src/uts/common/sys/softmac_impl.h
50
typedef void (*softmac_rx_t)(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/common/xen/io/xnbo.c
195
xnbo_from_mac(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/xen/io/xnbo.c
212
xnbo_from_mac_filter(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/common/xen/io/xnbo.c
269
void (*rx_fn)(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/intel/io/viona/viona_rx.c
812
viona_rx_classified(void *arg, mac_resource_handle_t mrh __unused, mblk_t *mp,
usr/src/uts/intel/io/viona/viona_rx.c
820
viona_rx_mcast(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/sun4v/io/vnet.c
2633
vnet_hio_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/sun4v/io/vnet.c
2846
(mac_resource_handle_t)rx_ringp, NULL);
usr/src/uts/sun4v/io/vsw.c
123
void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh,
usr/src/uts/sun4v/io/vsw.c
135
vsw_port_t *port, mac_resource_handle_t mrh);
usr/src/uts/sun4v/io/vsw.c
2714
vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh,
usr/src/uts/sun4v/io/vsw_phys.c
72
static void vsw_port_rx_cb(void *, mac_resource_handle_t, mblk_t *,
usr/src/uts/sun4v/io/vsw_phys.c
74
static void vsw_if_rx_cb(void *, mac_resource_handle_t, mblk_t *, boolean_t);
usr/src/uts/sun4v/io/vsw_phys.c
886
vsw_if_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/sun4v/io/vsw_phys.c
920
vsw_port_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
usr/src/uts/sun4v/io/vsw_switching.c
131
extern void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh,
usr/src/uts/sun4v/io/vsw_switching.c
411
mac_resource_handle_t mrh)
usr/src/uts/sun4v/io/vsw_switching.c
421
vsw_port_t *port, mac_resource_handle_t mrh)
usr/src/uts/sun4v/io/vsw_switching.c
457
vsw_port_t *arg, mac_resource_handle_t mrh)
usr/src/uts/sun4v/io/vsw_switching.c
602
vsw_port_t *arg, mac_resource_handle_t mrh)
usr/src/uts/sun4v/io/vsw_switching.c
79
vsw_port_t *port, mac_resource_handle_t mrh);
usr/src/uts/sun4v/io/vsw_switching.c
85
vsw_port_t *port, mac_resource_handle_t);
usr/src/uts/sun4v/io/vsw_switching.c
87
vsw_port_t *port, mac_resource_handle_t);
usr/src/uts/sun4v/io/vsw_switching.c
89
vsw_port_t *port, mac_resource_handle_t);
usr/src/uts/sun4v/sys/vsw.h
150
vsw_port_t *, mac_resource_handle_t);