Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_def.h215 #define LOOPID_MAP_SIZE (ha->max_fibre_devices) macro
Dqla_init.c3917 LOOPID_MAP_SIZE); in qla2x00_find_new_loop_id()
3918 if (dev->loop_id >= LOOPID_MAP_SIZE || in qla2x00_find_new_loop_id()
Dqla_os.c3511 ha->loop_id_map = kzalloc(BITS_TO_LONGS(LOOPID_MAP_SIZE) * sizeof(long), in qla2x00_mem_alloc()