Searched refs:ts_qphdl (Results 1 – 3 of 3) sorted by relevance
544 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()
1312 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()
487 tavor_qphdl_t *ts_qphdl; member