Searched refs:next_tlv (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.c | 457 u16 pfa_len, pfa_ptr, next_tlv, max_tlv; in ice_get_pfa_module_tlv() local 485 next_tlv = pfa_ptr + 1; in ice_get_pfa_module_tlv() 486 while (next_tlv < max_tlv) { in ice_get_pfa_module_tlv() 491 status = ice_read_sr_word(hw, next_tlv, &tlv_sub_module_type); in ice_get_pfa_module_tlv() 497 status = ice_read_sr_word(hw, next_tlv + 1, &tlv_len); in ice_get_pfa_module_tlv() 504 *module_tlv = next_tlv; in ice_get_pfa_module_tlv() 511 if (check_add_overflow(next_tlv, 2, &next_tlv) || in ice_get_pfa_module_tlv() 512 check_add_overflow(next_tlv, tlv_len, &next_tlv)) { in ice_get_pfa_module_tlv()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | ccm_mbox.c | 246 goto next_tlv; in nfp_ccm_mbox_copy_out() 275 goto next_tlv; in nfp_ccm_mbox_copy_out() 283 goto next_tlv; in nfp_ccm_mbox_copy_out() 289 goto next_tlv; in nfp_ccm_mbox_copy_out() 295 goto next_tlv; in nfp_ccm_mbox_copy_out() 320 next_tlv: in nfp_ccm_mbox_copy_out()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 3821 u16 next_tlv; in ixgbe_get_pfa_module_tlv() local 3835 next_tlv = pfa_ptr + 1; in ixgbe_get_pfa_module_tlv() 3837 while (next_tlv < pfa_end_ptr) { in ixgbe_get_pfa_module_tlv() 3841 err = ixgbe_read_ee_aci_e610(hw, next_tlv, in ixgbe_get_pfa_module_tlv() 3847 err = ixgbe_read_ee_aci_e610(hw, next_tlv + 1, &tlv_len); in ixgbe_get_pfa_module_tlv() 3853 *module_tlv = next_tlv; in ixgbe_get_pfa_module_tlv() 3862 next_tlv = next_tlv + tlv_len + 2; in ixgbe_get_pfa_module_tlv()
|