Home
last modified time | relevance | path

Searched defs:mqp (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_verbs_mcast.c55 struct ipath_mcast_qp *mqp; in ipath_mcast_qp_alloc() local
68 static void ipath_mcast_qp_free(struct ipath_mcast_qp *mqp) in ipath_mcast_qp_free()
165 struct ipath_mcast_qp *mqp) in ipath_mcast_add()
241 struct ipath_mcast_qp *mqp; in ipath_multicast_attach() local
/drivers/infiniband/hw/qib/
Dqib_verbs_mcast.c44 struct qib_mcast_qp *mqp; in qib_mcast_qp_alloc() local
57 static void qib_mcast_qp_free(struct qib_mcast_qp *mqp) in qib_mcast_qp_free()
154 struct qib_mcast *mcast, struct qib_mcast_qp *mqp) in qib_mcast_add()
231 struct qib_mcast_qp *mqp; in qib_multicast_attach() local
/drivers/scsi/arm/
Dmsgqueue.c124 struct msgqueue_entry **mqp; in msgqueue_addmsg() local
/drivers/infiniband/hw/mlx4/
Dmain.c746 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry() local
767 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, in mlx4_ib_add_mc()
805 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach() local
865 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach() local
Dcq.c586 struct mlx4_qp *mqp; in mlx4_ib_poll_one() local
Dqp.c110 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp()
1060 struct mlx4_ib_qp *mqp = to_mqp(qp); in mlx4_ib_destroy_qp() local
Dmlx4_ib.h237 struct mlx4_qp mqp; member
560 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp()