Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dsahara.c220 struct sahara_hw_link *hw_link[SAHARA_MAX_HW_LINK]; member
436 dev_dbg(dev->device, "\tlen = %u\n", dev->hw_link[i]->len); in sahara_dump_links()
437 dev_dbg(dev->device, "\tp = 0x%08x\n", dev->hw_link[i]->p); in sahara_dump_links()
439 dev->hw_link[i]->next); in sahara_dump_links()
506 dev->hw_link[i]->len = sg->length; in sahara_hw_descriptor_create()
507 dev->hw_link[i]->p = sg->dma_address; in sahara_hw_descriptor_create()
509 dev->hw_link[i]->next = 0; in sahara_hw_descriptor_create()
511 dev->hw_link[i]->next = dev->hw_phys_link[i + 1]; in sahara_hw_descriptor_create()
520 dev->hw_link[j]->len = sg->length; in sahara_hw_descriptor_create()
521 dev->hw_link[j]->p = sg->dma_address; in sahara_hw_descriptor_create()
[all …]