Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c338 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL); in tavor_cq_alloc()
339 state->ts_cqhdl[cqc->tr_indx] = cq; in tavor_cq_alloc()
476 state->ts_cqhdl[cqc->tr_indx] = NULL; in tavor_cq_free()
1291 return (state->ts_cqhdl[cqindx]); in tavor_cqhdl_from_cqnum()
H A Dtavor_rsrc.c1273 state->ts_cqhdl = hdl_info.swi_table_ptr; in tavor_rsrc_init_phase2()
1588 hdl_info.swi_table_ptr = state->ts_cqhdl; in tavor_rsrc_fini()
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h508 tavor_cqhdl_t *ts_cqhdl; member