Lines Matching refs:start_bd
83 if (!bd_table->start_bd) { in ep_bd_list_free()
90 bd_table->start_bd, in ep_bd_list_free()
94 bd_table->start_bd, in ep_bd_list_free()
112 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table()
115 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table()
118 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table()
121 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table()
159 bd_table->start_bd = dma_pool_alloc(bdc->bd_table_pool, in ep_bd_list_alloc()
162 if (!bd_table->start_bd) { in ep_bd_list_alloc()
171 index, bd_table->start_bd, in ep_bd_list_alloc()
175 memset(bd_table->start_bd, 0, bd_p_tab * sizeof(struct bdc_bd)); in ep_bd_list_alloc()
373 return (ep->bd_list.bd_table_array[tbi]->start_bd + local_bdi); in bdi_to_bd()