Searched refs:qp0_rsrc (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 2238 tavor_rsrc_t *qp0_rsrc, *qp1_rsrc; in tavor_special_qp_contexts_reserve() local 2251 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp0_rsrc); in tavor_special_qp_contexts_reserve() 2256 state->ts_spec_qp0 = qp0_rsrc; in tavor_special_qp_contexts_reserve() 2266 tavor_rsrc_free(state, &qp0_rsrc); in tavor_special_qp_contexts_reserve()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 3717 hermon_rsrc_t *qp0_rsrc, *qp1_rsrc, *qp_resvd; in hermon_special_qp_contexts_reserve() local 3731 HERMON_SLEEP, &qp0_rsrc); in hermon_special_qp_contexts_reserve() 3736 state->hs_spec_qp0 = qp0_rsrc; in hermon_special_qp_contexts_reserve() 3747 hermon_rsrc_free(state, &qp0_rsrc); in hermon_special_qp_contexts_reserve() 3757 hermon_rsrc_free(state, &qp0_rsrc); in hermon_special_qp_contexts_reserve()
|