Home
last modified time | relevance | path

Searched refs:smac_mh (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c143 ASSERT(softmac->smac_mh == NULL); in softmac_destructor()
288 ASSERT(softmac->smac_mh == NULL); in softmac_state_verify()
292 ASSERT(softmac->smac_mh == NULL); in softmac_state_verify()
304 if (softmac->smac_mh != NULL) in softmac_state_verify()
608 err = dls_devnet_create(softmac->smac_mh, linkid, in softmac_create_datalink()
643 softmac->smac_mh = mh; in softmac_create_task()
662 softmac->smac_mh = NULL; in softmac_create_task()
899 err = mac_register(macp, &softmac->smac_mh); in softmac_mac_register()
914 (void) mac_unregister(softmac->smac_mh); in softmac_mac_register()
916 softmac->smac_mh = NULL; in softmac_mac_register()
[all …]
H A Dsoftmac_ctl.c124 ASSERT(MAC_PERIM_HELD(softmac->smac_mh)); in softmac_m_promisc()
140 ASSERT(MAC_PERIM_HELD(softmac->smac_mh)); in softmac_m_multicst()
183 ASSERT(MAC_PERIM_HELD(softmac->smac_mh)); in softmac_m_unicst()
236 mac_unicst_update(softmac->smac_mh, mp->b_rptr + addroff); in softmac_process_notify_ind()
240 mac_link_update(softmac->smac_mh, LINK_STATE_UP); in softmac_process_notify_ind()
244 mac_link_update(softmac->smac_mh, LINK_STATE_DOWN); in softmac_process_notify_ind()
265 while (softmac->smac_mh != NULL && in softmac_notify_thread()
H A Dsoftmac_pkt.c84 mac_rx(slp->sl_softmac->smac_mh, NULL, mp); in softmac_rput_process_data()
107 mac_perim_enter_by_mh(slp->sl_softmac->smac_mh, &mph); in softmac_output()
167 mac_perim_enter_by_mh(slp->sl_softmac->smac_mh, &mph); in softmac_ioctl_tx()
H A Dsoftmac_dev.c356 mac_rx(slp->sl_softmac->smac_mh, NULL, mp); in softmac_mod_rput()
451 mac_tx_update(slp->sl_softmac->smac_mh); in softmac_mod_wsrv()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h129 mac_handle_t smac_mh; member