Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c544 ASSERT(state->ts_qphdl[qpc->tr_indx] == NULL); in tavor_qp_alloc()
545 state->ts_qphdl[qpc->tr_indx] = qp; in tavor_qp_alloc()
937 ASSERT(state->ts_qphdl[qpc->tr_indx + port] == NULL); in tavor_special_qp_alloc()
938 state->ts_qphdl[qpc->tr_indx + port] = qp; in tavor_special_qp_alloc()
1083 state->ts_qphdl[qpc->tr_indx + port] = NULL; in tavor_qp_free()
1085 state->ts_qphdl[qpc->tr_indx] = NULL; in tavor_qp_free()
1666 return (state->ts_qphdl[qpindx]); in tavor_qphdl_from_qpnum()
H A Dtavor_rsrc.c1312 state->ts_qphdl = hdl_info.swi_table_ptr; in tavor_rsrc_init_phase2()
1459 hdl_info.swi_table_ptr = state->ts_qphdl; in tavor_rsrc_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h487 tavor_qphdl_t *ts_qphdl; member