Searched refs:cq_mode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/mlx5/
H A Dcq.h171 u8 cq_mode);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c237 u8 cq_mode)
246 MLX5_SET(cqc, cqc, cq_period_mode, cq_mode);
233 mlx5_core_modify_cq_moderation_mode(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count, u8 cq_mode) argument
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h285 enum ecore_rdma_cq_mode cq_mode; member in struct:ecore_roce_params
H A Decore_rdma_api.h330 enum ecore_rdma_cq_mode cq_mode; member in struct:ecore_roce_params
H A Decore_rdma.c667 if (params->roce.cq_mode == ECORE_RDMA_CQ_MODE_32_BITS)
863 if (params->roce.cq_mode == ECORE_RDMA_CQ_MODE_16_BITS)
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2519 uint8_t cq_mode; local
2524 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_EQE;
2527 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_CQE;
2534 cq_mode));
2547 uint8_t cq_mode; local
2554 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_EQE;
2558 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_CQE;
2577 curr.usec, curr.pkts, cq_mode);
2589 cq_mode);
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c788 in_params->roce.cq_mode = ECORE_RDMA_CQ_MODE_32_BITS;

Completed in 174 milliseconds