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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c108 *cmd, struct atio_from_isp *atio, int ha_locked, int ul_abort);
110 struct atio_from_isp *atio, uint16_t status, int qfull);
224 struct atio_from_isp *atio, uint8_t ha_locked)
242 memcpy(&u->atio, atio, sizeof(*atio));
255 qlt_send_term_exchange(vha->hw->base_qpair, NULL, atio, ha_locked, 0);
274 &u->atio, ha_locked, 0);
278 host = qla_find_host_by_d_id(vha, u->atio.u.isp24.fcp_hdr.d_id);
282 qlt_24xx_atio_pkt(host, &u->atio, ha_locke
223 qlt_queue_unknown_atio(scsi_qla_host_t *vha, struct atio_from_isp *atio, uint8_t ha_locked) argument
316 qlt_24xx_atio_pkt_all_vps(struct scsi_qla_host *vha, struct atio_from_isp *atio, uint8_t ha_locked) argument
2244 struct atio_from_isp *atio = &mcmd->orig_iocb.atio; local
2300 struct atio_from_isp *atio = &cmd->atio; local
2599 struct atio_from_isp *atio = &prm->cmd->atio; local
3059 struct atio_from_isp *atio = &prm->cmd->atio; local
3661 __qlt_send_term_exchange(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, struct atio_from_isp *atio) argument
3721 qlt_send_term_exchange(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, struct atio_from_isp *atio, int ha_locked, int ul_abort) argument
4159 struct atio_from_isp *atio = &cmd->atio; local
4339 qlt_get_tag(scsi_qla_host_t *vha, struct fc_port *sess, struct atio_from_isp *atio) argument
4374 qlt_handle_cmd_for_atio(struct scsi_qla_host *vha, struct atio_from_isp *atio) argument
5388 __qlt_send_busy(struct qla_qpair *qpair, struct atio_from_isp *atio, uint16_t status) argument
5462 qlt_alloc_qfull_cmd(struct scsi_qla_host *vha, struct atio_from_isp *atio, uint16_t status, int qfull) argument
5618 qlt_send_busy(struct qla_qpair *qpair, struct atio_from_isp *atio, uint16_t status) argument
5630 qlt_chk_qfull_thresh_hold(struct scsi_qla_host *vha, struct qla_qpair *qpair, struct atio_from_isp *atio, uint8_t ha_locked) argument
5650 qlt_24xx_atio_pkt(struct scsi_qla_host *vha, struct atio_from_isp *atio, uint8_t ha_locked) argument
5890 struct atio_from_isp *atio = (struct atio_from_isp *)pkt; local
[all...]
H A Dqla_target.h366 static inline int fcpcmd_is_corrupted(struct atio *atio) argument
368 if (atio->entry_type == ATIO_TYPE7 &&
369 ((le16_to_cpu(atio->attr_n_length) & FCP_CMD_LENGTH_MASK) <
376 /* adjust corrupted atio so we won't trip over the same entry again. */
377 static inline void adjust_corrupted_atio(struct atio_from_isp *atio) argument
379 atio->u.raw.attr_n_length = cpu_to_le16(FCP_CMD_LENGTH_MIN);
380 atio->u.isp24.fcp_cmnd.add_cdb_len = 0;
383 static inline int get_datalen_for_atio(struct atio_from_isp *atio) argument
385 int len = atio
832 struct atio_from_isp atio; member in struct:qla_tgt_sess_op
912 struct atio_from_isp atio; member in struct:qla_tgt_cmd
972 struct atio_from_isp atio; member in union:qla_tgt_mgmt_cmd::__anon2807
[all...]
H A Dqla_tmpl.c367 struct atio *atr = ha->tgt.atio_ring;
666 struct atio *atr = ha->tgt.atio_ring_ptr;
H A Dqla_def.h1973 struct atio { struct
3842 struct atio_que *atio; member in struct:qla_qpair
4011 struct atio *atio_ring; /* Base virtual address */
4012 struct atio *atio_ring_ptr; /* Current address. */
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7793 struct ccb_accept_tio *atio; local
7815 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
7816 if (atio == NULL) {
7835 atio->ccb_h.target_id = target;
7836 atio->ccb_h.target_lun = lun;
7843 atio->sense_len = 0;
7844 atio->init_id = initiator;
7847 atio->tag_action = *byte++;
7848 atio->tag_id = *byte++;
7849 atio
[all...]
H A Daic79xx_core.c10616 struct ccb_accept_tio *atio; local
10638 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
10639 if (atio == NULL) {
10657 atio->ccb_h.target_id = target;
10658 atio->ccb_h.target_lun = lun;
10665 atio->sense_len = 0;
10666 atio->init_id = initiator;
10669 atio->tag_action = *byte++;
10670 atio->tag_id = *byte++;
10671 atio
[all...]

Completed in 398 milliseconds