Searched refs:cmpt_table (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmlx4.h205 struct mlx4_icm_table cmpt_table; member in struct:mlx4_cq_table
217 struct mlx4_icm_table cmpt_table; member in struct:mlx4_eq_table
227 struct mlx4_icm_table cmpt_table; member in struct:mlx4_srq_table
239 struct mlx4_icm_table cmpt_table; member in struct:mlx4_qp_table
H A Dmain.c204 err = mlx4_init_icm_table(dev, &priv->qp_table.cmpt_table,
213 err = mlx4_init_icm_table(dev, &priv->srq_table.cmpt_table,
222 err = mlx4_init_icm_table(dev, &priv->cq_table.cmpt_table,
231 err = mlx4_init_icm_table(dev, &priv->eq_table.cmpt_table,
245 mlx4_cleanup_icm_table(dev, &priv->cq_table.cmpt_table);
248 mlx4_cleanup_icm_table(dev, &priv->srq_table.cmpt_table);
251 mlx4_cleanup_icm_table(dev, &priv->qp_table.cmpt_table);
426 mlx4_cleanup_icm_table(dev, &priv->eq_table.cmpt_table);
427 mlx4_cleanup_icm_table(dev, &priv->cq_table.cmpt_table);
428 mlx4_cleanup_icm_table(dev, &priv->srq_table.cmpt_table);
[all...]
H A Dqp.c181 err = mlx4_table_get(dev, &qp_table->cmpt_table, qp->qpn);
197 mlx4_table_put(dev, &qp_table->cmpt_table, qp->qpn);
238 mlx4_table_put(dev, &qp_table->cmpt_table, qp->qpn);
H A Dcq.c150 err = mlx4_table_get(dev, &cq_table->cmpt_table, cq->cqn);
197 mlx4_table_put(dev, &cq_table->cmpt_table, cq->cqn);
H A Dsrq.c122 err = mlx4_table_get(dev, &srq_table->cmpt_table, srq->srqn);
168 mlx4_table_put(dev, &srq_table->cmpt_table, srq->srqn);

Completed in 31 milliseconds