Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dmpc.c379 uint8_t length, mpoa_device_type, number_of_mps_macs; in lane2_assoc_ind() local
383 mpoa_device_type = number_of_mps_macs = 0; /* silence gcc */ in lane2_assoc_ind()
414 number_of_mps_macs = *tlvs++; in lane2_assoc_ind()
418 length < (42 + number_of_mps_macs*ETH_ALEN)) { /* :) */ in lane2_assoc_ind()
424 length < 22 + number_of_mps_macs*ETH_ALEN) { in lane2_assoc_ind()
435 if (number_of_mps_macs == 0 && in lane2_assoc_ind()
441 number_of_mps_macs); in lane2_assoc_ind()
450 number_of_mps_macs, mpoa_device_type); in lane2_assoc_ind()
472 if (mpc->number_of_mps_macs != num_macs) { /* need to reallocate? */ in copy_macs()
473 if (mpc->number_of_mps_macs != 0) in copy_macs()
[all …]
H A Dmpc.h33 int number_of_mps_macs; /* number of the above MAC addresses */ member