Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c229 u8 cq_mode) in mlx5_core_modify_cq_moderation_mode() argument
233 cq_period, cq_max_count, cq_mode, 0)); in mlx5_core_modify_cq_moderation_mode()
239 u16 cq_period, u16 cq_max_count, u8 cq_mode, u8 cq_eqn) in mlx5_core_modify_cq_by_mask() argument
251 MLX5_SET(cqc, cqc, cq_period_mode, cq_mode); in mlx5_core_modify_cq_by_mask()
/freebsd/sys/dev/mlx5/
H A Dcq.h176 u8 cq_mode);
180 u8 cq_mode, u8 cq_eqn);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2558 uint8_t cq_mode; in mlx5e_refresh_sq_params() local
2563 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_EQE; in mlx5e_refresh_sq_params()
2566 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_CQE; in mlx5e_refresh_sq_params()
2573 cq_mode)); in mlx5e_refresh_sq_params()
2586 uint8_t cq_mode; in mlx5e_refresh_rq_params() local
2593 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_EQE; in mlx5e_refresh_rq_params()
2597 cq_mode = MLX5_CQ_PERIOD_MODE_START_FROM_CQE; in mlx5e_refresh_rq_params()
2616 curr.usec, curr.pkts, cq_mode); in mlx5e_refresh_rq_params()
2628 cq_mode); in mlx5e_refresh_rq_params()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h283 enum ecore_rdma_cq_mode cq_mode; member
H A Decore_rdma_api.h328 enum ecore_rdma_cq_mode cq_mode; member
H A Decore_rdma.c665 if (params->roce.cq_mode == ECORE_RDMA_CQ_MODE_32_BITS) in ecore_rdma_init_devinfo()
861 if (params->roce.cq_mode == ECORE_RDMA_CQ_MODE_16_BITS) in ecore_rdma_start_fw()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c781 in_params->roce.cq_mode = ECORE_RDMA_CQ_MODE_32_BITS; in qlnxr_init_hw()