Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_hw.c304 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_read_max_dump_size()
640 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
757 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
874 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_init()
912 ocs_hw_get_linkcfg(hw, OCS_CMD_POLL, ocs_hw_init_linkcfg_cb, hw); in ocs_hw_init()
1107 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_config_mrq()
2326 if (OCS_CMD_POLL == opts) { in ocs_hw_command()
5901 if (opts == OCS_CMD_POLL || rc != OCS_HW_RTN_SUCCESS) { in ocs_hw_set_linkcfg_lancer()
5941 if (cb_arg->opts != OCS_CMD_POLL) { in ocs_hw_set_active_link_config_cb()
5999 } else if (opts == OCS_CMD_POLL) { in ocs_hw_set_linkcfg_skyhawk()
[all …]
Docs_xport.c402 ocs_hw_set_persistent_topology(&ocs->hw, topology, OCS_CMD_POLL); in ocs_topology_setup()
Docs_hw.h140 OCS_CMD_POLL, /**< command executes synchronously and busy-waits for completion */ enumerator