struct vfdi_status - Status provided by PF driver to VF driver : A generation count DMA'd to VF before the rest of the structure. : A generation count DMA'd to VF after the rest of the structure.
- Version
- : Version of this structure; currently set to 1. Later versions must either be layout-compatible or only be sent to VFs that specifically request them. : Total length of this structure including embedded tables : log2 the number of VIs available on this VF. This quantity is used by the hardware for register decoding. : The maximum number of transmit queues the VF can use. : The number of receive queues present in the shared RSS indirection table. : Total number of peers in the complete peer list. If larger than ARRAY_SIZE(peers), then the VF must provide sufficient additional pages each of which is filled with vfdi_endpoint structures. : The MAC address and outer VLAN tag of this VF : Table of peer addresses. The fields in these structures are currently unused and must be ignored. Additional peers are written into any additional pages provided by the VF. : Timer quantum (nominal period between timer ticks) for interrupt moderation timers, in nanoseconds. This member is only present if is sufficiently large.
Definition at line 237 of file vfdi.h.