Searched refs:log_cq_size (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/mlx5/ |
D | cq.h | 107 u8 log_cq_size; member
|
D | mlx5_ifc.h | 2434 u8 log_cq_size[0x5]; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 109 wq->log_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create()
|
D | en_main.c | 1082 MLX5_SET(cqc, cqc, log_cq_size, priv->params.log_rq_size); in mlx5e_build_rx_cq_param() 1092 MLX5_SET(cqc, cqc, log_cq_size, priv->params.log_sq_size); in mlx5e_build_tx_cq_param()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 983 MLXSW_ITEM32(cmd_mbox, sw2hw_cq, log_cq_size, 0x00, 0, 4);
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 3003 int log_cq_size = (be32_to_cpu(cqc->logsize_usrpage) >> 24) & 0x1f; in cq_get_mtt_size() local 3006 if (log_cq_size + 5 < page_shift) in cq_get_mtt_size() 3009 return 1 << (log_cq_size + 5 - page_shift); in cq_get_mtt_size()
|