Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h299 #define LOOPID_MAP_SIZE (ha->max_fibre_devices) macro
H A Dqla_init.c687 dev->loop_id = find_first_zero_bit(ha->loop_id_map, LOOPID_MAP_SIZE); in qla2x00_find_new_loop_id()
688 if (dev->loop_id >= LOOPID_MAP_SIZE || in qla2x00_find_new_loop_id()
H A Dqla_os.c4431 ha->loop_id_map = kcalloc(BITS_TO_LONGS(LOOPID_MAP_SIZE), in qla2x00_mem_alloc()