Home
last modified time | relevance | path

Searched refs:MPT_MAX_LUNS (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/mpt/
Dmpt.h378 #define MPT_MAX_LUNS 256 macro
717 tgt_resource_t trt[MPT_MAX_LUNS];
Dmpt_cam.c2468 for (lun_id = 0; lun_id < MPT_MAX_LUNS; lun_id++) { in mpt_cam_event()
3566 cpi->max_lun = MPT_MAX_LUNS; in mpt_action()
3662 } else if (lun >= MPT_MAX_LUNS) { in mpt_action()
4277 } else if (lun >= MPT_MAX_LUNS) { in mpt_enable_lun()
4303 } else if (lun >= MPT_MAX_LUNS) { in mpt_disable_lun()
4313 for (i = 0; i < MPT_MAX_LUNS; i++) { in mpt_disable_lun()
4318 if (i == MPT_MAX_LUNS && mpt->twildcard == 0) { in mpt_disable_lun()
4970 if (lun >= MPT_MAX_LUNS || mpt->tenabled == 0 || in mpt_scsi_tgt_atio()
Dmpt.c2273 for (val = 0; val < MPT_MAX_LUNS; val++) { in mpt_core_attach()