Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c584 ASSERT(state->ts_qphdl[qpc->tr_indx] == NULL); in tavor_qp_alloc()
585 state->ts_qphdl[qpc->tr_indx] = qp; in tavor_qp_alloc()
1008 ASSERT(state->ts_qphdl[qpc->tr_indx + port] == NULL); in tavor_special_qp_alloc()
1009 state->ts_qphdl[qpc->tr_indx + port] = qp; in tavor_special_qp_alloc()
1167 state->ts_qphdl[qpc->tr_indx + port] = NULL; in tavor_qp_free()
1169 state->ts_qphdl[qpc->tr_indx] = NULL; in tavor_qp_free()
1790 return (state->ts_qphdl[qpindx]); in tavor_qphdl_from_qpnum()
H A Dtavor_rsrc.c1394 state->ts_qphdl = hdl_info.swi_table_ptr; in tavor_rsrc_init_phase2()
1553 hdl_info.swi_table_ptr = state->ts_qphdl; in tavor_rsrc_fini()
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h509 tavor_qphdl_t *ts_qphdl; member