Searched defs:hclge_vport (Results 1 – 2 of 2) sorted by relevance
901 struct hclge_vport { struct902 u16 alloc_tqps; /* Allocated Tx/Rx queues */904 u8 rss_hash_key[HCLGE_RSS_KEY_SIZE]; /* User configured hash keys */906 u8 rss_indirection_tbl[HCLGE_RSS_IND_TBL_SIZE];907 int rss_algo; /* User configured hash algorithm */909 struct hclge_rss_tuple_cfg rss_tuple_sets;911 u16 alloc_rss_size;913 u16 qs_offset;914 u32 bw_limit; /* VSI BW Limit (0 = disabled) */915 u8 dwrr;[all …]
7745 int (*sync)(struct hclge_vport *, in hclge_sync_vport_mac_list()7771 int (*unsync)(struct hclge_vport *, in hclge_unsync_vport_mac_list()