Searched refs:ocs_hw_command (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 310 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() 1109 rc = ocs_hw_command(hw, buf, OCS_CMD_POLL, NULL, NULL); in ocs_hw_config_mrq() 2297 ocs_hw_command(ocs_hw_t *hw, uint8_t *cmd, uint32_t opts, void *cb, void *arg) in ocs_hw_command() function 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() 3047 rc = ocs_hw_command(hw, buf, OCS_CMD_NOWAIT, in ocs_hw_node_attach() [all …]
|
H A D | ocs_hw.h | 1259 extern ocs_hw_rtn_e ocs_hw_command(ocs_hw_t *, uint8_t *, uint32_t, void *, void *);
|
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_hw_queues.c | 2334 if (ocs_hw_command(hw, post_sgl, OCS_CMD_NOWAIT, in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
|