Searched refs:mrh (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_recv.c43 aggr_mac_rx(mac_handle_t lg_mh, mac_resource_handle_t mrh, mblk_t *mp) argument
45 if (mrh == NULL) {
46 mac_rx(lg_mh, mrh, mp);
48 aggr_pseudo_rx_ring_t *ring = (aggr_pseudo_rx_ring_t *)mrh;
54 aggr_recv_lacp(aggr_port_t *port, mac_resource_handle_t mrh, mblk_t *mp) argument
63 aggr_mac_rx(grp->lg_mh, mrh, nmp);
75 aggr_recv_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
82 aggr_mac_rx(grp->lg_mh, mrh, mp);
104 aggr_mac_rx(grp->lg_mh, mrh,
131 aggr_recv_lacp(port, mrh, cm
[all...]
H A Daggr_send.c177 mac_ring_handle_t mrh = (mac_ring_handle_t)arg2; local
182 if (mrh == NULL) {
191 if (port->lp_tx_rings[i] == mrh)
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c271 i_dls_link_rx_func(dls_link_t *dlp, mac_resource_handle_t mrh, argument
321 ds_rx(ds_rx_arg, mrh, nmp, mhip);
334 i_dls_link_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
386 if (i_dls_link_rx_func(dlp, mrh, &mhi, mp,
463 ds_rx(ds_rx_arg, mrh, mp, &mhi);
476 ds_rx(ds_rx_arg, mrh, nmp, &mhi);
501 dls_rx_vlan_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
544 dls_rx_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c615 mac_rx_ring(mac_handle_t mh, mac_ring_handle_t mrh, mblk_t *mp_chain, argument
618 mac_ring_t *mr = (mac_ring_t *)mrh;
626 mac_rx(mh, (mac_resource_handle_t)mrh, mp_chain);
633 mac_rx(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) argument
643 mac_rx_common(mh, mrh, mp_chain);
655 mac_rx_common((mac_handle_t)mip, mrh, mp_chain);
657 mac_bridge_rx_cb(mh, mrh, mp_chain);
681 mac_rx_common(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) argument
684 mac_ring_t *mr = (mac_ring_t *)mrh;
759 if ((bp = mac_rx_flow(mh, mrh, b
1102 mac_ring_intr_set(mac_ring_handle_t mrh, ddi_intr_handle_t ddh) argument
[all...]
H A Dmac.c2426 mac_rx_classify(mac_impl_t *mip, mac_resource_handle_t mrh, mblk_t *mp) argument
2474 mac_rx_flow(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) argument
2491 if (mac_rx_classify(mip, mrh, bp1) != NULL) {
H A Dmac_sched.c4640 mac_rx_deliver(void *arg1, mac_resource_handle_t mrh, mblk_t *mp_chain, argument
4660 mcip->mci_rx_fn(mcip->mci_rx_arg, mrh, mp_chain, B_FALSE);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c79 vsw_port_t *port, mac_resource_handle_t mrh);
131 extern void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh,
411 mac_resource_handle_t mrh)
421 vsw_port_t *port, mac_resource_handle_t mrh)
423 _NOTE(ARGUNUSED(mrh))
457 vsw_port_t *arg, mac_resource_handle_t mrh)
489 vsw_mac_rx(vswp, mrh, mp, VSW_MACRX_FREEMSG);
507 vsw_mac_rx(vswp, mrh, mp,
553 vsw_mac_rx(vswp, mrh, mp,
570 vsw_mac_rx(vswp, mrh, m
410 vsw_switch_frame_nop(vsw_t *vswp, mblk_t *mp, int caller, vsw_port_t *port, mac_resource_handle_t mrh) argument
420 vsw_switch_l2_frame_mac_client(vsw_t *vswp, mblk_t *mp, int caller, vsw_port_t *port, mac_resource_handle_t mrh) argument
456 vsw_switch_l2_frame(vsw_t *vswp, mblk_t *mp, int caller, vsw_port_t *arg, mac_resource_handle_t mrh) argument
601 vsw_switch_l3_frame(vsw_t *vswp, mblk_t *mp, int caller, vsw_port_t *arg, mac_resource_handle_t mrh) argument
[all...]
H A Dvsw_phys.c886 vsw_if_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
889 _NOTE(ARGUNUSED(mrh))
920 vsw_port_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
923 _NOTE(ARGUNUSED(mrh))
H A Dvsw.c123 void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh,
135 vsw_port_t *port, mac_resource_handle_t mrh);
2715 vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh, argument
2766 mac_rx(vswp->if_mh, mrh, mp);
H A Dvnet.c2632 vnet_hio_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
2636 vnet_pseudo_rx_ring_t *ringp = (vnet_pseudo_rx_ring_t *)mrh;
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c46 static void fcoe_rx(void *arg, mac_resource_handle_t mrh,
239 fcoe_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t loopback) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h300 mac_ring_handle_t mrh = rh; \
306 if (mrh == NULL) \
307 mrh = mimpl->mi_default_tx_ring; \
308 if (mrh == NULL) { \
311 rest = mac_hwring_tx(mrh, mp); \
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c195 xnbo_from_mac(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
212 xnbo_from_mac_filter(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
257 xnbo_from_mac(xnbp, mrh, keep_head, B_FALSE);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h397 mac_resource_handle_t mrh; member in struct:myri10ge_slice_state
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h796 mac_ring_handle_t mrh; member in struct:_e1000g_rx_ring
826 mac_resource_handle_t mrh; member in struct:e1000g
H A De1000g_main.c2409 mac_rx_ring(Adapter->mh, rx_ring->mrh,
2871 rx_ring->mrh = NULL;
2890 rx_ring->mrh = rx_ring->mrh_init;
3089 rx_ring->mrh = rx_ring->mrh_init = rh;
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1181 dld_str_rx_raw(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
1262 dld_str_rx_fastpath(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
1325 dld_str_rx_unitdata(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c501 softmac_dedicated_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c354 pfp_packet(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t flag) argument
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1511 bpf_mtap(void *arg, mac_resource_handle_t mrh, mblk_t *m, boolean_t issent) argument

Completed in 167 milliseconds