Searched defs:cqc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c67 tavor_rsrc_t *cqc, *rsrc; local
119 status = tavor_rsrc_alloc(state, TAVOR_CQC, 1, sleepflag, &cqc);
143 cq->cq_cqnum = cqc->tr_indx;
315 cq->cq_cqcrsrcp = cqc;
338 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL);
339 state->ts_cqhdl[cqc->tr_indx] = cq;
379 tavor_rsrc_free(state, &cqc);
398 tavor_rsrc_t *cqc, *rsrc; local
418 cqc = cq->cq_cqcrsrcp;
476 state->ts_cqhdl[cqc
[all...]
H A Dtavor_cmd.c2249 tavor_resize_cq_cmd_post(tavor_state_t *state, tavor_hw_cqc_t *cqc, argument
2272 data = ((uint64_t *)cqc)[i];
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c72 hermon_rsrc_t *cqc, *rsrc; local
123 status = hermon_rsrc_alloc(state, HERMON_CQC, 1, sleepflag, &cqc);
143 cq->cq_cqnum = cqc->hr_indx; /* just use index, implicit in Hermon */
336 cq->cq_cqcrsrcp = cqc;
358 hermon_icm_set_num_to_hdl(state, HERMON_CQC, cqc->hr_indx, cq);
399 hermon_rsrc_free(state, &cqc);
415 hermon_rsrc_t *cqc, *rsrc; local
433 cqc = cq->cq_cqcrsrcp;
488 hermon_icm_set_num_to_hdl(state, HERMON_CQC, cqc->hr_indx, NULL);
559 hermon_rsrc_free(state, &cqc);
[all...]
H A Dhermon_cmd.c2699 hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, argument
2720 data = ((uint64_t *)(void *)cqc)[i];
2754 hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, argument
2775 data = ((uint64_t *)(void *)cqc)[i];

Completed in 60 milliseconds