Lines Matching defs:mh

501 mac_unregister(mac_handle_t mh)
504 mac_impl_t *mip = (mac_impl_t *)mh;
509 if ((err = mac_disable_nowait(mh)) != 0)
615 mac_rx_ring(mac_handle_t mh, mac_ring_handle_t mrh, mblk_t *mp_chain,
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)
635 mac_impl_t *mip = (mac_impl_t *)mh;
643 mac_rx_common(mh, mrh, mp_chain);
651 if ((mh = mip->mi_bridge_link) != NULL)
652 mac_bridge_ref_cb(mh, B_TRUE);
654 if (mh == NULL) {
657 mac_bridge_rx_cb(mh, mrh, mp_chain);
658 mac_bridge_ref_cb(mh, B_FALSE);
668 mac_trill_snoop(mac_handle_t mh, mblk_t *mp)
670 mac_impl_t *mip = (mac_impl_t *)mh;
681 mac_rx_common(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain)
683 mac_impl_t *mip = (mac_impl_t *)mh;
732 mac_srs->srs_rx.sr_lower_proc(mh,
759 if ((bp = mac_rx_flow(mh, mrh, bp)) == NULL)
773 mac_tx_update(mac_handle_t mh)
775 mac_tx_ring_update(mh, NULL);
782 mac_tx_ring_update(mac_handle_t mh, mac_ring_handle_t rh)
784 i_mac_tx_srs_notify((mac_impl_t *)mh, rh);
792 mac_link_update(mac_handle_t mh, link_state_t link)
794 mac_impl_t *mip = (mac_impl_t *)mh;
812 mac_link_redo(mac_handle_t mh, link_state_t link)
814 mac_impl_t *mip = (mac_impl_t *)mh;
861 mac_unicst_update(mac_handle_t mh, const uint8_t *addr)
863 mac_impl_t *mip = (mac_impl_t *)mh;
888 mac_dst_update(mac_handle_t mh, const uint8_t *addr)
890 mac_impl_t *mip = (mac_impl_t *)mh;
905 mac_pdata_update(mac_handle_t mh, void *mac_pdata, size_t dsize)
907 mac_impl_t *mip = (mac_impl_t *)mh;
938 mac_capab_update(mac_handle_t mh)
941 i_mac_notify((mac_impl_t *)mh, MAC_NOTE_CAPAB_CHG);
952 mac_maxsdu_update(mac_handle_t mh, uint_t sdu_max)
954 mac_impl_t *mip = (mac_impl_t *)mh;
972 mac_maxsdu_update2(mac_handle_t mh, uint_t sdu_max, uint_t sdu_multicast)
974 mac_impl_t *mip = (mac_impl_t *)mh;
1224 mac_handle_t mh;
1230 if ((mh = mip->mi_bridge_link) != NULL) {
1231 newstate = mac_bridge_ls_cb(mh,