Home
last modified time | relevance | path

Searched refs:OCS_CMD_POLL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c310 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_read_max_dump_size()
645 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
761 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
877 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
914 ocs_hw_get_linkcfg(hw, OCS_CMD_POLL, ocs_hw_init_linkcfg_cb, hw); in ocs_hw_init()
1109 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_config_mrq()
2321 if (OCS_CMD_POLL == opts) { in ocs_hw_command()
5895 if (opts == OCS_CMD_POLL || rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_set_linkcfg_lancer()
5935 if (cb_arg->opts != OCS_CMD_POLL) { in ocs_hw_set_active_link_config_cb()
5993 } else if (opts == OCS_CMD_POLL) { in ocs_hw_set_linkcfg_skyhawk()
[all …]
H A Docs_xport.c394 ocs_hw_set_persistent_topology(&ocs->hw, topology, OCS_CMD_POLL); in ocs_topology_setup()
H A Docs_hw.h137 OCS_CMD_POLL, /**< command executes synchronously and busy-waits for completion */ enumerator