Searched refs:qp (Results 351 - 375 of 380) sorted by relevance

<<111213141516

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1271 __be32 *qp = &cmd.iq0_to_iq2; local
1312 *qp++ = cpu_to_be32(FW_RSS_IND_TBL_CMD_IQ0_V(qbuf[0]) |
/linux-master/fs/gfs2/
H A Dquota.c826 static int gfs2_write_disk_quota(struct gfs2_sbd *sdp, struct gfs2_quota *qp, argument
843 ptr = qp;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c538 be32_to_cpu(eqe->event.qp.qpn)
553 mlx4_qp_event(dev, be32_to_cpu(eqe->event.qp.qpn) &
H A Den_tx.c37 #include <linux/mlx4/qp.h>
111 en_err(priv, "failed reserving qp for TX ring\n");
117 en_err(priv, "Failed allocating qp %d\n", ring->qpn);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h16 struct rxe_qp *qp; /* qp that owns packet */ member in struct:rxe_pkt_info
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c8 #include <linux/mlx5/qp.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c893 ring->cq->mcq.cqn, ring->qp->qpn);
/linux-master/net/smc/
H A Dsmc_ib.c643 port_idx = ibevent->element.qp->port - 1;
H A Dsmc_llc.c2087 struct smc_link *link = (struct smc_link *)wc->qp->qp_context;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h41 #include <linux/mlx5/qp.h>
H A Dmain.c44 #include <linux/mlx5/qp.h>
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c41 #include "qp.h"
1720 int mlx5_ib_enable_lb(struct mlx5_ib_dev *dev, bool td, bool qp) argument
1727 if (qp)
1743 void mlx5_ib_disable_lb(struct mlx5_ib_dev *dev, bool td, bool qp) argument
1748 if (qp)
2563 /* Go over qp list reside on that ibdev, sync with create/destroy qp.*/
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c3927 struct qla_qpair *qp = sp->qpair; local
3934 spin_lock_irqsave(qp->qp_lock_ptr, flags);
3937 spin_unlock_irqrestore(qp->qp_lock_ptr, flags);
4042 qla2x00_start_iocbs(vha, qp->req);
4046 spin_unlock_irqrestore(qp->qp_lock_ptr, flags);
H A Dqla_edif.c2065 qla_els_reject_iocb(scsi_qla_host_t *vha, struct qla_qpair *qp, argument
2070 els_iocb = __qla2x00_alloc_iocbs(qp, NULL);
2086 qla2x00_start_iocbs(vha, qp->req);
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcq.c425 WARN_ONCE(1, "Unexpected DRAIN CQE qp id %u!\n", wq->sq.qid);
770 wc->qp = &qhp->ibqp;
1181 /* locking heirarchy: cq lock first, then qp lock. */
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1651 struct lpfc_queue *qp = NULL; local
1682 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
1683 pring = qp->pring;
H A Dlpfc_attr.c1378 struct lpfc_queue *qp = NULL; local
1423 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
1424 pring = qp->pring;
H A Dlpfc_hbadisc.c5108 struct lpfc_queue *qp = NULL; local
5111 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
5112 pring = qp->pring;
/linux-master/drivers/infiniband/core/
H A Duser_mad.c571 ah = rdma_create_user_ah(agent->qp->pd, &ah_attr, NULL);
H A Dsa_query.c2095 new_ah->ah = rdma_create_ah(port->agent->qp->pd, &ah_attr,
H A Dcm.c294 ah = rdma_create_ah(mad_agent->qp->pd, &cm_id_priv->av.ah_attr, 0);
376 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c5 #include <linux/mlx5/qp.h>
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1908 MTHCA_PUT(inbox, in_wc->qp->qp_num, MAD_IFC_MY_QPN_OFFSET);
/linux-master/include/trace/events/
H A Drpcrdma.h1496 DEFINE_ACCEPT_EVENT(qp); variable
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c14 #include "qp.h"
244 qp0 = rcu_dereference(ibp->rvp.qp[0]);
264 qp0 = rcu_dereference(ibp->rvp.qp[0]);

Completed in 487 milliseconds

<<111213141516