Searched refs:ice_nvm_access_cmd (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.h | 57 struct ice_nvm_access_cmd { struct 70 u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd); argument 71 u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd); 72 u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd); 74 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, 77 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, 80 ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd, 83 ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
|
| H A D | ice_nvm.c | 1119 ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd, in ice_nvm_access_get_features() 1148 u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_module() 1159 u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_flags() 1170 u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd) in ice_nvm_access_get_adapter() 1185 ice_validate_nvm_rw_reg(struct ice_nvm_access_cmd *cmd) in ice_validate_nvm_rw_reg() 1238 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_nvm_access_read() 1271 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_nvm_access_write() 1315 ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, in ice_handle_nvm_access()
|