Searched refs:module_typeid (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_e610.h | 111 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, 115 s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid); 116 s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
|
| H A D | ixgbe_e610.c | 2111 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm() argument 2125 if (!read_shadow_ram && module_typeid == IXGBE_ACI_NVM_START_POINT) in ixgbe_aci_read_nvm() 2131 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_read_nvm() 2148 s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid) in ixgbe_aci_erase_nvm() argument 2158 status = ixgbe_aci_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ixgbe_aci_erase_nvm() 2167 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_erase_nvm() 2189 s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid, in ixgbe_aci_update_nvm() argument 2209 cmd->module_typeid = IXGBE_CPU_TO_LE16(module_typeid); in ixgbe_aci_update_nvm()
|
| H A D | ixgbe_type_e610.h | 1323 __le16 module_typeid; member
|