diff options
| author | Krzysztof Galazka <krzysztof.galazka@intel.com> | 2025-01-15 23:21:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-07-18 19:16:16 +0000 |
| commit | bc761988b724587fe9ed5b99858b05ef842243ac (patch) | |
| tree | 250c8ec23cf1e84a4f1819757663730115f7a46d /sys/dev/ice/ice_lib.h | |
| parent | 7986051313507636e7bd971e9db03dce8d723e32 (diff) | |
Diffstat (limited to 'sys/dev/ice/ice_lib.h')
| -rw-r--r-- | sys/dev/ice/ice_lib.h | 4 |
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 }; /** |
