Lines Matching refs:dev_caps
13 struct ixgbe_hw_dev_caps dev_caps; member
45 ctx->dev_caps.common_cap.nvm_update_pending_orom) in ixgbe_info_orom_ver()
79 ctx->dev_caps.common_cap.nvm_update_pending_nvm) in ixgbe_info_eetrack()
122 ctx->dev_caps.common_cap.nvm_update_pending_nvm) in ixgbe_info_fw_srev()
135 ctx->dev_caps.common_cap.nvm_update_pending_orom) in ixgbe_info_orom_srev()
148 ctx->dev_caps.common_cap.nvm_update_pending_nvm) in ixgbe_info_nvm_ver()
161 ctx->dev_caps.common_cap.nvm_update_pending_netlist) in ixgbe_info_netlist_ver()
178 ctx->dev_caps.common_cap.nvm_update_pending_netlist) in ixgbe_info_netlist_build()
191 err = ixgbe_discover_dev_caps(hw, &ctx->dev_caps); in ixgbe_set_ctx_dev_caps()
198 pending_orom = &ctx->dev_caps.common_cap.nvm_update_pending_orom; in ixgbe_set_ctx_dev_caps()
199 pending_nvm = &ctx->dev_caps.common_cap.nvm_update_pending_nvm; in ixgbe_set_ctx_dev_caps()
200 pending_netlist = &ctx->dev_caps.common_cap.nvm_update_pending_netlist; in ixgbe_set_ctx_dev_caps()