Home
last modified time | relevance | path

Searched refs:mac_rx_common (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1990 mac_rx_common(blpsend->bl_mh, NULL, mpsend); in bridge_forward()
2006 mac_rx_common(blp->bl_mh, NULL, mp); in bridge_forward()
2100 mac_rx_common(blpsend->bl_mh, NULL, mpcopy); in bridge_forward()
2355 mac_rx_common(blp->bl_mh, rsrc, mpnext); in bridge_recv_cb()
2365 mac_rx_common(blp->bl_mh, rsrc, mpnext); in bridge_recv_cb()
2400 mac_rx_common(blp->bl_mh, rsrc, mp); in bridge_recv_cb()
2409 mac_rx_common(blp->bl_mh, rsrc, mp); in bridge_recv_cb()
2420 mac_rx_common(blp->bl_mh, rsrc, mp); in bridge_recv_cb()
2451 mac_rx_common(blp->bl_mh, rsrc, mp); in bridge_recv_cb()
2604 mac_rx_common(blp->bl_mh, NULL, mpcopy); in bridge_trill_decaps()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h735 extern void mac_rx_common(mac_handle_t,
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c702 mac_rx_common(mh, mrh, mp_chain); in mac_rx()
714 mac_rx_common((mac_handle_t)mip, mrh, mp_chain); in mac_rx()
740 mac_rx_common(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) in mac_rx_common() function