Home
last modified time | relevance | path

Searched refs:hw_link (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/crypto/
Dsahara.c219 struct sahara_hw_link *hw_link[SAHARA_MAX_HW_LINK]; member
435 dev_dbg(dev->device, "\tlen = %u\n", dev->hw_link[i]->len); in sahara_dump_links()
436 dev_dbg(dev->device, "\tp = 0x%08x\n", dev->hw_link[i]->p); in sahara_dump_links()
438 dev->hw_link[i]->next); in sahara_dump_links()
505 dev->hw_link[i]->len = sg->length; in sahara_hw_descriptor_create()
506 dev->hw_link[i]->p = sg->dma_address; in sahara_hw_descriptor_create()
508 dev->hw_link[i]->next = 0; in sahara_hw_descriptor_create()
510 dev->hw_link[i]->next = dev->hw_phys_link[i + 1]; in sahara_hw_descriptor_create()
519 dev->hw_link[j]->len = sg->length; in sahara_hw_descriptor_create()
520 dev->hw_link[j]->p = sg->dma_address; in sahara_hw_descriptor_create()
[all …]