Searched refs:link_speed (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.h50 uint32_t link_speed; member in struct:_hxge_mac_stats
H A Dhxge_kstats.c752 kstat_named_init(&hxgekp->link_speed, "link_speed", KSTAT_DATA_ULONG);
853 hxgekp->ifspeed.value.ul = statsp->mac_stats.link_speed * 1000000ULL;
868 hxgekp->link_speed.value.ul = statsp->mac_stats.link_speed;
962 val = statsp->mac_stats.link_speed * 1000000ull;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c73 dev->link_speed = -1;
H A Doce_gld.c93 dev->link_speed = link.qos_link_speed ? link.qos_link_speed * 10 :
470 if (dev->link_speed < 0) {
472 dev->link_speed = link.qos_link_speed ?
477 *speed = dev->link_speed * 1000000ull;
H A Doce_stat.c366 if (dev->link_speed < 0) {
368 dev->link_speed = link.qos_link_speed ?
372 *val = dev->link_speed * 1000000ull;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c920 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0;
929 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0;
938 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0;
947 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_40GB) != 0;
1001 (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0);
1006 (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0);
1011 (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0);
1016 (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0);
1021 (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0);
1026 (i40e->i40e_phy.link_speed
[all...]
H A Di40e_stats.c931 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0;
934 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0;
937 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0;
940 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_40GB) != 0;
950 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0;
953 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0;
956 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0;
959 *val = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_40GB) != 0;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c968 pUM->props.link_speed = 0;
1037 pUM->props.link_speed = 10;
1043 pUM->props.link_speed = 100;
1049 pUM->props.link_speed = 1000;
1055 pUM->props.link_speed = 2500;
1061 pUM->props.link_speed = 10000;
1067 pUM->props.link_speed = 12000;
1073 pUM->props.link_speed = 12500;
1079 pUM->props.link_speed = 13000;
1085 pUM->props.link_speed
[all...]
H A Dbnxe_gld.c139 *pVal = (pUM->props.link_speed * 1000000ULL);
296 switch (pUM->props.link_speed)
2611 uint64_t link_speed; local
2635 ASSERT(pr_valsize >= sizeof(link_speed));
2637 link_speed = (pUM->props.link_speed * 1000000ULL);
2638 bcopy(&link_speed, pr_val, sizeof(link_speed));
2645 link_state = pUM->props.link_speed ?
/illumos-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h97 uint32_t link_speed; member in struct:pe_config_data
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_virtchnl.h351 enum i40e_aq_link_speed link_speed; member in struct:i40e_virtchnl_pf_event::__anon303::__anon304
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h132 u32 link_speed; /* For bandwidth allocation validation purpose */ member in struct:ixgbe_dcb_config
H A Dixgbe_dcb_82598.c346 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, argument
350 UNREFERENCED_1PARAMETER(link_speed);
H A Dixgbe_dcb_82599.c579 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, argument
583 UNREFERENCED_1PARAMETER(link_speed);
H A Dixgbe_82599.c778 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; local
822 status = ixgbe_check_link(hw, &link_speed, &link_up,
857 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
871 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL))
1030 ixgbe_link_speed link_speed; local
1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_dcb.c664 ret = ixgbe_dcb_hw_config_82598(hw, dcb_config->link_speed,
673 ret = ixgbe_dcb_hw_config_82599(hw, dcb_config->link_speed,
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c249 if (adapter->link_speed != MBPS_10 &&
250 adapter->link_speed != MBPS_100 &&
251 adapter->link_speed != MBPS_1000) {
258 adapter->link_speed = MBPS_1000;
299 switch (adapter->link_speed) {
H A Dunm_nic_hw.c2029 adapter->link_speed = MBPS_1000;
2037 case 0: adapter->link_speed = MBPS_10;
2039 case 1: adapter->link_speed = MBPS_100;
2041 case 2: adapter->link_speed = MBPS_1000;
2044 adapter->link_speed = defval;
2057 adapter->link_speed = defval;
2061 adapter->link_speed = defval;
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c1312 uint8_t link_speed; local
1336 link_speed = (bus_capabilities &
1340 /* Update if link_speed is slower */
1341 if (hal->speed_map[i][j] > link_speed) {
1343 link_speed;
1345 link_speed;
1348 if (link_speed <
1351 link_speed;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h148 uint32_t link_speed; member in struct:_nxge_mac_stats
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c1080 if (statsp->mac_stats.link_speed == 100)
1129 portn, portmode, statsp->mac_stats.link_speed));
1130 if (statsp->mac_stats.link_speed == 1000) {
1154 if (statsp->mac_stats.link_speed == 100)
1161 if (statsp->mac_stats.link_speed == 1000)
3929 * timer will update link_speed real time.
4016 statsp->mac_stats.link_speed = 1000;
4020 statsp->mac_stats.link_speed = 10000;
4937 statsp->mac_stats.link_speed = 0;
5044 statsp->mac_stats.link_speed
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c366 uint8_t link_speed; local
394 link_speed = (uint8_t)((link_status >> 3) & 0x07);
396 if (link_speed == 0) {
400 } else if (link_speed == 1) {
404 } else if (link_speed == 2) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c57 ixgbe_ks->link_speed.value.ui64 = ixgbe->link_speed;
243 kstat_named_init(&ixgbe_ks->link_speed, "link_speed",
510 *val = ixgbe->link_speed * 1000000ull;
651 switch (ixgbe->link_speed) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h462 u16 link_speed; /* Effective line speed */ member in struct:pf_vf_bulletin_content
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h355 uint16_t link_speed; /* Word 1 */ member in struct:CQE_ASYNC_FC_LINK_ATT
369 uint16_t link_speed; /* Word 1 */ member in struct:CQE_ASYNC_FC_LINK_ATT

Completed in 133 milliseconds

123