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

/freebsd-10-stable/sys/dev/isp/
H A Disp.c4290 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs));
4311 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs));
4317 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs));
4323 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs), lp->state);
4453 reqp->req_lun_trn = XS_LUN(xs);
4470 be64enc(t7->req_lun, CAM_EXTLUN_BYTE_SWIZZLE(XS_LUN(xs)));
4475 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs));
4494 XS_CHANNEL(xs), target, (uintmax_t)XS_LUN(xs));
4502 t2e->req_scclun = XS_LUN(xs);
4507 t2->req_scclun = XS_LUN(x
[all...]
H A Disp_freebsd.c2755 (uintmax_t)XS_LUN(xs));
2772 (uintmax_t)XS_LUN(xs));
2877 tptr = get_lun_statep(isp, XS_CHANNEL(accb), XS_LUN(accb));
2928 tptr = get_lun_statep(isp, XS_CHANNEL(accb), XS_LUN(accb));
3025 XS_TGT(ccb), (uintmax_t)XS_LUN(ccb));
4239 lun = XS_LUN(cmd);
H A Disp_freebsd.h517 #define XS_LUN(ccb) (ccb)->ccb_h.target_lun macro

Completed in 107 milliseconds