Searched refs:cdd (Results 1 – 2 of 2) sorted by relevance
88 struct cppi41_dd *cdd; member254 static struct cppi41_channel *desc_to_chan(struct cppi41_dd *cdd, u32 desc) in desc_to_chan() argument262 if (!((desc >= cdd->descs_phys) && in desc_to_chan()263 (desc < (cdd->descs_phys + descs_size)))) { in desc_to_chan()267 desc_num = (desc - cdd->descs_phys) / sizeof(struct cppi41_desc); in desc_to_chan()269 c = cdd->chan_busy[desc_num]; in desc_to_chan()270 cdd->chan_busy[desc_num] = NULL; in desc_to_chan()273 pm_runtime_put(cdd->ddev.dev); in desc_to_chan()293 static u32 cppi41_pop_desc(struct cppi41_dd *cdd, unsigned queue_num) in cppi41_pop_desc() argument297 desc = cppi_readl(cdd->qmgr_mem + QMGR_QUEUE_D(queue_num)); in cppi41_pop_desc()[all …]
113 * - ``cdd.log``140 $ devlink region new pci/0000:02:00.0/cdd.log142 $ devlink region dump pci/0000:02:00.0/cdd.log snapshot 2144 $ devlink region del pci/0000:02:00.0/cdd.log snapshot 2