Searched refs:XS_TGT (Results 1 – 4 of 4) sorted by relevance
/dragonfly/sys/dev/disk/isp/ |
H A D | isp.c | 4231 target = XS_TGT(xs); in isp_start() 4247 if (XS_TGT(xs) >= MAX_FC_TARG) { in isp_start() 4252 hdlidx = fcp->isp_dev_map[XS_TGT(xs)] - 1; in isp_start() 4608 tgt = XS_TGT(xs); in isp_control() 5293 int t = XS_TGT(xs); in isp_intr() 6313 reason, XS_TGT(xs)); in isp_parse_status() 6415 chan, XS_TGT(xs)); in isp_parse_status_24xx() 6424 chan, XS_TGT(xs)); in isp_parse_status_24xx() 6471 chan, reason, XS_TGT(xs)); in isp_parse_status_24xx() 6493 XS_TGT(xs), chan); in isp_parse_status_24xx() [all …]
|
H A D | isp_freebsd.h | 418 #define XS_TGT(ccb) (ccb)->ccb_h.target_id macro
|
H A D | isp_freebsd.c | 4137 if (dbidx != (FCPARAM(isp, chan)->isp_dev_map[XS_TGT(xs)] - 1)) { in isp_ldt_task() 4141 isp->isp_xflist[i].handle, chan, XS_TGT(xs), XS_LUN(xs)); in isp_ldt_task() 4372 …isp_prt(isp, ISP_LOGDEBUG0, "%d.%d loop not seen yet @ %lu", XS_TGT(ccb), XS_LUN(ccb), (unsigned l… in isp_action() 4374 …isp_prt(isp, ISP_LOGDEBUG0, "%d.%d downtime (%d) > lim (%d)", XS_TGT(ccb), XS_LUN(ccb), ISP_FC_PC(… in isp_action() 4382 isp_prt(isp, ISP_LOGDEBUG0, "%d.%d retry later", XS_TGT(ccb), XS_LUN(ccb)); in isp_action() 4953 …isp_prt(isp, ISP_LOGDEBUG0, "target %d lun %d CAM status 0x%x SCSI status 0x%x", XS_TGT(sccb), XS_… in isp_done()
|
H A D | DriverManual.txt | 269 XS_TGT(xs) gets the target from an XS_T 552 is indexed directly via the Target ID for the command (XS_TGT(xs)).
|