Searched defs:mlx4_en_cq (Results 1 – 1 of 1) sorted by relevance
354 struct mlx4_en_cq { struct355 struct mlx4_cq mcq;356 struct mlx4_hwq_resources wqres;357 int ring;358 struct net_device *dev;359 union {363 int size;364 int buf_size;365 int vector;366 enum cq_type type;[all …]