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

/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c257 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work);
276 static struct qla_tgt_cmd *tcm_qla2xxx_get_cmd(struct fc_port *sess)
279 struct qla_tgt_cmd *cmd;
286 cmd = &((struct qla_tgt_cmd *)se_sess->sess_cmd_map)[tag];
287 memset(cmd, 0, sizeof(struct qla_tgt_cmd));
294 static void tcm_qla2xxx_rel_cmd(struct qla_tgt_cmd *cmd)
304 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd)
321 struct qla_tgt_cmd *cmd;
324 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cm
[all...]
H A Dqla_target.h674 struct qla_tgt_cmd;
682 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);
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 *);
704 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts);
863 struct qla_tgt_cmd { struct
979 struct qla_tgt_cmd *cm
[all...]
H A Dqla_target.c107 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd
2010 struct qla_tgt_cmd *cmd;
2117 struct qla_tgt_cmd *abort_cmd;
2297 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd,
2432 struct qla_tgt_cmd *cmd = prm->cmd;
2490 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd)
2601 struct qla_tgt_cmd *cmd = prm->cmd;
2725 static inline int qlt_has_data(struct qla_tgt_cmd *cmd)
2732 struct qla_tgt_cmd *cmd;
2777 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cm
[all...]
H A Dqla_gbl.h326 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
H A Dqla_os.c1869 struct qla_tgt_cmd *cmd;
1901 cmd = (struct qla_tgt_cmd *)sp;
H A Dqla_iocb.c1030 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc)

Completed in 161 milliseconds