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; member966 struct atio_from_isp atio; member1025 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. */
7863 struct ccb_accept_tio *atio; in ahc_handle_target_cmd() local7885 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 …]
10714 struct ccb_accept_tio *atio; in ahd_handle_target_cmd() local10736 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 …]