Lines Matching refs:tbi
226 int tbi, bdi; in bd_add_to_bdi() local
236 for (tbi = 0; tbi < bd_list->num_tabs; tbi++) { in bd_add_to_bdi()
237 bd_table = bd_list->bd_table_array[tbi]; in bd_add_to_bdi()
258 return (bdi + (tbi * bd_list->num_bds_table)); in bd_add_to_bdi()
264 int tbi; in bdi_to_tbi() local
266 tbi = bdi / ep->bd_list.num_bds_table; in bdi_to_tbi()
269 bdi, ep->bd_list.num_bds_table, tbi); in bdi_to_tbi()
271 return tbi; in bdi_to_tbi()
363 int tbi = bdi_to_tbi(ep, bdi); in bdi_to_bd() local
366 local_bdi = bdi - (tbi * ep->bd_list.num_bds_table); in bdi_to_bd()
371 return (ep->bd_list.bd_table_array[tbi]->start_bd + local_bdi); in bdi_to_bd()
742 int start_bdi, end_bdi, tbi, eqp_bdi, curr_hw_dqpi; in ep_dequeue() local
826 tbi = bdi_to_tbi(ep, req->bd_xfr.next_hwd_bdi); in ep_dequeue()
827 table = ep->bd_list.bd_table_array[tbi]; in ep_dequeue()
830 tbi * ep->bd_list.num_bds_table); in ep_dequeue()