/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.c | 42 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_cyc_create() local 54 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_cyc_create() 61 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, fbc); in mlx5_wq_cyc_create() 165 u8 log_wq_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create() local 176 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_cqwq_create() 185 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, &wq->fbc); in mlx5_cqwq_create() 215 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_ll_create() local 227 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_strid in mlx5_wq_ll_create() [all...] |
H A D | wc.c | 228 MLX5_SET(wq, wq, log_wq_sz, TEST_WC_SQ_LOG_WQ_SZ); in mlx5_wc_create_sq()
|
H A D | en_main.c | 821 wq_size = BIT(MLX5_GET(wq, wqc, log_wq_sz)); in mlx5_rq_shampo_alloc()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | srq_cmd.c | 33 MLX5_SET(wq, wq, log_wq_sz, in->log_size); in set_wq() 61 in->log_size = MLX5_GET(wq, wq, log_wq_sz); in get_wq()
|
H A D | cq.c | 678 u8 log_wq_sz = ilog2(cqe_size); in alloc_cq_frag_buf() local 688 mlx5_init_fbc(frag_buf->frags, log_wq_stride, log_wq_sz, &buf->fbc); in alloc_cq_frag_buf()
|
H A D | qp.c | 1398 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_sq_size)); in create_raw_packet_qp_sq() 1488 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_rq_size)); in create_raw_packet_qp_rq() 5293 MLX5_SET(wq, wq, log_wq_sz, rwq->log_rq_size); in create_rq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.c | 282 MLX5_SET(wq, wq, log_wq_sz, 1); in mlx5_aso_create_sq()
|
/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.c | 1059 u8 log_wq_sz = ilog2(cqe_size); in alloc_cq_frag_buf() local 1067 mlx5_init_fbc(frag_buf->frags, log_wq_stride, log_wq_sz, &buf->fbc); in alloc_cq_frag_buf()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | ptp.c | 656 MLX5_SET(wq, wq, log_wq_sz, params->log_sq_size); in mlx5e_ptp_build_sq_param()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | send.c | 855 MLX5_SET(wq, wq, log_wq_sz, sq_log_buf_sz); in hws_send_ring_open_sq()
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 2330 u8 log_wq_sz[0x5]; member
|