Searched refs:next_tlv (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-cfm.c602 goto next_tlv;
622 goto next_tlv;
635 goto next_tlv;
692 goto next_tlv;
752 next_tlv:
/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c688 u16 next_tlv; local
703 next_tlv = pfa_ptr + 1;
704 while (next_tlv < pfa_ptr + pfa_len) {
709 status = ice_read_sr_word(hw, next_tlv, &tlv_sub_module_type);
715 status = ice_read_sr_word(hw, next_tlv + 1, &tlv_len);
722 *module_tlv = next_tlv;
731 next_tlv = next_tlv + tlv_len + 2;

Completed in 77 milliseconds