Searched defs:qed_hw_sriov_info (Results 1 – 1 of 1) sorted by relevance
87 struct qed_hw_sriov_info { struct88 int pos; /* capability position */89 int nres; /* number of resources */90 u32 cap; /* SR-IOV Capabilities */91 u16 ctrl; /* SR-IOV Control */92 u16 total_vfs; /* total VFs associated with the PF */93 u16 num_vfs; /* number of vfs that have been started */94 u16 initial_vfs; /* initial VFs associated with the PF */95 u16 nr_virtfn; /* number of VFs available */96 u16 offset; /* first VF Routing ID offset */[all …]