/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclkstat.c | 206 uint64_t collisions, runt, link_up, link_duplex; in kstat_network_port_cond() local 229 link_duplex = port_datap->value.ui32; in kstat_network_port_cond() 231 link_duplex = port_datap->value.ui64; in kstat_network_port_cond() 233 if (link_duplex == 0) { in kstat_network_port_cond()
|
/titanic_41/usr/src/uts/common/io/aggr/ |
H A D | aggr_port.c | 343 link_duplex_t link_duplex; in aggr_port_notify_link() local 364 link_duplex = aggr_port_stat(port, ETHER_STAT_LINK_DUPLEX); in aggr_port_notify_link() 365 if (port->lp_link_duplex != link_duplex) { in aggr_port_notify_link() 366 if (link_duplex == LINK_DUPLEX_FULL) in aggr_port_notify_link() 371 port->lp_link_duplex = link_duplex; in aggr_port_notify_link()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlether.c | 298 link_duplex_t link_duplex; in dladm_ether_info() local 319 KSTAT_DATA_UINT32, &link_duplex)) != DLADM_STATUS_OK) in dladm_ether_info() 323 eattr->lei_attr[CURRENT].le_spdx->lesd_duplex = link_duplex; in dladm_ether_info()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_vmac.h | 51 uint32_t link_duplex; member
|
H A D | hxge_kstats.c | 753 kstat_named_init(&hxgekp->link_duplex, "link_duplex", KSTAT_DATA_CHAR); in hxge_setup_kstats() 869 if (statsp->mac_stats.link_duplex == 2) 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() 1044 val = statsp->mac_stats.link_duplex; in hxge_m_stat() 1266 val = statsp->mac_stats.link_duplex; in hxge_m_stat()
|
H A D | hxge_vmac.c | 58 statsp->mac_stats.link_duplex = 2; in hxge_link_init()
|
H A D | hxge.h | 432 kstat_named_t link_duplex; member
|
H A D | hxge_hw.c | 647 hxgep->statsp->mac_stats.link_duplex = 2; in hxge_set_lb()
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 1174 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_loopback() 1183 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_loopback() 1196 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_loopback() 1416 *val = esp->link_duplex; in eri_m_stat() 1765 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_stop() 2311 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_init() 2365 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_init() 2375 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_init() 2833 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_intr() 4049 erip->stats.link_duplex = LINK_DUPLEX_UNKNOWN; in eri_process_ndd_ioctl() [all …]
|
H A D | eri.h | 165 uint32_t link_duplex; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | rstp.c | 143 link_duplex_t link_duplex; in get_duplex() local 151 KSTAT_DATA_UINT32, &link_duplex); in get_duplex() 153 if (status == DLADM_STATUS_OK && link_duplex == LINK_DUPLEX_FULL) in get_duplex()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_gld.c | 824 link_duplex_t link_duplex; in ql_m_getprop() local 837 link_duplex = LINK_DUPLEX_FULL; in ql_m_getprop() 839 link_duplex = LINK_DUPLEX_HALF; in ql_m_getprop() 841 bcopy(&link_duplex, pr_val, in ql_m_getprop()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 4017 statsp->mac_stats.link_duplex = 2; /* Full duplex */ in nxge_tn1010_xcvr_init() 4021 statsp->mac_stats.link_duplex = 2; in nxge_tn1010_xcvr_init() 4938 statsp->mac_stats.link_duplex = 0; in nxge_mii_xcvr_init() 5060 statsp->mac_stats.link_duplex = 2; in nxge_mii_xcvr_init() 5062 statsp->mac_stats.link_duplex = 1; in nxge_mii_xcvr_init() 5069 statsp->mac_stats.link_duplex = 2; in nxge_mii_xcvr_init() 5071 statsp->mac_stats.link_duplex = 1; in nxge_mii_xcvr_init() 5078 statsp->mac_stats.link_duplex = 2; in nxge_mii_xcvr_init() 5080 statsp->mac_stats.link_duplex = 1; in nxge_mii_xcvr_init() 5082 if (statsp->mac_stats.link_duplex != 1) { in nxge_mii_xcvr_init() [all …]
|
H A D | nxge_kstats.c | 1379 kstat_named_init(&nxgekp->link_duplex, "link_duplex", in nxge_setup_kstats() 1820 if (statsp->mac_stats.link_duplex == 2) in nxge_port_kstat_update() 1821 (void) strcpy(nxgekp->link_duplex.value.c, "full"); in nxge_port_kstat_update() 1822 else if (statsp->mac_stats.link_duplex == 1) in nxge_port_kstat_update() 1823 (void) strcpy(nxgekp->link_duplex.value.c, "half"); in nxge_port_kstat_update() 1825 (void) strcpy(nxgekp->link_duplex.value.c, "unknown"); in nxge_port_kstat_update() 2342 val = statsp->mac_stats.link_duplex; in nxge_m_stat() 2558 val = statsp->mac_stats.link_duplex; in nxge_m_stat()
|
/titanic_41/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.c | 2030 adapter->link_duplex = LINK_DUPLEX_FULL; in unm_nic_set_link_parameters() 2048 case 0: adapter->link_duplex = LINK_DUPLEX_HALF; in unm_nic_set_link_parameters() 2050 case 1: adapter->link_duplex = LINK_DUPLEX_FULL; in unm_nic_set_link_parameters() 2053 adapter->link_duplex = defval; in unm_nic_set_link_parameters() 2058 adapter->link_duplex = defval; in unm_nic_set_link_parameters() 2062 adapter->link_duplex = defval; in unm_nic_set_link_parameters()
|
H A D | unm_nic.h | 463 uint16_t link_duplex; member
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_mac.h | 149 uint32_t link_duplex; member
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_gld.c | 494 *pVal = (pUM->props.link_duplex == B_TRUE) ? in BnxeMacStats() 2610 link_duplex_t link_duplex; in BnxeMacGetProperty() local 2628 link_duplex = pUM->props.link_duplex ? in BnxeMacGetProperty() 2630 bcopy(&link_duplex, pr_val, sizeof(link_duplex_t)); in BnxeMacGetProperty()
|
H A D | bnxe_mm.c | 969 pUM->props.link_duplex = B_FALSE; in BnxeLinkStatus() 996 pUM->props.link_duplex = B_FALSE; in BnxeLinkStatus() 1001 pUM->props.link_duplex = B_TRUE; in BnxeLinkStatus()
|
H A D | bnxe_cfg.c | 655 pUM->props.link_duplex = B_FALSE; in BnxeCfgReset()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 357 *val = (igb->link_duplex == FULL_DUPLEX) ? in igb_m_stat() 1146 bcopy(&igb->link_duplex, pr_val, sizeof (link_duplex_t)); in igb_m_getprop()
|
H A D | igb_sw.h | 571 uint32_t link_duplex; member
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_gld.c | 454 bcopy(&ixgbe->link_duplex, pr_val, in ixgbe_m_getprop()
|
H A D | ixgbe_sw.h | 639 uint32_t link_duplex; member
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_sw.h | 836 uint32_t link_duplex; member
|