Searched refs:atiop (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c1289 struct ccb_accept_tio *atiop; local
1364 atiop = (struct ccb_accept_tio *) SLIST_FIRST(&tptr->atios);
1365 if (atiop == NULL) {
1390 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, atiop->ccb_h.path, "Take FREE ATIO\n");
1391 atiop->init_id = FC_PORTDB_TGT(isp, chan, lp);
1392 atiop->ccb_h.target_id = ISP_MAX_TARGETS(isp);
1393 atiop->ccb_h.target_lun = lun;
1394 atiop->sense_len = 0;
1400 ISP_MEMCPY(atiop->cdb_io.cdb_bytes, aep->at_cmnd.cdb_dl.sf.fcp_cmnd_cdb, cdbxlen);
1401 atiop
[all...]
/freebsd-current/sys/dev/mpt/
H A Dmpt_cam.c4819 struct ccb_accept_tio *atiop; local
5028 atiop = (struct ccb_accept_tio *) STAILQ_FIRST(&trtp->atios);
5029 if (atiop == NULL) {
5040 "Get FREE ATIO %p lun %jx\n", atiop,
5041 (uintmax_t)atiop->ccb_h.target_lun);
5042 atiop->ccb_h.ccb_mpt_ptr = mpt;
5043 atiop->ccb_h.status = CAM_CDB_RECVD;
5044 atiop->ccb_h.target_lun = lun;
5045 atiop->sense_len = 0;
5046 atiop
[all...]

Completed in 168 milliseconds