Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmad.c1605 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_alloc_pv_bufs() local
1612 tun_qp->ring = kcalloc(nmbr_bufs, in mlx4_ib_alloc_pv_bufs()
1618 tun_qp->tx_ring = kcalloc(nmbr_bufs, in mlx4_ib_alloc_pv_bufs()
1635 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_alloc_pv_bufs()
1649 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_alloc_pv_bufs()
1680 i = nmbr_bufs; in mlx4_ib_alloc_pv_bufs()
1701 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_free_pv_qp_bufs() local
1716 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_free_pv_qp_bufs()
1722 for (i = 0; i < nmbr_bufs; i++) { in mlx4_ib_free_pv_qp_bufs()
1802 const int nmbr_bufs = create_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in create_pv_sqp() local
[all …]