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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_unsol.c137 ocs_hw_rtn_e hw_rc; local
138 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE,
140 if((hw_rc == OCS_HW_RTN_IO_ABORT_IN_PROGRESS) ||
141 (hw_rc == OCS_HW_RTN_IO_PORT_OWNED_ALREADY_ABORTED)) {
143 } else if(hw_rc != OCS_HW_RTN_SUCCESS) {
145 hio->indicator, hw_rc);
H A Docs_xport.c922 ocs_hw_rtn_e hw_rc; local
943 hw_rc = ocs_hw_get(&(ocs->hw), OCS_HW_LINK_SPEED, &value.value);
944 if (hw_rc == OCS_HW_RTN_SUCCESS) {
H A Docs_mgmt.c1907 ocs_hw_rtn_e hw_rc; local
1926 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, spd);
1927 if (hw_rc != OCS_HW_RTN_SUCCESS) {
1949 ocs_hw_rtn_e hw_rc; local
1965 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_TOPOLOGY, topo);
1966 if (hw_rc != OCS_HW_RTN_SUCCESS) {

Completed in 113 milliseconds