Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dqp.c304 err = mlx4_table_get(dev, &qp_table->qp_table, qpn, gfp); in __mlx4_qp_alloc_icm()
308 err = mlx4_table_get(dev, &qp_table->auxc_table, qpn, gfp); in __mlx4_qp_alloc_icm()
312 err = mlx4_table_get(dev, &qp_table->altc_table, qpn, gfp); in __mlx4_qp_alloc_icm()
316 err = mlx4_table_get(dev, &qp_table->rdmarc_table, qpn, gfp); in __mlx4_qp_alloc_icm()
320 err = mlx4_table_get(dev, &qp_table->cmpt_table, qpn, gfp); in __mlx4_qp_alloc_icm()
Dicm.h74 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj,
Dsrq.c106 err = mlx4_table_get(dev, &srq_table->table, *srqn, GFP_KERNEL); in __mlx4_srq_alloc_icm()
110 err = mlx4_table_get(dev, &srq_table->cmpt_table, *srqn, GFP_KERNEL); in __mlx4_srq_alloc_icm()
Dcq.c221 err = mlx4_table_get(dev, &cq_table->table, *cqn, GFP_KERNEL); in __mlx4_cq_alloc_icm()
225 err = mlx4_table_get(dev, &cq_table->cmpt_table, *cqn, GFP_KERNEL); in __mlx4_cq_alloc_icm()
Dicm.c249 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get() function
361 err = mlx4_table_get(dev, table, i, GFP_KERNEL); in mlx4_table_get_range()
Dmr.c489 return mlx4_table_get(dev, &mr_table->dmpt_table, index, gfp); in __mlx4_mpt_alloc_icm()