OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isp_maxluns
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
ispvar.h
111
#define ISP_MAX_LUNS(isp) (isp)->
isp_maxluns
597
uint32_t
isp_maxluns
; /* maximum luns supported */
member in struct:ispsoftc
isp.c
1129
isp->
isp_maxluns
= 32;
1131
isp->
isp_maxluns
= 8;
1134
isp->
isp_maxluns
= 8;
1138
isp->
isp_maxluns
= 16384;
1140
isp->
isp_maxluns
= 16;
1457
for (lun = 0; lun < (int) isp->
isp_maxluns
; lun++) {
isp_netbsd.c
138
isp->isp_osinfo.chan[i].chan_nluns = uimin(isp->
isp_maxluns
, 8);
Completed in 17 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025