Searched refs:hw_rc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c135 ocs_hw_rtn_e hw_rc; local
136 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE,
138 if((hw_rc == OCS_HW_RTN_IO_ABORT_IN_PROGRESS) ||
139 (hw_rc == OCS_HW_RTN_IO_PORT_OWNED_ALREADY_ABORTED)) {
141 } else if(hw_rc != OCS_HW_RTN_SUCCESS) {
143 hio->indicator, hw_rc);
H A Docs_xport.c915 ocs_hw_rtn_e hw_rc; local
936 hw_rc = ocs_hw_get(&(ocs->hw), OCS_HW_LINK_SPEED, &value.value);
937 if (hw_rc == OCS_HW_RTN_SUCCESS) {
H A Docs_mgmt.c1880 ocs_hw_rtn_e hw_rc; local
1899 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, spd);
1900 if (hw_rc != OCS_HW_RTN_SUCCESS) {
1922 ocs_hw_rtn_e hw_rc; local
1938 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_TOPOLOGY, topo);
1939 if (hw_rc != OCS_HW_RTN_SUCCESS) {

Completed in 159 milliseconds