MAX_COPPS_PER_PORT
if (copp_idx < 0 || copp_idx >= MAX_COPPS_PER_PORT) {
MAX_COPPS_PER_PORT);
if (idx >= MAX_COPPS_PER_PORT)
int copp_idx[MAX_COPPS_PER_PORT];
int port_id[MAX_COPPS_PER_PORT];
struct q6copp *copps[MAX_COPPS_PER_PORT];
for_each_set_bit(j, &session->copp_map, MAX_COPPS_PER_PORT) {
for_each_set_bit(idx, &session->copp_map, MAX_COPPS_PER_PORT) {