Searched refs:ocs_hw_command (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c303 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL);
637 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL);
754 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL);
871 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL);
1104 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL);
2299 ocs_hw_command(ocs_hw_t *hw, uint8_t *cmd, uint32_t opts, void *cb, void *arg) function
2647 rc = ocs_hw_command(hw, cfg_link, OCS_CMD_NOWAIT,
2688 rc = ocs_hw_command(hw, init_link, OCS_CMD_NOWAIT,
2708 rc = ocs_hw_command(hw, down_link, OCS_CMD_NOWAIT,
3052 rc = ocs_hw_command(h
[all...]
H A Docs_hw.h137 * @brief Options for ocs_hw_command().
1268 extern ocs_hw_rtn_e ocs_hw_command(ocs_hw_t *, uint8_t *, uint32_t, void *, void *);
H A Docs_ioctl.c246 ocs_hw_command(&ocs->hw, mcmd->payload, OCS_CMD_NOWAIT,
H A Docs_hw_queues.c2336 if (ocs_hw_command(hw, post_sgl, OCS_CMD_NOWAIT,

Completed in 99 milliseconds