Symbol: ice_nvm_access_cmd
sys/dev/ice/ice_lib.c
10053
struct ice_nvm_access_cmd *cmd;
sys/dev/ice/ice_lib.c
10077
if (ifd_len < sizeof(struct ice_nvm_access_cmd)) {
sys/dev/ice/ice_lib.c
10079
__func__, ifd_len, sizeof(struct ice_nvm_access_cmd));
sys/dev/ice/ice_lib.c
10116
cmd = (struct ice_nvm_access_cmd *)nvm_buffer;
sys/dev/ice/ice_lib.c
10117
data = (union ice_nvm_access_data *)(nvm_buffer + sizeof(struct ice_nvm_access_cmd));
sys/dev/ice/ice_nvm.c
1924
ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.c
1953
u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd)
sys/dev/ice/ice_nvm.c
1964
u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd)
sys/dev/ice/ice_nvm.c
1975
u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd)
sys/dev/ice/ice_nvm.c
1990
ice_validate_nvm_rw_reg(struct ice_nvm_access_cmd *cmd)
sys/dev/ice/ice_nvm.c
2043
ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.c
2076
ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.c
2123
ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.h
100
ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.h
103
ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.h
106
ice_nvm_access_get_features(struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.h
109
ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
sys/dev/ice/ice_nvm.h
96
u32 ice_nvm_access_get_module(struct ice_nvm_access_cmd *cmd);
sys/dev/ice/ice_nvm.h
97
u32 ice_nvm_access_get_flags(struct ice_nvm_access_cmd *cmd);
sys/dev/ice/ice_nvm.h
98
u32 ice_nvm_access_get_adapter(struct ice_nvm_access_cmd *cmd);