Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.h46 struct ice_nvm_access_cmd { struct
72 u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd); argument
73 u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd);
74 u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd);
76 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
79 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
82 ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd,
85 ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
H A Dice_nvm.c952 ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd, in ice_nvm_access_get_features()
981 u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_module()
992 u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_flags()
1003 u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_adapter()
1018 ice_validate_nvm_rw_reg(struct ice_nvm_access_cmd *cmd) in ice_validate_nvm_rw_reg()
1070 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_nvm_access_read()
1103 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_nvm_access_write()
1147 ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_handle_nvm_access()