Searched refs:MAXIMUM_NUM_CONTAINERS (Results 1 – 3 of 3) sorted by relevance
1525 .this_id = MAXIMUM_NUM_CONTAINERS,1770 if (shost->max_id < MAXIMUM_NUM_CONTAINERS) in aac_probe_one()1771 shost->max_id = MAXIMUM_NUM_CONTAINERS; in aac_probe_one()
457 int maximum_num_containers = MAXIMUM_NUM_CONTAINERS; in aac_get_containers()487 if (maximum_num_containers < MAXIMUM_NUM_CONTAINERS) in aac_get_containers()488 maximum_num_containers = MAXIMUM_NUM_CONTAINERS; in aac_get_containers()
91 #define MAXIMUM_NUM_CONTAINERS 32 macro