Home
last modified time | relevance | path

Searched refs:mlxfw_mfa2_file (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.h16 struct mlxfw_mfa2_file;
20 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw);
22 int mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file,
27 mlxfw_mfa2_file_component_get(const struct mlxfw_mfa2_file *mfa2_file,
33 void mlxfw_mfa2_file_fini(struct mlxfw_mfa2_file *mfa2_file);
H A Dmlxfw_mfa2_tlv_multi.h9 #include "mlxfw_mfa2_file.h"
12 mlxfw_mfa2_tlv_multi_child(const struct mlxfw_mfa2_file *mfa2_file,
16 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file,
20 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file,
24 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file,
28 int mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file,
H A Dmlxfw_mfa2_tlv_multi.c13 mlxfw_mfa2_tlv_multi_child(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child()
23 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_next()
44 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_advance()
57 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_find()
77 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.h8 #include "mlxfw_mfa2_file.h"
18 mlxfw_mfa2_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, const void *ptr) in mlxfw_mfa2_tlv_get()
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_payload_get()
49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
H A Dmlxfw_mfa2.c12 #include "mlxfw_mfa2_file.h"
95 mlxfw_mfa2_tlv_multi_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_validate()
112 mlxfw_mfa2_file_dev_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_dev_validate()
185 mlxfw_mfa2_file_comp_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_comp_validate()
225 static bool mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file) in mlxfw_mfa2_file_validate()
260 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw) in mlxfw_mfa2_file_init()
266 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_mfa2_file_init()
330 mlxfw_mfa2_tlv_dev_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_dev_get()
368 int mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_component_count()
425 static int mlxfw_mfa2_file_cb_offset_xz(const struct mlxfw_mfa2_file *mfa2_fil
[all...]
H A Dmlxfw_mfa2_file.h10 struct mlxfw_mfa2_file { struct
20 static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_valid_ptr()
H A Dmlxfw_fsm.c307 struct mlxfw_mfa2_file *mfa2_file, in mlxfw_flash_components()
351 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_firmware_flash()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.h16 struct mlxfw_mfa2_file;
20 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw);
22 int mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file,
27 mlxfw_mfa2_file_component_get(const struct mlxfw_mfa2_file *mfa2_file,
33 void mlxfw_mfa2_file_fini(struct mlxfw_mfa2_file *mfa2_file);
H A Dmlxfw_mfa2_tlv_multi.h9 #include "mlxfw_mfa2_file.h"
12 mlxfw_mfa2_tlv_multi_child(const struct mlxfw_mfa2_file *mfa2_file,
16 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file,
20 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file,
24 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file,
28 int mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file,
H A Dmlxfw_mfa2_tlv_multi.c13 mlxfw_mfa2_tlv_multi_child(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child()
23 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_next()
44 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_advance()
57 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_find()
77 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.h8 #include "mlxfw_mfa2_file.h"
18 mlxfw_mfa2_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, const void *ptr) in mlxfw_mfa2_tlv_get()
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_payload_get()
49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
H A Dmlxfw_mfa2.c12 #include "mlxfw_mfa2_file.h"
95 mlxfw_mfa2_tlv_multi_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_validate()
112 mlxfw_mfa2_file_dev_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_dev_validate()
185 mlxfw_mfa2_file_comp_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_comp_validate()
225 static bool mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file) in mlxfw_mfa2_file_validate()
260 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw) in mlxfw_mfa2_file_init()
266 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_mfa2_file_init()
330 mlxfw_mfa2_tlv_dev_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_dev_get()
368 int mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_component_count()
425 static int mlxfw_mfa2_file_cb_offset_xz(const struct mlxfw_mfa2_file *mfa2_fil
[all...]
H A Dmlxfw_mfa2_file.h10 struct mlxfw_mfa2_file { struct
20 static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_valid_ptr()
H A Dmlxfw_fsm.c307 struct mlxfw_mfa2_file *mfa2_file, in mlxfw_flash_components()
351 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_firmware_flash()

Completed in 5 milliseconds