Searched defs:mlx5e_decap_entry (Results 1 – 1 of 1) sorted by relevance
180 struct mlx5e_decap_entry { struct181 struct mlx5e_decap_key key;182 struct list_head flows;183 struct hlist_node hlist;184 refcount_t refcnt;185 struct completion res_ready;186 int compl_result;187 struct mlx5_pkt_reformat *pkt_reformat;188 struct rcu_head rcu;
Completed in 4 milliseconds