Home
last modified time | relevance | path

Searched defs:mfa2_file (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_file.h20 static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_valid_ptr() argument
H A Dmlxfw_mfa2_tlv.h18 mlxfw_mfa2_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, const void *ptr) in mlxfw_mfa2_tlv_get() argument
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_payload_get() argument
[all...]
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() argument
23 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_next() argument
44 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_advance() argument
57 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_find() argument
77 int mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_count() argument
[all...]
H A Dmlxfw_fsm.c351 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_firmware_flash() local
306 mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, struct mlxfw_mfa2_file *mfa2_file, bool reactivate_supp, struct netlink_ext_ack *extack) mlxfw_flash_components() argument
[all...]
H A Dmlxfw_mfa2.c95 mlxfw_mfa2_tlv_multi_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_validate() argument
112 mlxfw_mfa2_file_dev_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_dev_validate() argument
185 mlxfw_mfa2_file_comp_validate(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *comp_tlv, u16 comp_idx) mlxfw_mfa2_file_comp_validate() argument
225 mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file) mlxfw_mfa2_file_validate() argument
266 struct mlxfw_mfa2_file *mfa2_file; mlxfw_mfa2_file_init() local
330 mlxfw_mfa2_tlv_dev_get(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, u16 psid_size) mlxfw_mfa2_tlv_dev_get() argument
368 mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, u32 psid_size, u32 *p_count) mlxfw_mfa2_file_component_count() argument
425 mlxfw_mfa2_file_cb_offset_xz(const struct mlxfw_mfa2_file *mfa2_file, off_t off, size_t size, u8 *buf) mlxfw_mfa2_file_cb_offset_xz() argument
471 mlxfw_mfa2_file_component_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, u16 comp_index) mlxfw_mfa2_file_component_tlv_get() argument
503 mlxfw_mfa2_file_component_find(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, int psid_size, int component_index) mlxfw_mfa2_file_component_find() argument
531 mlxfw_mfa2_file_component_get(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, int psid_size, int component_index) mlxfw_mfa2_file_component_get() argument
586 mlxfw_mfa2_file_fini(struct mlxfw_mfa2_file *mfa2_file) mlxfw_mfa2_file_fini() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_file.h20 static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_valid_ptr() argument
H A Dmlxfw_mfa2_tlv.h18 mlxfw_mfa2_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, const void *ptr) in mlxfw_mfa2_tlv_get() argument
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_payload_get() argument
[all...]
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() argument
23 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_next() argument
44 mlxfw_mfa2_tlv_advance(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_advance() argument
57 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_find() argument
77 int mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_child_count() argument
[all...]
H A Dmlxfw_fsm.c351 struct mlxfw_mfa2_file *mfa2_file; in mlxfw_firmware_flash() local
306 mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, struct mlxfw_mfa2_file *mfa2_file, bool reactivate_supp, struct netlink_ext_ack *extack) mlxfw_flash_components() argument
[all...]
H A Dmlxfw_mfa2.c95 mlxfw_mfa2_tlv_multi_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_tlv_multi_validate() argument
112 mlxfw_mfa2_file_dev_validate(const struct mlxfw_mfa2_file *mfa2_file, in mlxfw_mfa2_file_dev_validate() argument
185 mlxfw_mfa2_file_comp_validate(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *comp_tlv, u16 comp_idx) mlxfw_mfa2_file_comp_validate() argument
225 mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file) mlxfw_mfa2_file_validate() argument
266 struct mlxfw_mfa2_file *mfa2_file; mlxfw_mfa2_file_init() local
330 mlxfw_mfa2_tlv_dev_get(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, u16 psid_size) mlxfw_mfa2_tlv_dev_get() argument
368 mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, u32 psid_size, u32 *p_count) mlxfw_mfa2_file_component_count() argument
425 mlxfw_mfa2_file_cb_offset_xz(const struct mlxfw_mfa2_file *mfa2_file, off_t off, size_t size, u8 *buf) mlxfw_mfa2_file_cb_offset_xz() argument
471 mlxfw_mfa2_file_component_tlv_get(const struct mlxfw_mfa2_file *mfa2_file, u16 comp_index) mlxfw_mfa2_file_component_tlv_get() argument
503 mlxfw_mfa2_file_component_find(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, int psid_size, int component_index) mlxfw_mfa2_file_component_find() argument
531 mlxfw_mfa2_file_component_get(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, int psid_size, int component_index) mlxfw_mfa2_file_component_get() argument
586 mlxfw_mfa2_file_fini(struct mlxfw_mfa2_file *mfa2_file) mlxfw_mfa2_file_fini() argument
[all...]

Completed in 5 milliseconds