Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h100 struct txgbe_vf_info { struct
101 uint8_t vf_mac_addresses[RTE_ETHER_ADDR_LEN];
102 uint16_t vf_mc_hashes[TXGBE_MAX_VF_MC_ENTRIES];
103 uint16_t num_vf_mc_hashes;
104 bool clear_to_send;
105 uint16_t tx_rate[TXGBE_MAX_QUEUE_NUM_PER_VF];
106 uint16_t vlan_count;
107 uint8_t api_version;
108 uint16_t switch_domain_id;
109 uint16_t xcast_mode;
[all …]