Home
last modified time | relevance | path

Searched refs:ts_cqhdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c317 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL); in tavor_cq_alloc()
318 state->ts_cqhdl[cqc->tr_indx] = cq; in tavor_cq_alloc()
444 state->ts_cqhdl[cqc->tr_indx] = NULL; in tavor_cq_free()
1190 return (state->ts_cqhdl[cqindx]); in tavor_cqhdl_from_cqnum()
H A Dtavor_rsrc.c1197 state->ts_cqhdl = hdl_info.swi_table_ptr; in tavor_rsrc_init_phase2()
1494 hdl_info.swi_table_ptr = state->ts_cqhdl; in tavor_rsrc_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h486 tavor_cqhdl_t *ts_cqhdl; member