Searched defs:qed_hw_sriov_info (Results 1 – 1 of 1) sorted by relevance
113 struct qed_hw_sriov_info { struct114 int pos; /* capability position */115 int nres; /* number of resources */116 u32 cap; /* SR-IOV Capabilities */117 u16 ctrl; /* SR-IOV Control */118 u16 total_vfs; /* total VFs associated with the PF */119 u16 num_vfs; /* number of vfs that have been started */120 u16 initial_vfs; /* initial VFs associated with the PF */121 u16 nr_virtfn; /* number of VFs available */122 u16 offset; /* first VF Routing ID offset */[all …]