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