Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_type.h587 struct fm10k_vf_info { struct
592 struct fm10k_mbx_info mbx; /* PF side of VF mailbox */
593 int rate; /* Tx BW cap as defined by OS */
594 u16 glort; /* resource tag for this VF */
595 u16 sw_vid; /* Switch API assigned VLAN */
596 u16 pf_vid; /* PF assigned Default VLAN */
597 u8 mac[ETH_ALEN]; /* PF Default MAC address */
598 u8 vsi; /* VSI identifier */
599 u8 vf_idx; /* which VF this is */
600 u8 vf_flags; /* flags indicating what modes
Dfm10k_vf.c564 struct fm10k_info fm10k_vf_info = { variable