Searched refs:bd_table (Results 1 – 4 of 4) sorted by relevance
56 struct bd_table *bd_table; in ep_bd_list_free() local74 if (!bd_table) { in ep_bd_list_free()85 bd_table->start_bd, in ep_bd_list_free()89 bd_table->start_bd, in ep_bd_list_free()90 bd_table->dma); in ep_bd_list_free()92 kfree(bd_table); in ep_bd_list_free()126 struct bd_table *bd_table; in ep_bd_list_alloc() local150 bd_table = kzalloc(sizeof(*bd_table), GFP_ATOMIC); in ep_bd_list_alloc()151 if (!bd_table) in ep_bd_list_alloc()158 kfree(bd_table); in ep_bd_list_alloc()[all …]
88 struct bd_table *bd_table; in bdc_dbg_bd_list() local104 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list()106 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()107 dma = bd_table->dma + (sizeof(struct bdc_bd) * bdi); in bdc_dbg_bd_list()
289 struct bd_table { struct303 struct bd_table **bd_table_array; argument
262 cbd_t __iomem *bd_table; member1442 chan->txbds = qmc->bd_table + (chan->id * (QMC_NB_TXBDS + QMC_NB_RXBDS)); in qmc_setup_chan()1443 chan->rxbds = qmc->bd_table + (chan->id * (QMC_NB_TXBDS + QMC_NB_RXBDS)) + QMC_NB_TXBDS; in qmc_setup_chan()1936 qmc->bd_table = dmam_alloc_coherent(qmc->dev, qmc->bd_size, in qmc_probe()1938 if (!qmc->bd_table) { in qmc_probe()1942 memset(qmc->bd_table, 0, qmc->bd_size); in qmc_probe()
Completed in 19 milliseconds