Lines Matching refs:number_of_mps_macs
379 uint8_t length, mpoa_device_type, number_of_mps_macs;
383 mpoa_device_type = number_of_mps_macs = 0; /* silence gcc */
414 number_of_mps_macs = *tlvs++;
418 length < (42 + number_of_mps_macs*ETH_ALEN)) { /* :) */
424 length < 22 + number_of_mps_macs*ETH_ALEN) {
435 if (number_of_mps_macs == 0 &&
441 number_of_mps_macs);
450 number_of_mps_macs, mpoa_device_type);
472 if (mpc->number_of_mps_macs != num_macs) { /* need to reallocate? */
473 if (mpc->number_of_mps_macs != 0)
475 mpc->number_of_mps_macs = 0;
487 mpc->number_of_mps_macs = num_macs;
594 while (i < mpc->number_of_mps_macs) {
1375 if (client->number_of_mps_macs)
1377 client->number_of_mps_macs = 0;
1383 client->number_of_mps_macs = 1;