Home
last modified time | relevance | path

Searched refs:qla_tgt_cmd (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h674 struct qla_tgt_cmd;
683 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
685 void (*handle_data)(struct qla_tgt_cmd *);
688 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *);
689 void (*rel_cmd)(struct qla_tgt_cmd *);
690 void (*free_cmd)(struct qla_tgt_cmd *);
863 struct qla_tgt_cmd { struct
979 struct qla_tgt_cmd *cmd;
1056 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *);
1058 extern int qlt_abort_cmd(struct qla_tgt_cmd *);
[all …]
H A Dtcm_qla2xxx.c257 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free()
279 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_cmd()
321 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
336 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
383 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
423 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state()
495 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_data_work()
624 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_find_cmd_by_tag()
645 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_data_in()
684 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_status()
[all …]
H A Dqla_target.c2010 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun()
2117 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts()
2732 struct qla_tgt_cmd *cmd; in qlt_print_dif_err()
3662 struct qla_tgt_cmd *cmd, in __qlt_send_term_exchange()
3964 struct qla_tgt_cmd *cmd; in qlt_do_ctio_completion()
4224 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in qlt_do_work()
4261 struct qla_tgt_cmd *cmd) in qlt_assign_qpair()
4343 struct qla_tgt_cmd *cmd; in qlt_get_tag()
4380 struct qla_tgt_cmd *cmd; in qlt_handle_cmd_for_atio()
4699 struct qla_tgt_cmd *cmd; in abort_cmds_for_s_id()
[all …]
H A Dqla_gbl.h326 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
H A Dqla_os.c1868 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds()
1900 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()
H A Dqla_iocb.c1030 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()