Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c1608 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_alloc_pv_bufs() local
1615 tun_qp->ring = kzalloc_objs(struct mlx4_ib_buf, nmbr_bufs); in mlx4_ib_alloc_pv_bufs()
1619 tun_qp->tx_ring = kzalloc_objs(struct mlx4_ib_tun_tx_buf, nmbr_bufs); in mlx4_ib_alloc_pv_bufs()
1634 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_alloc_pv_bufs()
1648 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_alloc_pv_bufs()
1679 i = nmbr_bufs; in mlx4_ib_alloc_pv_bufs()
1700 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_free_pv_qp_bufs() local
1715 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_free_pv_qp_bufs()
1721 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_free_pv_qp_bufs()
1801 const int nmbr_bufs = create_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in create_pv_sqp() local
[all …]