Searched refs:mac_stat_get (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_stat.c | 73 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 D | fcoe_eth.c | 199 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 D | mac_ether.c | 473 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 D | mac_ib.c | 288 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in mac_ib_link_details()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_client.h | 158 extern uint64_t mac_stat_get(mac_handle_t, uint_t);
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 259 u64 = mac_stat_get((mac_handle_t)mip, in mac_ndd_get_ioctl()
|
H A D | mac_client.c | 532 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 D | mac_stat.c | 322 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 D | aggr_port.c | 582 return (mac_stat_get(port->lp_mh, stat)); in aggr_port_stat()
|
H A D | aggr_grp.c | 1932 *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 D | vsw_phys.c | 1305 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 D | vsw.c | 1164 *val = mac_stat_get(vswp->mh, stat); in vsw_m_stat()
|
H A D | vnet.c | 3114 *val = mac_stat_get(vnetp->hio_mh, stat); in vnet_hio_stat()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bridge.c | 1172 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 D | dld_str.c | 1846 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in str_notify()
|