aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice/ice_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ice/ice_lib.h')
-rw-r--r--sys/dev/ice/ice_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ice/ice_lib.h b/sys/dev/ice/ice_lib.h
index b6b23ec82161..308b2bda2790 100644
--- a/sys/dev/ice/ice_lib.h
+++ b/sys/dev/ice/ice_lib.h
@@ -611,6 +611,10 @@ struct ice_vsi {
u16 mirror_src_vsi;
u16 rule_mir_ingress;
u16 rule_mir_egress;
+
+#ifdef PCI_IOV
+ u8 vf_num; /* Index of owning VF, if applicable */
+#endif
};
/**