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

  /src/sys/dev/ic/
isp_netbsd.h 222 #define XS_LUN(xs) ((int) (xs)->xs_periph->periph_lun)
isp.c 4382 reqp->req_lun_trn = XS_LUN(xs);
4395 if (XS_LUN(xs) > 256) {
4396 t7->req_lun[0] = XS_LUN(xs) >> 8;
4399 t7->req_lun[1] = XS_LUN(xs);
4406 t2e->req_scclun = XS_LUN(xs);
4412 t2->req_scclun = XS_LUN(xs);
4418 t2->req_lun_trn = XS_LUN(xs);
4686 mbs.param[6] = XS_LUN(xs);
4688 mbs.param[1] = tgt << 8 | XS_LUN(xs);
4691 mbs.param[1] = (chan << 15) | (tgt << 8) | XS_LUN(xs)
    [all...]
isp_netbsd.c 812 XS_CHANNEL(xs), XS_TGT(xs), XS_LUN(xs),

Completed in 16 milliseconds