Searched refs:atio (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_target.c | 108 *cmd, struct atio_from_isp *atio, int ha_locked, int ul_abort); 114 struct atio_from_isp *atio, uint16_t status, int qfull); 233 struct atio_from_isp *atio, uint8_t ha_locked) in qlt_24xx_atio_pkt_all_vps() argument 237 __func__, vha->vp_idx, atio->u.raw.entry_type, in qlt_24xx_atio_pkt_all_vps() 238 be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id)); in qlt_24xx_atio_pkt_all_vps() 240 switch (atio->u.raw.entry_type) { in qlt_24xx_atio_pkt_all_vps() 244 atio->u.isp24.fcp_hdr.d_id); in qlt_24xx_atio_pkt_all_vps() 249 atio->u.isp24.fcp_hdr.d_id[0], in qlt_24xx_atio_pkt_all_vps() 250 atio->u.isp24.fcp_hdr.d_id[1], in qlt_24xx_atio_pkt_all_vps() 251 atio->u.isp24.fcp_hdr.d_id[2]); in qlt_24xx_atio_pkt_all_vps() [all …]
|
D | qla_target.h | 440 static inline int fcpcmd_is_corrupted(struct atio *atio) in fcpcmd_is_corrupted() argument 442 if (atio->entry_type == ATIO_TYPE7 && in fcpcmd_is_corrupted() 443 (le16_to_cpu(atio->attr_n_length & FCP_CMD_LENGTH_MASK) < in fcpcmd_is_corrupted() 451 static inline void adjust_corrupted_atio(struct atio_from_isp *atio) in adjust_corrupted_atio() argument 453 atio->u.raw.attr_n_length = cpu_to_le16(FCP_CMD_LENGTH_MIN); in adjust_corrupted_atio() 454 atio->u.isp24.fcp_cmnd.add_cdb_len = 0; in adjust_corrupted_atio() 907 struct atio_from_isp atio; member 1031 struct atio_from_isp atio; member 1068 struct atio_from_isp atio; member
|
D | qla_def.h | 1555 struct atio { struct 2935 struct atio *atio_ring; /* Base virtual address */ 2936 struct atio *atio_ring_ptr; /* Current address. */
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 7863 struct ccb_accept_tio *atio; in ahc_handle_target_cmd() local 7885 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd() 7886 if (atio == NULL) { in ahc_handle_target_cmd() 7905 atio->ccb_h.target_id = target; in ahc_handle_target_cmd() 7906 atio->ccb_h.target_lun = lun; in ahc_handle_target_cmd() 7913 atio->sense_len = 0; in ahc_handle_target_cmd() 7914 atio->init_id = initiator; in ahc_handle_target_cmd() 7917 atio->tag_action = *byte++; in ahc_handle_target_cmd() 7918 atio->tag_id = *byte++; in ahc_handle_target_cmd() 7919 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahc_handle_target_cmd() [all …]
|
D | aic79xx_core.c | 10714 struct ccb_accept_tio *atio; in ahd_handle_target_cmd() local 10736 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd() 10737 if (atio == NULL) { in ahd_handle_target_cmd() 10755 atio->ccb_h.target_id = target; in ahd_handle_target_cmd() 10756 atio->ccb_h.target_lun = lun; in ahd_handle_target_cmd() 10763 atio->sense_len = 0; in ahd_handle_target_cmd() 10764 atio->init_id = initiator; in ahd_handle_target_cmd() 10767 atio->tag_action = *byte++; in ahd_handle_target_cmd() 10768 atio->tag_id = *byte++; in ahd_handle_target_cmd() 10769 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahd_handle_target_cmd() [all …]
|