Lines Matching refs:dev_caps
388 if (hw->dev_caps.common_cap.reset_restrict_support) in ixgbe_switch_flash_banks()
515 struct ixgbe_hw_dev_caps *dev_caps; in ixgbe_get_pending_updates() local
519 dev_caps = kzalloc(sizeof(*dev_caps), GFP_KERNEL); in ixgbe_get_pending_updates()
520 if (!dev_caps) in ixgbe_get_pending_updates()
523 err = ixgbe_discover_dev_caps(hw, dev_caps); in ixgbe_get_pending_updates()
527 kfree(dev_caps); in ixgbe_get_pending_updates()
533 if (dev_caps->common_cap.nvm_update_pending_nvm) in ixgbe_get_pending_updates()
536 if (dev_caps->common_cap.nvm_update_pending_orom) in ixgbe_get_pending_updates()
539 if (dev_caps->common_cap.nvm_update_pending_netlist) in ixgbe_get_pending_updates()
542 kfree(dev_caps); in ixgbe_get_pending_updates()
666 if (!hw->dev_caps.common_cap.nvm_unified_update && in ixgbe_flash_pldm_image()