HomeSort by: relevance | last modified time | path
    Searched refs:XS_TGT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
isp_netbsd.c 630 if (IS_FC(isp) && isp->isp_osinfo.wwns[XS_TGT(xs)] == 0) {
632 int dbidx = fcp->isp_dev_map[XS_TGT(xs)] - 1;
638 isp->isp_osinfo.wwns[XS_TGT(xs)] =
674 "RQLATER->SELTIMEOUT for %d (%d >= %d)", XS_TGT(xs),
812 XS_CHANNEL(xs), XS_TGT(xs), XS_LUN(xs),
isp.c 4227 target = XS_TGT(xs);
4243 if (XS_TGT(xs) >= MAX_FC_TARG) {
4248 hdlidx = fcp->isp_dev_map[XS_TGT(xs)] - 1;
4249 isp_prt(isp, ISP_LOGDEBUG2, "XS_TGT(xs)=%d- hdlidx value %d", XS_TGT(xs), hdlidx);
4604 tgt = XS_TGT(xs);
5289 int t = XS_TGT(xs);
6266 sdp->isp_devparam[XS_TGT(xs)].goal_flags &= ~DPARM_WIDE;
6267 sdp->isp_devparam[XS_TGT(xs)].dev_update = 1;
6280 sdp->isp_devparam[XS_TGT(xs)].goal_flags &= ~DPARM_SYNC
    [all...]
isp_netbsd.h 223 #define XS_TGT(xs) ((int) (xs)->xs_periph->periph_target)

Completed in 18 milliseconds