Home
last modified time | relevance | path

Searched defs:mlx4_cq (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h177 struct mlx4_cq { struct
189 struct mlx4_cqe *cqe; argument
190 uint32_t flags;
/freebsd/sys/dev/mlx4/
H A Ddevice.h730 struct mlx4_cq { struct
731 void (*comp) (struct mlx4_cq *); argument
732 void (*event) (struct mlx4_cq *, enum mlx4_event); argument
734 struct mlx4_uar *uar;
736 u32 cons_index;
738 u16 irq;
739 __be32 *set_ci_db;
740 __be32 *arm_db;
741 int arm_sn;
743 int cqn;
[all …]