Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.c495 if (ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, ocs->speed) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
971 hw_rc = ocs_hw_get(&(ocs->hw), OCS_HW_LINK_SPEED, &value.value); in ocs_xport_status()
990 rc = ocs_hw_get(&ocs->hw, OCS_HW_LINK_SPEED, &speed); in ocs_xport_status()
H A Docs_mgmt.c1280 ocs_hw_get(&(ocs->hw), OCS_HW_LINK_SPEED, &value); in get_current_speed()
1765 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, spd); in set_configured_speed()
H A Docs_hw.h177 OCS_HW_LINK_SPEED, enumerator
H A Docs_ioctl.c906 ocs_hw_get(&ocs->hw, OCS_HW_LINK_SPEED, &value); in ocs_sysctl_current_speed()
H A Docs_hw.c1593 case OCS_HW_LINK_SPEED: in ocs_hw_get()
1864 case OCS_HW_LINK_SPEED: in ocs_hw_set()