Home
last modified time | relevance | path

Searched refs:MAX_LUNS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h124 ql_rpt_lun_t lst[MAX_LUNS];
H A Dql_api.h270 #define MAX_LUNS 16384 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6934 if (lun >= MAX_LUNS) { in ql_lun_queue()
6935 EL(ha, "Exceeded MAX_LUN=%d, lun=%d\n", MAX_LUNS, lun); in ql_lun_queue()
H A Dql_xioctl.c4285 for (lun = 0; lun < MAX_LUNS; lun++) { in ql_inq_scan()