Lines Matching refs:tlv
481 } tlv; in slow_oam_print() local
513 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr; in slow_oam_print()
515 if (tlv.slow_oam_info->info_length != in slow_oam_print()
523 tlv.slow_oam_info->oam_version, in slow_oam_print()
524 EXTRACT_16BITS(&tlv.slow_oam_info->revision)); in slow_oam_print()
528 tlv.slow_oam_info->state & OAM_INFO_TYPE_PARSER_MASK), in slow_oam_print()
530 tlv.slow_oam_info->state & OAM_INFO_TYPE_MUX_MASK)); in slow_oam_print()
533 tlv.slow_oam_info->oam_config), in slow_oam_print()
534 EXTRACT_16BITS(&tlv.slow_oam_info->oam_pdu_config) & in slow_oam_print()
538 EXTRACT_24BITS(&tlv.slow_oam_info->oui)), in slow_oam_print()
539 EXTRACT_24BITS(&tlv.slow_oam_info->oui), in slow_oam_print()
540 EXTRACT_32BITS(&tlv.slow_oam_info->vendor_private)); in slow_oam_print()
589 tlv.slow_oam_link_event = (const struct slow_oam_link_event_t *)tptr; in slow_oam_print()
591 if (tlv.slow_oam_link_event->event_length != in slow_oam_print()
603 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100, in slow_oam_print()
604 EXTRACT_64BITS(&tlv.slow_oam_link_event->window), in slow_oam_print()
605 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold), in slow_oam_print()
606 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors), in slow_oam_print()
607 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors_running_total), in slow_oam_print()
608 EXTRACT_32BITS(&tlv.slow_oam_link_event->event_running_total)); in slow_oam_print()
637 tlv.slow_oam_loopbackctrl = (const struct slow_oam_loopbackctrl_t *)tptr; in slow_oam_print()
641 tlv.slow_oam_loopbackctrl->command), in slow_oam_print()
642 tlv.slow_oam_loopbackctrl->command); in slow_oam_print()