Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h179 extern mac_tx_notify_handle_t mac_client_tx_notify(mac_client_handle_t,
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c2884 mac_client_tx_notify(vnetp->hio_mch, vnet_tx_ring_update, vnetp); in vnet_bind_hwrings()
2916 (void) mac_client_tx_notify(vnetp->hio_mch, NULL, in vnet_unbind_hwrings()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1369 direct->di_tx_cb_df = (uintptr_t)mac_client_tx_notify; in dld_capab_direct()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c1022 port->lp_tx_notify_mh = mac_client_tx_notify(port->lp_mch, in aggr_add_pseudo_tx_group()
1058 (void) mac_client_tx_notify(port->lp_mch, NULL, port->lp_tx_notify_mh); in aggr_rem_pseudo_tx_group()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c8042 mac_client_tx_notify(mac_client_handle_t mch, mac_tx_notify_t callb_func, in mac_client_tx_notify() function