Searched refs:dqp (Results 1 – 1 of 1) sorted by relevance
157 struct mlx4_promisc_qp *dqp = NULL; in new_steering_entry() local178 dqp = kmalloc(sizeof(*dqp), GFP_KERNEL); in new_steering_entry()179 if (!dqp) { in new_steering_entry()183 dqp->qpn = qpn; in new_steering_entry()184 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry()229 if (dqp) { in new_steering_entry()230 list_del(&dqp->list); in new_steering_entry()231 kfree(dqp); in new_steering_entry()246 struct mlx4_promisc_qp *dqp; in existing_steering_entry() local271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry()[all …]