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

/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c1645 struct ccb_accept_tio *atiop; local
1693 atiop = (struct ccb_accept_tio *) SLIST_FIRST(&tptr->atios);
1694 if (atiop == NULL) {
1705 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, atiop->ccb_h.path, "Take FREE ATIO\n");
1706 atiop->ccb_h.target_id = ISP_MAX_TARGETS(isp);
1707 atiop->ccb_h.target_lun = lun;
1712 atiop->sense_len = 0;
1718 atiop->init_id = nphdl;
1721 atiop->init_id = FC_PORTDB_TGT(isp, 0, lp);
1730 atiop
1785 struct ccb_accept_tio *atiop; local
[all...]
H A Disp_target.c279 #undef atiop macro
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c4848 struct ccb_accept_tio *atiop; local
5058 atiop = (struct ccb_accept_tio *) STAILQ_FIRST(&trtp->atios);
5059 if (atiop == NULL) {
5070 "Get FREE ATIO %p lun %jx\n", atiop,
5071 (uintmax_t)atiop->ccb_h.target_lun);
5072 atiop->ccb_h.ccb_mpt_ptr = mpt;
5073 atiop->ccb_h.status = CAM_CDB_RECVD;
5074 atiop->ccb_h.target_lun = lun;
5075 atiop->sense_len = 0;
5076 atiop
[all...]

Completed in 102 milliseconds