Searched refs:pqp (Results 1 – 1 of 1) sorted by relevance
128 struct mlx4_promisc_qp *pqp; in get_promisc_qp() local135 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() local176 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 …]