Searched defs:hclge_vport (Results 1 – 2 of 2) sorted by relevance
1016 struct hclge_vport { struct1017 u16 alloc_tqps; /* Allocated Tx/Rx queues */1019 u8 rss_hash_key[HCLGE_RSS_KEY_SIZE]; /* User configured hash keys */1021 u16 *rss_indirection_tbl;1022 int rss_algo; /* User configured hash algorithm */1024 struct hclge_rss_tuple_cfg rss_tuple_sets;1026 u16 alloc_rss_size;1028 u16 qs_offset;1029 u32 bw_limit; /* VSI BW Limit (0 = disabled) */1030 u8 dwrr;[all …]
8828 int (*sync)(struct hclge_vport *, in hclge_sync_vport_mac_list()8854 int (*unsync)(struct hclge_vport *, in hclge_unsync_vport_mac_list()