Lines Matching refs:p_mh
438 mac_link_update(port->p_mh, link); in yge_mii_notify()
441 mac_tx_update(port->p_mh); in yge_mii_notify()
1374 if (mac_register(port->p_mreg, &port->p_mh) != DDI_SUCCESS) { in yge_register_port()
1803 mac_tx_update(port->p_mh); in yge_resume()
1919 mac_tx_update(port->p_mh); in yge_txeof()
1951 mac_tx_update(port->p_mh); in yge_restart_task()
2013 mac_tx_update(port->p_mh); in yge_tick()
2345 mac_rx(port1->p_mh, NULL, heads[0]); in yge_intr()
2361 mac_rx(port2->p_mh, NULL, heads[1]); in yge_intr()
3219 mac_tx_update(port->p_mh); in yge_m_tx()
3319 err = mac_maxsdu_update(port->p_mh, new_mtu); in yge_m_setprop()
3480 if (((mh = dev->d_port[i]->p_mh) != NULL) && in yge_ddi_detach()
3495 if ((mh = dev->d_port[i]->p_mh) != NULL) { in yge_ddi_detach()