Searched refs:LOOPID_MAP_SIZE (Results 1 – 3 of 3) sorted by relevance
299 #define LOOPID_MAP_SIZE (ha->max_fibre_devices) macro
687 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()
4431 ha->loop_id_map = kcalloc(BITS_TO_LONGS(LOOPID_MAP_SIZE), in qla2x00_mem_alloc()