Home
last modified time | relevance | path

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

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