Searched refs:pqp (Results 1 – 3 of 3) sorted by relevance
136 if (pqp->qpn == qpn) in get_promisc_qp()137 return pqp; in get_promisc_qp()177 if (pqp) { in new_steering_entry()209 if (pqp->qpn == qpn) in new_steering_entry()254 if (!pqp) in existing_steering_entry()403 kfree(pqp); in can_remove_steering_entry()446 pqp = kmalloc(sizeof(*pqp), GFP_KERNEL); in add_promisc_qp()447 if (!pqp) { in add_promisc_qp()451 pqp->qpn = qpn; in add_promisc_qp()542 kfree(pqp); in add_promisc_qp()[all …]
3201 struct mlx4_promisc_qp *pqp, *tmp_pqp; in mlx4_clear_steering() local3207 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering()3210 list_del(&pqp->list); in mlx4_clear_steering()3211 kfree(pqp); in mlx4_clear_steering()3217 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering()3220 list_del(&pqp->list); in mlx4_clear_steering()3221 kfree(pqp); in mlx4_clear_steering()
2686 struct rvt_qp *pqp = iter->qp; in rvt_qp_iter_next() local2705 if (pqp) { in rvt_qp_iter_next()2706 qp = rcu_dereference(pqp->next); in rvt_qp_iter_next()2721 pqp = qp; in rvt_qp_iter_next()