Searched refs:OCS_HW_LINK_SPEED (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 495 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 D | ocs_mgmt.c | 1280 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 D | ocs_hw.h | 177 OCS_HW_LINK_SPEED, enumerator
|
H A D | ocs_ioctl.c | 906 ocs_hw_get(&ocs->hw, OCS_HW_LINK_SPEED, &value); in ocs_sysctl_current_speed()
|
H A D | ocs_hw.c | 1593 case OCS_HW_LINK_SPEED: in ocs_hw_get() 1864 case OCS_HW_LINK_SPEED: in ocs_hw_set()
|