Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_target.c242 memcpy(&u->atio, atio, sizeof(*atio)); in qlt_queue_unknown_atio()
2244 struct atio_from_isp *atio = &mcmd->orig_iocb.atio; in qlt_24xx_send_task_mgmt_ctio() local
2300 struct atio_from_isp *atio = &cmd->atio; in qlt_send_resp_ctio() local
2599 struct atio_from_isp *atio = &prm->cmd->atio; in qlt_24xx_build_ctio_pkt() local
3059 struct atio_from_isp *atio = &prm->cmd->atio; in qlt_build_ctio_crc2_pkt() local
4159 struct atio_from_isp *atio = &cmd->atio; in __qlt_do_work() local
4350 memcpy(&cmd->atio, atio, sizeof(*atio)); in qlt_get_tag()
5516 memcpy(&cmd->atio, atio, sizeof(*atio)); in qlt_alloc_qfull_cmd()
5689 atio, ha_locked); in qlt_24xx_atio_pkt()
5710 atio, 1, 0); in qlt_24xx_atio_pkt()
[all …]
H A Dqla_target.h366 static inline int fcpcmd_is_corrupted(struct atio *atio) in fcpcmd_is_corrupted() argument
368 if (atio->entry_type == ATIO_TYPE7 && in fcpcmd_is_corrupted()
369 ((le16_to_cpu(atio->attr_n_length) & FCP_CMD_LENGTH_MASK) < in fcpcmd_is_corrupted()
377 static inline void adjust_corrupted_atio(struct atio_from_isp *atio) in adjust_corrupted_atio() argument
379 atio->u.raw.attr_n_length = cpu_to_le16(FCP_CMD_LENGTH_MIN); in adjust_corrupted_atio()
380 atio->u.isp24.fcp_cmnd.add_cdb_len = 0; in adjust_corrupted_atio()
383 static inline int get_datalen_for_atio(struct atio_from_isp *atio) in get_datalen_for_atio() argument
385 int len = atio->u.isp24.fcp_cmnd.add_cdb_len; in get_datalen_for_atio()
832 struct atio_from_isp atio; member
912 struct atio_from_isp atio; member
[all …]
H A Dqla_tmpl.c367 struct atio *atr = ha->tgt.atio_ring; in qla27xx_fwdt_entry_t263()
666 struct atio *atr = ha->tgt.atio_ring_ptr; in qla27xx_fwdt_entry_t274()
H A Dqla_def.h1973 struct atio { struct
3851 struct atio_que *atio; member
4020 struct atio *atio_ring; /* Base virtual address */
4021 struct atio *atio_ring_ptr; /* Current address. */
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7816 if (atio == NULL) { in ahc_handle_target_cmd()
7843 atio->sense_len = 0; in ahc_handle_target_cmd()
7844 atio->init_id = initiator; in ahc_handle_target_cmd()
7848 atio->tag_id = *byte++; in ahc_handle_target_cmd()
7851 atio->ccb_h.flags = 0; in ahc_handle_target_cmd()
7858 atio->cdb_len = 6; in ahc_handle_target_cmd()
7862 atio->cdb_len = 10; in ahc_handle_target_cmd()
7865 atio->cdb_len = 16; in ahc_handle_target_cmd()
7868 atio->cdb_len = 12; in ahc_handle_target_cmd()
7873 atio->cdb_len = 1; in ahc_handle_target_cmd()
[all …]
H A Daic79xx_core.c10639 if (atio == NULL) { in ahd_handle_target_cmd()
10665 atio->sense_len = 0; in ahd_handle_target_cmd()
10666 atio->init_id = initiator; in ahd_handle_target_cmd()
10670 atio->tag_id = *byte++; in ahd_handle_target_cmd()
10673 atio->ccb_h.flags = 0; in ahd_handle_target_cmd()
10680 atio->cdb_len = 6; in ahd_handle_target_cmd()
10684 atio->cdb_len = 10; in ahd_handle_target_cmd()
10687 atio->cdb_len = 16; in ahd_handle_target_cmd()
10690 atio->cdb_len = 12; in ahd_handle_target_cmd()
10695 atio->cdb_len = 1; in ahd_handle_target_cmd()
[all …]