Searched defs:mlx4_en_cq (Results 1 – 1 of 1) sorted by relevance
335 struct mlx4_en_cq { struct336 struct mlx4_cq mcq;337 struct mlx4_hwq_resources wqres;338 int ring;339 struct net_device *dev;340 struct napi_struct napi;341 int size;342 int buf_size;343 int vector;344 enum cq_type is_tx;[all …]