Searched refs:bd_table (Results 1 – 3 of 3) sorted by relevance
61 struct bd_table *bd_table; in ep_bd_list_free() local77 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free()78 dev_dbg(bdc->dev, "bd_table:%p index:%d\n", bd_table, index); in ep_bd_list_free()79 if (!bd_table) { in ep_bd_list_free()83 if (!bd_table->start_bd) { in ep_bd_list_free()90 bd_table->start_bd, in ep_bd_list_free()91 (unsigned long long)bd_table->dma); in ep_bd_list_free()94 bd_table->start_bd, in ep_bd_list_free()95 bd_table->dma); in ep_bd_list_free()97 kfree(bd_table); in ep_bd_list_free()[all …]
93 struct bd_table *bd_table; in bdc_dbg_bd_list() local109 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list()111 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()112 dma = bd_table->dma + (sizeof(struct bdc_bd) * bdi); in bdc_dbg_bd_list()
294 struct bd_table { struct308 struct bd_table **bd_table_array; argument