Searched refs:cqc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 67 tavor_rsrc_t *cqc, *rsrc; in tavor_cq_alloc() local 114 status = tavor_rsrc_alloc(state, TAVOR_CQC, 1, sleepflag, &cqc); in tavor_cq_alloc() 134 cq->cq_cqnum = cqc->tr_indx; in tavor_cq_alloc() 294 cq->cq_cqcrsrcp = cqc; in tavor_cq_alloc() 317 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL); in tavor_cq_alloc() 318 state->ts_cqhdl[cqc->tr_indx] = cq; in tavor_cq_alloc() 357 tavor_rsrc_free(state, &cqc); in tavor_cq_alloc() 373 tavor_rsrc_t *cqc, *rsrc; in tavor_cq_free() local 391 cqc = cq->cq_cqcrsrcp; in tavor_cq_free() 444 state->ts_cqhdl[cqc->tr_indx] = NULL; in tavor_cq_free() [all …]
|
H A D | tavor_cmd.c | 1993 tavor_resize_cq_cmd_post(tavor_state_t *state, tavor_hw_cqc_t *cqc, in tavor_resize_cq_cmd_post() argument 2012 data = ((uint64_t *)cqc)[i]; in tavor_resize_cq_cmd_post()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 72 hermon_rsrc_t *cqc, *rsrc; in hermon_cq_alloc() local 123 status = hermon_rsrc_alloc(state, HERMON_CQC, 1, sleepflag, &cqc); in hermon_cq_alloc() 143 cq->cq_cqnum = cqc->hr_indx; /* just use index, implicit in Hermon */ in hermon_cq_alloc() 336 cq->cq_cqcrsrcp = cqc; in hermon_cq_alloc() 358 hermon_icm_set_num_to_hdl(state, HERMON_CQC, cqc->hr_indx, cq); in hermon_cq_alloc() 399 hermon_rsrc_free(state, &cqc); in hermon_cq_alloc() 415 hermon_rsrc_t *cqc, *rsrc; in hermon_cq_free() local 433 cqc = cq->cq_cqcrsrcp; in hermon_cq_free() 488 hermon_icm_set_num_to_hdl(state, HERMON_CQC, cqc->hr_indx, NULL); in hermon_cq_free() 559 hermon_rsrc_free(state, &cqc); in hermon_cq_free()
|
H A D | hermon_cmd.c | 2699 hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, in hermon_resize_cq_cmd_post() argument 2720 data = ((uint64_t *)(void *)cqc)[i]; in hermon_resize_cq_cmd_post() 2754 hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, in hermon_modify_cq_cmd_post() argument 2775 data = ((uint64_t *)(void *)cqc)[i]; in hermon_modify_cq_cmd_post()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 800 int hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, 802 int hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc,
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 716 int tavor_resize_cq_cmd_post(tavor_state_t *state, tavor_hw_cqc_t *cqc,
|