Home
last modified time | relevance | path

Searched defs:qed_hw_sriov_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h88 struct qed_hw_sriov_info { struct
89 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 …]