Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/mac/plugins/
H A Dmac_ether.c473 duplex = mac_stat_get(mh, ETHER_STAT_LINK_DUPLEX); in mac_ether_link_details()
474 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in mac_ether_link_details()
H A Dmac_ib.c288 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in mac_ib_link_details()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_client.h158 extern uint64_t mac_stat_get(mac_handle_t, uint_t);
/titanic_50/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.c532 nic_speed = mac_stat_get((mac_handle_t)mip, MAC_STAT_IFSPEED); in mac_client_ifspeed()
588 return (mac_stat_get((mac_handle_t)mip, MAC_STAT_LINK_STATE)); in mac_client_link_state()
634 val = mac_stat_get((mac_handle_t)mip, MAC_STAT_PROMISC); in mac_client_stat_get()
637 val = mac_stat_get((mac_handle_t)mip, MAC_STAT_LOWLINK_STATE); in mac_client_stat_get()
707 mac_stat_get(mac_handle_t mh, uint_t stat) in mac_stat_get() function
H A Dmac_stat.c322 val = mac_stat_get((mac_handle_t)mip, msi[msi_index].msi_stat); in i_mac_driver_stat_update()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c582 return (mac_stat_get(port->lp_mh, stat)); in aggr_port_stat()
H A Daggr_grp.c1932 *val = mac_stat_get(port->lp_mh, stat); in aggr_rx_ring_stat()
1948 *val = mac_stat_get(port->lp_mh, stat); in aggr_tx_ring_stat()
/titanic_50/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.c3114 *val = mac_stat_get(vnetp->hio_mh, stat); in vnet_hio_stat()
/titanic_50/usr/src/uts/common/io/
H A Dbridge.c1172 mac_stat_get(blp->bl_mh, MAC_STAT_LOWLINK_STATE)); in link_shutdown()
2932 linkstate = mac_stat_get(mh, MAC_STAT_LOWLINK_STATE); in bridge_add_link()
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c1846 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in str_notify()