Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/firewire/
HDsbp.c71 #define SBP_NUM_LUNS 64 macro
444 if (maxlun >= SBP_NUM_LUNS) in sbp_alloc_lun()
445 maxlun = SBP_NUM_LUNS; in sbp_alloc_lun()
494 if (lun >= SBP_NUM_LUNS) { in sbp_alloc_lun()
2501 cpi->max_lun = SBP_NUM_LUNS - 1; in sbp_action()