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