Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
[all …]
H A Dyge.h2233 mac_handle_t p_mh; member