Searched defs:ice_pf (Results 1 – 1 of 1) sorted by relevance
319 struct ice_pf { struct320 struct pci_dev *pdev;323 struct msix_entry *msix_entries;324 struct ice_res_tracker *irq_tracker;329 u16 sriov_base_vector;331 struct ice_vsi **vsi; /* VSIs created by the driver */332 struct ice_sw *first_sw; /* first switch created by firmware */334 struct ice_vf *vf;335 int num_alloc_vfs; /* actual number of VFs allocated */336 u16 num_vfs_supported; /* num VFs supported for this PF */[all …]