Home
last modified time | relevance | path

Searched refs:dqp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c157 struct mlx4_promisc_qp *dqp = NULL; in new_steering_entry() local
178 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() local
271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry()
[all …]
/linux/fs/xfs/
H A Dxfs_quota.h133 struct xfs_dquot *dqp, unsigned int field, int64_t delta);
150 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \ argument
151 xfs_trans_mod_dquot((tp), (dqp), (field), (delta))
H A Dxfs_dquot_item.h26 void xfs_qm_dquot_logitem_init(struct xfs_dquot *dqp);
/linux/arch/powerpc/sysdev/
H A Dfsl_rmu.c226 u32 dqp = in_be32(&rmu->msg_regs->odqdpar); in fsl_rio_tx_handler() local
227 int slot = (dqp - rmu->msg_tx_ring.phys) >> 5; in fsl_rio_tx_handler()