Home
last modified time | relevance | path

Searched refs:speed (Results 176 – 200 of 316) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c339 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
347 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
626 switch (dp->speed) { in axf_set_media()
639 gpio |= lp->chip->gpio_speed[dp->speed == USBGEM_SPD_100 ? 1 : 0]; in axf_set_media()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1949 char *dtype, *speed; in display_phy() local
1998 speed = "1.5Gb/s"; in display_phy()
2001 speed = "3 Gb/s"; in display_phy()
2004 speed = "6 Gb/s"; in display_phy()
2007 speed = "N/A"; in display_phy()
2016 phy.device_id, phy.phynum, speed, dtype); in display_phy()
2019 phy.phynum, speed, dtype); in display_phy()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3838 ixgbe_link_speed speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_driver_link_check() local
3855 switch (speed) { in ixgbe_driver_link_check()
3964 ixgbe_link_speed speed; in ixgbe_overtemp_check() local
5936 ixgbe_link_speed speed = 0; in ixgbe_get_hw_state() local
5978 speed = hw->phy.autoneg_advertised; in ixgbe_get_hw_state()
5979 if (speed == 0) in ixgbe_get_hw_state()
5980 speed = ixgbe->speeds_supported; in ixgbe_get_hw_state()
5983 (speed & IXGBE_LINK_SPEED_10GB_FULL) ? 1 : 0; in ixgbe_get_hw_state()
5985 (speed & IXGBE_LINK_SPEED_5GB_FULL) ? 1 : 0; in ixgbe_get_hw_state()
5989 (speed & IXGBE_LINK_SPEED_1GB_FULL) ? 1 : 0; in ixgbe_get_hw_state()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c409 s_priv->hal_cmd_private.speed = (int)cmd->cmd_speed; in s1394_setup_asynch_command()
414 s_priv->hal_cmd_private.speed = (int)s1394_speed_map_get(hal, in s1394_setup_asynch_command()
440 (s_priv->hal_cmd_private.speed); in s1394_setup_asynch_command()
1618 s_priv->hal_cmd_private.speed = in s1394_process_pending_q()
1622 s_priv->hal_cmd_private.speed = in s1394_process_pending_q()
H A Ds1394_isoch.c724 s1394_compute_bw_alloc_units(s1394_hal_t *hal, uint_t bandwidth, uint_t speed) in s1394_compute_bw_alloc_units() argument
742 switch (speed) { in s1394_compute_bw_alloc_units()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4252 usb_port_status_t speed; in hubd_handle_port_connect() local
4377 port_status = speed; in hubd_handle_port_connect()
4755 usb_port_status_t *speed) in hubd_status_uniform() argument
4772 if (speed != NULL) { in hubd_status_uniform()
4777 if (speed != NULL) in hubd_status_uniform()
4791 if (speed == NULL) in hubd_status_uniform()
4795 *speed = USBA_HIGH_SPEED_DEV; in hubd_status_uniform()
4797 *speed = USBA_LOW_SPEED_DEV; in hubd_status_uniform()
5127 if (speed == NULL) in hubd_determine_port_status()
5128 speed = &sp; in hubd_determine_port_status()
[all …]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h812 #define ACCEPTABLE_CORE_CLK_RANGE(speed) \ argument
813 ((speed >= MIN_CORE_CLK_SPEED) && (speed <= MAX_CORE_CLK_SPEED))
1068 speed:2, /* 0:10Mb/s, 1:100Mb/s, 2:1000Mb/s, 3:rsvd */ member
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c1244 uint64_t speed; in i40e_m_getprop() local
1264 speed = i40e->i40e_link_speed * 1000000ULL; in i40e_m_getprop()
1265 bcopy(&speed, pr_val, sizeof (speed)); in i40e_m_getprop()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c1554 char *speed; in doremoteterm() local
1560 speed = cp; in doremoteterm()
1561 cp = strchr(speed, '/'); in doremoteterm()
1567 if (strcmp(*cpp, speed) == 0) { in doremoteterm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c572 port->speed = ifspeed / 1000000; in get_dladm_speed()
574 port->speed = 10UL; in get_dladm_speed()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h116 uint_t speed; member
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1676 str_notify_speed(dld_str_t *dsp, uint32_t speed) in str_notify_speed() argument
1692 dlip->dl_data = speed; in str_notify_speed()
1856 uint64_t speed; in str_notify() local
1863 speed = mac_stat_get(mh, MAC_STAT_IFSPEED); in str_notify()
1864 str_notify_speed(dsp, (uint32_t)(speed / 1000ull)); in str_notify()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h69 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
H A De1000_82543.c1202 u16 speed, duplex; in e1000_check_for_copper_link_82543() local
1286 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_check_for_copper_link_82543()
1291 if (speed != SPEED_1000) { in e1000_check_for_copper_link_82543()
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h247 int speed[MAX_FANS]; member
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c256 pp = &(prp->speed); in getprinter()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c374 int speed; in check_fan() local
400 &speed); in check_fan()
404 if (speed <= low_thresh) { /* We see a fault */ in check_fan()
416 } while ((retry < n_retry_fan) && (speed <= low_thresh)); in check_fan()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c1416 uint64_t speed; in mlxcx_mac_getprop() local
1435 speed = mlxcx_speed_to_bits(port->mlp_oper_proto, in mlxcx_mac_getprop()
1437 bcopy(&speed, pr_val, sizeof (speed)); in mlxcx_mac_getprop()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c353 int speed; member
895 PadBaud = speeds[i].speed; in main()
1520 return (speeds[i].speed); in baudrate()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h73 struct ecore_mcp_link_speed_params speed; member
92 u32 speed; /* In Mb/s */ member
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h288 char *speed; /* transmission baud rate */ member
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c953 dladm_wlan_speed2str(dladm_wlan_speed_t *speed, char *buf) in dladm_wlan_speed2str() argument
955 (void) snprintf(buf, DLADM_STRSIZE, "%.*f", *speed % 2, in dladm_wlan_speed2str()
956 (float)(*speed) / 2); in dladm_wlan_speed2str()
1048 dladm_wlan_str2speed(const char *str, dladm_wlan_speed_t *speed) in dladm_wlan_str2speed() argument
1050 *speed = (dladm_wlan_speed_t)(atof(str) * 2); in dladm_wlan_str2speed()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1497 pcie_speed_to_int(pcie_link_speed_t speed) in pcie_speed_to_int() argument
1499 switch (speed) { in pcie_speed_to_int()
3291 pcie_link_set_target(dev_info_t *dip, pcie_link_speed_t speed) in pcie_link_set_target() argument
3308 switch (speed) { in pcie_link_set_target()
3332 if ((bus_p->bus_sup_speed & speed) == 0) { in pcie_link_set_target()
3337 bus_p->bus_target_speed = speed; in pcie_link_set_target()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h769 #define ACCEPTABLE_CORE_CLK_RANGE(speed) ((speed >= MIN_CORE_CLK_SPEED) && \ argument
770 (speed <= MAX_CORE_CLK_SPEED))
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h329 speed : 3;

12345678910>>...13