Home
last modified time | relevance | path

Searched refs:atiop (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/isp/
Disp_freebsd.c1635 struct ccb_accept_tio *atiop; in isp_handle_platform_atio2() local
1683 atiop = (struct ccb_accept_tio *) SLIST_FIRST(&tptr->atios); in isp_handle_platform_atio2()
1684 if (atiop == NULL) { in isp_handle_platform_atio2()
1695 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, atiop->ccb_h.path, "Take FREE ATIO\n"); in isp_handle_platform_atio2()
1696 atiop->ccb_h.target_id = fcp->isp_loopid; in isp_handle_platform_atio2()
1697 atiop->ccb_h.target_lun = lun; in isp_handle_platform_atio2()
1702 atiop->sense_len = 0; in isp_handle_platform_atio2()
1708 atiop->init_id = nphdl; in isp_handle_platform_atio2()
1711 atiop->init_id = FC_PORTDB_TGT(isp, 0, lp); in isp_handle_platform_atio2()
1720 atiop->cdb_len = ATIO2_CDBLEN; in isp_handle_platform_atio2()
[all …]
Disp_target.c279 #undef atiop in isp_target_notify()
/freebsd-10-stable/sys/dev/mpt/
Dmpt_cam.c4847 struct ccb_accept_tio *atiop; in mpt_scsi_tgt_atio() local
5057 atiop = (struct ccb_accept_tio *) STAILQ_FIRST(&trtp->atios); in mpt_scsi_tgt_atio()
5058 if (atiop == NULL) { in mpt_scsi_tgt_atio()
5069 "Get FREE ATIO %p lun %d\n", atiop, atiop->ccb_h.target_lun); in mpt_scsi_tgt_atio()
5070 atiop->ccb_h.ccb_mpt_ptr = mpt; in mpt_scsi_tgt_atio()
5071 atiop->ccb_h.status = CAM_CDB_RECVD; in mpt_scsi_tgt_atio()
5072 atiop->ccb_h.target_lun = lun; in mpt_scsi_tgt_atio()
5073 atiop->sense_len = 0; in mpt_scsi_tgt_atio()
5074 atiop->tag_id = tgt->tag_id; in mpt_scsi_tgt_atio()
5075 atiop->init_id = GET_INITIATOR_INDEX(reply_desc); in mpt_scsi_tgt_atio()
[all …]