Home
last modified time | relevance | path

Searched refs:mac_stat_get (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_stat.c73 val = mac_stat_get(dlp->dl_mh, i_dls_si[i].msi_stat); in dls_stat_update()
95 val = mac_stat_get(dlp->dl_mh, ETHER_STAT_LINK_DUPLEX); in dls_stat_update()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c199 mac_stat_get(mac->fm_handle, MAC_STAT_LINK_UP)? in fcoe_enable_callback()
289 if (mac_stat_get(mac->fm_handle, MAC_STAT_LINK_UP) != 0) { in fcoe_mac_notify()
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ether.c498 duplex = mac_stat_get(mh, ETHER_STAT_LINK_DUPLEX); in mac_ether_link_details()
499 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in mac_ether_link_details()
H A Dmac_ib.c286 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in mac_ib_link_details()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h160 extern uint64_t mac_stat_get(mac_handle_t, uint_t);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c259 u64 = mac_stat_get((mac_handle_t)mip, in mac_ndd_get_ioctl()
H A Dmac_client.c534 nic_speed = mac_stat_get((mac_handle_t)mip, MAC_STAT_IFSPEED); in mac_client_ifspeed()
590 return (mac_stat_get((mac_handle_t)mip, MAC_STAT_LINK_STATE)); in mac_client_link_state()
636 val = mac_stat_get((mac_handle_t)mip, MAC_STAT_PROMISC); in mac_client_stat_get()
639 val = mac_stat_get((mac_handle_t)mip, MAC_STAT_LOWLINK_STATE); in mac_client_stat_get()
709 mac_stat_get(mac_handle_t mh, uint_t stat) in mac_stat_get() function
H A Dmac_stat.c323 val = mac_stat_get((mac_handle_t)mip, msi[msi_index].msi_stat); in i_mac_driver_stat_update()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1305 mac_stat_get(vswp->mh, MAC_STAT_LINK_STATE); in vsw_notify_add()
1367 link_state = mac_stat_get(vswp->mh, MAC_STAT_LINK_STATE); in vsw_notify_link()
H A Dvsw.c1164 *val = mac_stat_get(vswp->mh, stat); in vsw_m_stat()
H A Dvnet.c3115 *val = mac_stat_get(vnetp->hio_mh, stat); in vnet_hio_stat()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c579 return (mac_stat_get(port->lp_mh, stat)); in aggr_port_stat()
H A Daggr_grp.c2254 *val = mac_stat_get(port->lp_mh, stat); in aggr_rx_ring_stat()
2270 *val = mac_stat_get(port->lp_mh, stat); in aggr_tx_ring_stat()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1175 mac_stat_get(blp->bl_mh, MAC_STAT_LOWLINK_STATE)); in link_shutdown()
2947 linkstate = mac_stat_get(mh, MAC_STAT_LOWLINK_STATE); in bridge_add_link()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1863 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in str_notify()