Home
last modified time | relevance | path

Searched refs:number_of_mps_macs (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/atm/
Dmpc.c378 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()
[all …]
Dmpc.h32 int number_of_mps_macs; /* number of the above MAC addresses */ member