Home
last modified time | relevance | path

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

/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()
412 mpoa_device_type = *tlvs++; in lane2_assoc_ind()
415 dev->name, mpoa_device_type_string(mpoa_device_type)); in lane2_assoc_ind()
416 if (mpoa_device_type == MPS_AND_MPC && in lane2_assoc_ind()
422 if ((mpoa_device_type == MPS || mpoa_device_type == MPC) && in lane2_assoc_ind()
427 if (mpoa_device_type != MPS && in lane2_assoc_ind()
428 mpoa_device_type != MPS_AND_MPC) { in lane2_assoc_ind()
430 if (mpoa_device_type == MPC) in lane2_assoc_ind()
435 mpoa_device_type == MPS_AND_MPC) { in lane2_assoc_ind()
[all …]