Home
last modified time | relevance | path

Searched refs:qp (Results 201 – 225 of 262) sorted by relevance

1234567891011

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h416 struct ib_qp *qp; member
442 struct mlx4_ib_demux_pv_qp qp[2]; member
762 int mlx4_ib_destroy_qp(struct ib_qp *qp, struct ib_udata *udata);
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c147 rc = ib_post_send(ssk->qp, &tx_wr, &bad_wr); in sdp_post_send()
406 rc = ib_post_send(ssk->qp, &wr, &bad_wr); in sdp_post_keepalive()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c104 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
H A Dib_uverbs_main.c165 void ib_uverbs_detach_umcast(struct ib_qp *qp, in ib_uverbs_detach_umcast() argument
171 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
441 if (!event->element.qp->uobject) in ib_uverbs_qp_event_handler()
444 uverbs_uobj_event(&event->element.qp->uobject->uevent, event); in ib_uverbs_qp_event_handler()
H A Duverbs.h244 void ib_uverbs_detach_umcast(struct ib_qp *qp,
/freebsd/sys/dev/cxgbe/
H A Doffload.h194 struct t4_range qp; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1366 uint64_t qp = dividend / v[n-1]; in KnuthDiv() local
1368 if (qp == b || qp*v[n-2] > b*rp + u[j+n-2]) { in KnuthDiv()
1369 qp--; in KnuthDiv()
1371 if (rp < b && (qp == b || qp*v[n-2] > b*rp + u[j+n-2])) in KnuthDiv()
1372 qp--; in KnuthDiv()
1374 DEBUG_KNUTH(dbgs() << "KnuthDiv: qp == " << qp << ", rp == " << rp << '\n'); in KnuthDiv()
1386 uint64_t p = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv()
1402 q[j] = Lo_32(qp); in KnuthDiv()
/freebsd/contrib/ofed/libibmad/
H A Dmad.h310 uint32_t qp; member
1538 static inline int ib_portid_set(ib_portid_t * portid, int lid, int qp, int qkey) in ib_portid_set() argument
1541 portid->qp = qp; in ib_portid_set()
/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma.h126 struct ibv_qp *qp; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h824 struct c4iw_qp *qp; member
933 void c4iw_qp_add_ref(struct ib_qp *qp);
934 void c4iw_qp_rem_ref(struct ib_qp *qp);
H A Dprovider.c311 props->max_qp = sc->vres.qp.size / 2; in c4iw_query_device()
319 props->max_cq = sc->vres.qp.size; in c4iw_query_device()
H A Dev.c148 event.element.qp = &qhp->ibqp; in post_qp_event()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.c67 handle->dport.qp = 1; in sa_get_handle()
/freebsd/sys/dev/iser/
H A Dicl_iser.h411 struct ib_qp *qp; member
H A Diser_memory.c195 ret = ib_post_send(ib_conn->qp, wr, &bad_wr); in iser_fast_reg_mr()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c349 ib_net32_t qp = IB_QP1; in get_qp() local
352 mon_node->port[port].redirection && mon_node->port[port].qp) in get_qp()
353 qp = mon_node->port[port].qp; in get_qp()
355 return qp; in get_qp()
1647 p_mon_node->port[port].qp = cpi->redir_qp; in handle_redirect()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h615 __be32 qp[MLX4_MAX_QP_PER_MGM]; member
1300 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1302 int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1305 int mlx4_trans_to_dmfs_attach(struct mlx4_dev *dev, struct mlx4_qp *qp,
/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c394 INC_STAT(qp); in create_qp_v0()
547 INC_STAT(qp); in create_qp()
712 struct c4iw_qp *qhp = to_c4iw_qp(event->element.qp); in c4iw_async_event()
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c149 register struct jobqueue *q, **qp; in printjob() local
262 for (qp = queue; nitems--; free((char *) q)) { in printjob()
263 q = *qp++; in printjob()
289 q = *qp++; in printjob()
/freebsd/contrib/ofed/libibnetdisc/
H A Dquery_smp.c154 portid->qp = 0; in issue_smp()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h294 struct mlx4_qp qp; member
843 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event);
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd, in update_sm_ah()
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dperlopt.tpl28 (define qp (lambda (s) (string-append "q{" s "}")))
/freebsd/sys/dev/irdma/
H A Dirdma_cm.h445 void irdma_lpb_nop(struct irdma_sc_qp *qp);
/freebsd/secure/caroot/trusted/
H A DDigiCert_Assured_ID_Root_CA.pem87 AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB

1234567891011