Home
last modified time | relevance | path

Searched refs:qp2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c421 IOCTL_COMMON_CQ_CREATE_V2 *qp2; in emlxs_mb_cq_create() local
483 qp2 = (IOCTL_COMMON_CQ_CREATE_V2 *) in emlxs_mb_cq_create()
486 qp2->params.request.CQContext.CqeCnt = CQ_ELEMENT_COUNT_1024; in emlxs_mb_cq_create()
487 qp2->params.request.CQContext.CqeSize = CQE_SIZE_16_BYTES; in emlxs_mb_cq_create()
488 qp2->params.request.CQContext.EQId = hba->sli.sli4.cq[num].eqid; in emlxs_mb_cq_create()
489 qp2->params.request.CQContext.Valid = 1; in emlxs_mb_cq_create()
492 qp2->params.request.CQContext.AutoValid = 1; in emlxs_mb_cq_create()
494 qp2->params.request.CQContext.AutoValid = 0; in emlxs_mb_cq_create()
496 qp2->params.request.CQContext.Eventable = 1; in emlxs_mb_cq_create()
497 qp2->params.request.CQContext.NoDelay = 0; in emlxs_mb_cq_create()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1736 ibt_channel_hdl_t qp1, qp2; in rds_randomize_qps() local
1780 IBT_ACHAN_NO_FLAGS, &chanargs, &qp2, in rds_randomize_qps()
1788 (void) ibt_free_channel(qp2); in rds_randomize_qps()