Searched refs:MLX5_GET_PR (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 309 gen->max_srq_wqes = 1 << MLX5_GET_PR(cmd_hca_cap, out, log_max_srq_sz); in fw2drv_caps() 310 gen->max_wqes = 1 << MLX5_GET_PR(cmd_hca_cap, out, log_max_qp_sz); in fw2drv_caps() 311 gen->log_max_qp = MLX5_GET_PR(cmd_hca_cap, out, log_max_qp); in fw2drv_caps() 312 gen->log_max_strq = MLX5_GET_PR(cmd_hca_cap, out, log_max_strq_sz); in fw2drv_caps() 313 gen->log_max_srq = MLX5_GET_PR(cmd_hca_cap, out, log_max_srqs); in fw2drv_caps() 314 gen->max_cqes = 1 << MLX5_GET_PR(cmd_hca_cap, out, log_max_cq_sz); in fw2drv_caps() 315 gen->log_max_cq = MLX5_GET_PR(cmd_hca_cap, out, log_max_cq); in fw2drv_caps() 316 gen->max_eqes = 1 << MLX5_GET_PR(cmd_hca_cap, out, log_max_eq_sz); in fw2drv_caps() 317 gen->log_max_mkey = MLX5_GET_PR(cmd_hca_cap, out, log_max_mkey); in fw2drv_caps() 318 gen->log_max_eq = MLX5_GET_PR(cmd_hca_cap, out, log_max_eq); in fw2drv_caps() [all …]
|
/linux-4.1.27/include/linux/mlx5/ |
D | device.h | 77 #define MLX5_GET_PR(typ, p, fld) ({ \ macro
|