Home
last modified time | relevance | path

Searched refs:mac_handle (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c352 ret = mac_register(mac, (mac_handle_t *)&dev->mac_handle); in oce_attach()
365 mac_link_update(dev->mac_handle, dev->link_status); in oce_attach()
404 if (mac_unregister(dev->mac_handle) != 0) { in oce_detach()
527 (void) mac_unregister(dev->mac_handle); in oce_unconfigure()
H A Doce_mq.c71 mac_link_update(dev->mac_handle, link_status); in oce_drain_mq_cq()
H A Doce_gld.c96 mac_link_update(dev->mac_handle, dev->link_status); in oce_start()
153 mac_link_update(dev->mac_handle, dev->link_status); in oce_stop()
371 ret = mac_maxsdu_update(dev->mac_handle, mtu); in oce_m_setprop()
H A Doce_rx.c565 mac_rx(dev->mac_handle, NULL, mblk_head); in oce_drain_rq_cq()
H A Doce_tx.c625 mac_tx_update(dev->mac_handle); in oce_drain_wq_cq()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h240 mac_handle_t mac_handle; /* MAC HANDLE */ member
/titanic_50/usr/src/uts/intel/io/dnet/
H A Ddnet.h404 mac_handle_t mac_handle; member
H A Ddnet.c537 mac_tx_update(dnetp->mac_handle); in dnet_attach()
719 if (mac_register(macp, &dnetp->mac_handle) == 0) { in dnet_attach()
812 if (mac_unregister(dnetp->mac_handle) != 0) in dnet_detach()
993 mac_link_update(dnetp->mac_handle, LINK_STATE_UNKNOWN); in dnet_m_stop()
1516 mac_tx_update(dnetp->mac_handle); in dnet_intr()
1813 mac_rx(dnetp->mac_handle, NULL, mp); in dnet_getp()
3972 mac_link_update(dnetp->mac_handle, in dnet_mii_link_cb()