Searched refs:prev_table (Results 1 – 1 of 1) sorted by relevance
107 static inline void chain_table(struct bd_table *prev_table, in chain_table() argument112 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()128 struct bd_table *prev_table = NULL; in ep_bd_list_alloc() local170 (unsigned long long)bd_table->dma, prev_table); in ep_bd_list_alloc()174 if (prev_table) in ep_bd_list_alloc()175 chain_table(prev_table, bd_table, bd_p_tab); in ep_bd_list_alloc()177 prev_table = bd_table; in ep_bd_list_alloc()[all …]