Lines Matching refs:number_of_mps_macs
378 uint8_t length, mpoa_device_type, number_of_mps_macs; in lane2_assoc_ind() local
382 mpoa_device_type = number_of_mps_macs = 0; /* silence gcc */ in lane2_assoc_ind()
413 number_of_mps_macs = *tlvs++; in lane2_assoc_ind()
417 length < (42 + number_of_mps_macs*ETH_ALEN)) { /* :) */ in lane2_assoc_ind()
423 length < 22 + number_of_mps_macs*ETH_ALEN) { in lane2_assoc_ind()
434 if (number_of_mps_macs == 0 && in lane2_assoc_ind()
440 number_of_mps_macs); in lane2_assoc_ind()
449 number_of_mps_macs, mpoa_device_type); in lane2_assoc_ind()
471 if (mpc->number_of_mps_macs != num_macs) { /* need to reallocate? */ in copy_macs()
472 if (mpc->number_of_mps_macs != 0) in copy_macs()
474 mpc->number_of_mps_macs = 0; in copy_macs()
486 mpc->number_of_mps_macs = num_macs; in copy_macs()
594 while (i < mpc->number_of_mps_macs) { in mpc_send_packet()
1375 if (client->number_of_mps_macs) in set_mps_mac_addr_rcvd()
1377 client->number_of_mps_macs = 0; in set_mps_mac_addr_rcvd()
1383 client->number_of_mps_macs = 1; in set_mps_mac_addr_rcvd()