Searched refs:pqp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/ofed/drivers/net/mlx4/ |
| D | mcg.c | 128 struct mlx4_promisc_qp *pqp; in get_promisc_qp() local 135 list_for_each_entry(pqp, &s_steer->promisc_qps[steer], list) { in get_promisc_qp() 136 if (pqp->qpn == qpn) in get_promisc_qp() 137 return pqp; in get_promisc_qp() 156 struct mlx4_promisc_qp *pqp; in new_steering_entry() local 176 pqp = get_promisc_qp(dev, port, steer, qpn); in new_steering_entry() 177 if (pqp) { in new_steering_entry() 207 list_for_each_entry(pqp, &s_steer->promisc_qps[steer], list) { in new_steering_entry() 209 if (pqp->qpn == qpn) in new_steering_entry() 218 mgm->qp[members_count++] = cpu_to_be32(pqp->qpn & MGM_QPN_MASK); in new_steering_entry() [all …]
|
| D | main.c | 3141 struct mlx4_promisc_qp *pqp, *tmp_pqp; in mlx4_clear_steering() local 3147 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering() 3150 list_del(&pqp->list); in mlx4_clear_steering() 3151 kfree(pqp); in mlx4_clear_steering() 3157 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering() 3160 list_del(&pqp->list); in mlx4_clear_steering() 3161 kfree(pqp); in mlx4_clear_steering()
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | qp.c | 614 static int init_qpg_parent(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *pqp, in init_qpg_parent() argument 643 if(pqp->flags & MLX4_IB_QP_NETIF) in init_qpg_parent() 679 qpg_data->qpg_parent = pqp; in init_qpg_parent() 684 pqp->qpg_data = qpg_data; in init_qpg_parent() 697 if(pqp->flags & MLX4_IB_QP_NETIF) in init_qpg_parent() 707 static void free_qpg_parent(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *pqp) in free_qpg_parent() argument 709 struct mlx4_ib_qpg_data *qpg_data = pqp->qpg_data; in free_qpg_parent() 716 if(pqp->flags & MLX4_IB_QP_NETIF) in free_qpg_parent() 732 struct mlx4_ib_qp *pqp, int *qpn) in alloc_qpg_qpn() argument 768 pqp->qpg_data = qpg_data; in alloc_qpg_qpn()
|