Searched refs:atio (Results 1 – 5 of 5) sorted by relevance
108 *cmd, struct atio_from_isp *atio, int ha_locked);114 struct atio_from_isp *atio, uint16_t status, int qfull);230 struct atio_from_isp *atio) in qlt_24xx_atio_pkt_all_vps() argument234 __func__, vha->vp_idx, atio->u.raw.entry_type, in qlt_24xx_atio_pkt_all_vps()235 be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id)); in qlt_24xx_atio_pkt_all_vps()237 switch (atio->u.raw.entry_type) { in qlt_24xx_atio_pkt_all_vps()241 atio->u.isp24.fcp_hdr.d_id); in qlt_24xx_atio_pkt_all_vps()246 atio->u.isp24.fcp_hdr.d_id[0], in qlt_24xx_atio_pkt_all_vps()247 atio->u.isp24.fcp_hdr.d_id[1], in qlt_24xx_atio_pkt_all_vps()248 atio->u.isp24.fcp_hdr.d_id[2]); in qlt_24xx_atio_pkt_all_vps()[all …]
886 struct atio_from_isp atio; member967 struct atio_from_isp atio; member1023 struct atio_from_isp atio; member
1510 struct atio { struct2884 struct atio *atio_ring; /* Base virtual address */2885 struct atio *atio_ring_ptr; /* Current address. */
7865 struct ccb_accept_tio *atio; in ahc_handle_target_cmd() local7887 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()7888 if (atio == NULL) { in ahc_handle_target_cmd()7907 atio->ccb_h.target_id = target; in ahc_handle_target_cmd()7908 atio->ccb_h.target_lun = lun; in ahc_handle_target_cmd()7915 atio->sense_len = 0; in ahc_handle_target_cmd()7916 atio->init_id = initiator; in ahc_handle_target_cmd()7919 atio->tag_action = *byte++; in ahc_handle_target_cmd()7920 atio->tag_id = *byte++; in ahc_handle_target_cmd()7921 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahc_handle_target_cmd()[all …]
10715 struct ccb_accept_tio *atio; in ahd_handle_target_cmd() local10737 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()10738 if (atio == NULL) { in ahd_handle_target_cmd()10756 atio->ccb_h.target_id = target; in ahd_handle_target_cmd()10757 atio->ccb_h.target_lun = lun; in ahd_handle_target_cmd()10764 atio->sense_len = 0; in ahd_handle_target_cmd()10765 atio->init_id = initiator; in ahd_handle_target_cmd()10768 atio->tag_action = *byte++; in ahd_handle_target_cmd()10769 atio->tag_id = *byte++; in ahd_handle_target_cmd()10770 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahd_handle_target_cmd()[all …]