Home
last modified time | relevance | path

Searched refs:module_typeid (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.h91 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length,
H A Dice_nvm.c21 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm() argument
37 if (!read_shadow_ram && module_typeid == ICE_AQC_NVM_START_POINT) in ice_aq_read_nvm()
43 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_read_nvm()
H A Dice_adminq_cmd.h1683 __le16 module_typeid; member