Home
last modified time | relevance | path

Searched defs:mfa2_file (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c123 mlxfw_mfa2_tlv_multi_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_validate()
140 mlxfw_mfa2_file_dev_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_dev_validate()
213 mlxfw_mfa2_file_comp_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_comp_validate()
253 static bool mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file) in mlxfw_mfa2_file_validate()
294 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_mfa2_file_init() local
358 mlxfw_mfa2_tlv_dev_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_dev_get()
396 int mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_component_count()
453 static int mlxfw_mfa2_file_cb_offset_xz(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_cb_offset_xz()
499 mlxfw_mfa2_file_component_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_component_tlv_get()
531 mlxfw_mfa2_file_component_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_component_find()
[all …]
H A Dmlxfw_mfa2_tlv_multi.c40 mlxfw_mfa2_tlv_multi_child(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child()
50 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_next()
71 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_advance()
84 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_find()
104 int mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_count()
H A Dmlxfw_mfa2_tlv_multi.h61 #define mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, idx, from_tlv, count) \ argument
65 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument
H A Dmlxfw_mfa2_tlv.h46 mlxfw_mfa2_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, const u8 *ptr) in mlxfw_mfa2_tlv_get()
55 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_payload_get()
H A Dmlxfw_fsm.c176 struct mlxfw_mfa2_file *mfa2_file) in mlxfw_flash_components()
210 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_firmware_flash() local
H A Dmlxfw_mfa2_file.h48 static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_valid_ptr()