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