Searched refs:OCS_CMD_NOWAIT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 2342 } else if (OCS_CMD_NOWAIT == opts) { in ocs_hw_command() 2644 rc = ocs_hw_command(hw, cfg_link, OCS_CMD_NOWAIT, in ocs_hw_port_control() 2684 rc = ocs_hw_command(hw, init_link, OCS_CMD_NOWAIT, in ocs_hw_port_control() 2704 rc = ocs_hw_command(hw, down_link, OCS_CMD_NOWAIT, in ocs_hw_port_control() 2715 rc = ocs_hw_set_linkcfg(hw, (ocs_hw_linkcfg_e)value, OCS_CMD_NOWAIT, cb, arg); in ocs_hw_port_control() 3047 rc = ocs_hw_command(hw, buf, OCS_CMD_NOWAIT, in ocs_hw_node_attach() 3172 rc = ocs_hw_command(hw, buf, OCS_CMD_NOWAIT, ocs_hw_cb_node_free, rnode); in ocs_hw_node_detach() 3220 rc = ocs_hw_command(hw, buf, OCS_CMD_NOWAIT, ocs_hw_cb_node_free_all, in ocs_hw_node_free_all() 5154 rc = ocs_hw_command(hw, mbxdata, OCS_CMD_NOWAIT, ocs_hw_cb_fw_write, cb_arg); in ocs_hw_firmware_write_lancer() 5307 rc = ocs_hw_command(hw, mbxdata, OCS_CMD_NOWAIT, ocs_hw_cb_sfp, cb_arg); in ocs_hw_get_sfp() [all …]
|
H A D | ocs_hw.h | 138 OCS_CMD_NOWAIT, /**< command executes asynchronously. Uses callback */ enumerator
|
H A D | ocs_ioctl.c | 247 if (ocs_hw_command(&ocs->hw, mcmd->payload, OCS_CMD_NOWAIT, in ocs_process_mbx_ioctl()
|
H A D | ocs_mgmt.c | 1810 hw_rc = ocs_hw_set_persistent_topology(&ocs->hw, topo, OCS_CMD_NOWAIT); in set_configured_topology()
|
H A D | ocs_hw_queues.c | 2334 if (ocs_hw_command(hw, post_sgl, OCS_CMD_NOWAIT, in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
|