Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.h21 const struct mlxfw_mfa2_tlv *from_tlv, u16 count);
33 #define mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, idx, from_tlv, count) \ argument
34 for (idx = 0, tlv = from_tlv; idx < (count); \
H A Dmlxfw_mfa2_tlv_multi.c45 const struct mlxfw_mfa2_tlv *from_tlv, u16 count) in mlxfw_mfa2_tlv_advance() argument
50 mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, idx, from_tlv, count) in mlxfw_mfa2_tlv_advance()