Home
last modified time | relevance | path

Searched refs:OCS_HW_RTN_SUCCESS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c263 return OCS_HW_RTN_SUCCESS; in ocs_hw_link_event_init()
311 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_read_max_dump_size()
320 return OCS_HW_RTN_SUCCESS; in ocs_hw_read_max_dump_size()
354 return OCS_HW_RTN_SUCCESS; in ocs_hw_setup()
515 return OCS_HW_RTN_SUCCESS; in ocs_hw_setup()
646 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_init()
655 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_init()
664 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_init()
738 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_init()
769 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_init()
[all …]
H A Docs_xport.c242 if (ocs_hw_set(&ocs->hw, OCS_HW_N_SGL, n_sgl) != OCS_HW_RTN_SUCCESS) { in ocs_xport_attach()
430 if (ocs_hw_set(&ocs->hw, OCS_HW_N_IO, max_hw_io) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
489 if (ocs_hw_set(&ocs->hw, OCS_HW_TOPOLOGY, ocs->topology) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
495 if (ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, ocs->speed) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
500 if (ocs_hw_set(&ocs->hw, OCS_HW_ETH_LICENSE, ocs->ethernet_license) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
507 if (ocs_hw_set(&ocs->hw, OCS_HW_DIF_SEED, OCS_FC_DIF_SEED) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
561 if (ocs_hw_set(&ocs->hw, OCS_HW_RQ_PROCESS_LIMIT, rq_limit) != OCS_HW_RTN_SUCCESS) { in ocs_xport_initialize()
789 if (ocs_hw_get(&ocs->hw, OCS_HW_RESET_REQUIRED, &reset_required) != OCS_HW_RTN_SUCCESS) { in ocs_xport_control()
972 if (hw_rc == OCS_HW_RTN_SUCCESS) { in ocs_xport_status()
H A Docs_mgmt.c1766 if (hw_rc != OCS_HW_RTN_SUCCESS) { in set_configured_speed()
1805 if (hw_rc != OCS_HW_RTN_SUCCESS) { in set_configured_topology()
1811 if (hw_rc != OCS_HW_RTN_SUCCESS) in set_configured_topology()
1887 …_get_port_protocol(&ocs->hw, func, ocs_mgmt_get_port_protocol_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_port_protocol()
1969 if (rc == OCS_HW_RTN_SUCCESS) { in set_port_protocol()
2026 …if(ocs_hw_get_profile_list(&ocs->hw, ocs_mgmt_get_profile_list_cb, &result) == OCS_HW_RTN_SUCCESS)… in get_profile_list()
2103 …s_hw_get_active_profile(&ocs->hw, ocs_mgmt_get_active_profile_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_active_profile()
2159 if (rc == OCS_HW_RTN_SUCCESS) { in set_active_profile()
2220 if(ocs_hw_get_nvparms(&ocs->hw, ocs_mgmt_get_nvparms_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_nv_wwpn()
2258 if(ocs_hw_get_nvparms(&ocs->hw, ocs_mgmt_get_nvparms_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_nv_wwnn()
[all …]
H A Docs_gendump.c139 if (ocs_hw_raise_ue(&ocs->hw, 1) == OCS_HW_RTN_SUCCESS) { in ocs_gen_dump()
204 if (ocs_hw_raise_ue(&ocs->hw, FDB) == OCS_HW_RTN_SUCCESS) { in ocs_fdb_dump()
H A Docs_hw_queues.c337 return OCS_HW_RTN_SUCCESS; in ocs_hw_init_queues()
2143 return OCS_HW_RTN_SUCCESS; in ocs_hw_rqpair_put()
2161 ocs_hw_rtn_e rc = OCS_HW_RTN_SUCCESS; in ocs_hw_rqpair_sequence_free()
2249 return OCS_HW_RTN_SUCCESS; in ocs_hw_rqpair_auto_xfer_rdy_buffer_alloc()
2349 return OCS_HW_RTN_SUCCESS; in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
2499 return OCS_HW_RTN_SUCCESS; in ocs_hw_rqpair_auto_xfer_rdy_buffer_sequence_reset()
2567 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_rqpair_init()
H A Docs_sport.c423 if (rc != OCS_HW_RTN_SUCCESS) { in ocs_sport_attach()
1762 if (hrc != OCS_HW_RTN_SUCCESS) { in ocs_remote_node_group_alloc()
1909 return (hrc == OCS_HW_RTN_SUCCESS) ? 0 : -1; in ocs_node_group_init()
H A Docs_unsol.c139 } else if(hw_rc != OCS_HW_RTN_SUCCESS) { in ocs_port_owned_abort()
H A Docs_device.c191 if (rc != OCS_HW_RTN_SUCCESS && in __ocs_d_initiate_shutdown()
H A Docs_fabric.c1191 if (rc != OCS_HW_RTN_SUCCESS && rc != OCS_HW_RTN_SUCCESS_SYNC) { in ocs_fabric_initiate_shutdown()
H A Docs_hw.h142 OCS_HW_RTN_SUCCESS = 0, enumerator