Home
last modified time | relevance | path

Searched refs:pqp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c128 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 in new_steering_entry()
245 struct mlx4_promisc_qp *pqp; existing_steering_entry() local
393 struct mlx4_promisc_qp *pqp, *tmp_pqp; can_remove_steering_entry() local
425 struct mlx4_promisc_qp *pqp; add_promisc_qp() local
556 struct mlx4_promisc_qp *pqp; remove_promisc_qp() local
[all...]
H A Dmain.c3143 struct mlx4_promisc_qp *pqp, *tmp_pqp; in mlx4_clear_steering() local
3149 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering()
3152 list_del(&pqp->list); in mlx4_clear_steering()
3153 kfree(pqp); in mlx4_clear_steering()
3159 list_for_each_entry_safe(pqp, tmp_pqp, in mlx4_clear_steering()
3162 list_del(&pqp->list); in mlx4_clear_steering()
3163 kfree(pqp); in mlx4_clear_steering()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c128 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 in new_steering_entry()
245 struct mlx4_promisc_qp *pqp; existing_steering_entry() local
393 struct mlx4_promisc_qp *pqp, *tmp_pqp; can_remove_steering_entry() local
425 struct mlx4_promisc_qp *pqp; add_promisc_qp() local
556 struct mlx4_promisc_qp *pqp; remove_promisc_qp() local
[all...]
H A Dmain.c3201 struct mlx4_promisc_qp *pqp, *tmp_pqp; in mlx4_clear_steering() local
3207 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()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c2737 struct rvt_qp *pqp = iter->qp; in __must_hold() local
2756 if (pqp) { in __must_hold()
2757 qp = rcu_dereference(pqp->next); in __must_hold()
2772 pqp = qp; in __must_hold()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c2686 struct rvt_qp *pqp = iter->qp; in __must_hold() local
2705 if (pqp) { in __must_hold()
2706 qp = rcu_dereference(pqp->next); in __must_hold()
2721 pqp = qp; in __must_hold()

Completed in 19 milliseconds