Home
last modified time | relevance | path

Searched refs:p_mh (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/yge/
H A Dyge.c438 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()
[all …]
H A Dyge.h2233 mac_handle_t p_mh; member