Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_kstats.c656 p_hxge_port_kstat_t hxgekp; in hxge_setup_kstats() local
739 hxgekp = (p_hxge_port_kstat_t)ksp->ks_data; in hxge_setup_kstats()
835 p_hxge_port_kstat_t hxgekp; in hxge_port_kstat_update() local
844 hxgekp = (p_hxge_port_kstat_t)ksp->ks_data; in hxge_port_kstat_update()
848 (void) strcpy(hxgekp->promisc.value.c, "phys"); in hxge_port_kstat_update()
850 (void) strcpy(hxgekp->promisc.value.c, "multi"); in hxge_port_kstat_update()
852 (void) strcpy(hxgekp->promisc.value.c, "off"); in hxge_port_kstat_update()
870 (void) strcpy(hxgekp->link_duplex.value.c, "full"); in hxge_port_kstat_update()
872 (void) strcpy(hxgekp->link_duplex.value.c, "unknown"); in hxge_port_kstat_update()
873 hxgekp->link_up.value.ul = statsp->mac_stats.link_up; in hxge_port_kstat_update()
[all …]