Searched refs:MAXIMUM_NUM_CONTAINERS (Results 1 – 3 of 3) sorted by relevance
1534 .this_id = MAXIMUM_NUM_CONTAINERS,1781 if (shost->max_id < MAXIMUM_NUM_CONTAINERS) in aac_probe_one()1782 shost->max_id = MAXIMUM_NUM_CONTAINERS; in aac_probe_one()
471 int maximum_num_containers = MAXIMUM_NUM_CONTAINERS; in aac_get_containers()501 if (maximum_num_containers < MAXIMUM_NUM_CONTAINERS) in aac_get_containers()502 maximum_num_containers = MAXIMUM_NUM_CONTAINERS; in aac_get_containers()
104 #define MAXIMUM_NUM_CONTAINERS 32 macro