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

  /src/sys/dev/i2o/
iopspvar.h 35 #define IOPSP_MAX_LUN 8
39 #define IOPSP_TIDMAP(map, t, l) (map[(t) * IOPSP_MAX_LUN + (l)])
iopsp.c 186 sc->sc_channel.chan_nluns = IOPSP_MAX_LUN;
246 size = sc_chan->chan_ntargets * (IOPSP_MAX_LUN) * sizeof(u_short);

Completed in 12 milliseconds