Home
last modified time | relevance | path

Searched defs:log_wq_sz (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c42 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_cyc_create() local
165 u8 log_wq_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create() local
215 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_ll_create() local
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dcq.c675 u8 log_wq_sz = ilog2(cqe_size); in alloc_cq_frag_buf() local
/linux-6.6.21/drivers/vfio/pci/mlx5/
Dcmd.c860 u8 log_wq_sz = ilog2(cqe_size); in alloc_cq_frag_buf() local
/linux-6.6.21/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c291 u8 log_wq_sz = MLX5_VDPA_LOG_CQE_SIZE; in cq_frag_buf_alloc() local
/linux-6.6.21/include/linux/mlx5/
Dmlx5_ifc.h2094 u8 log_wq_sz[0x5]; member