Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/
Dsahara.c218 struct sahara_hw_link *hw_link[SAHARA_MAX_HW_LINK]; member
434 dev_dbg(dev->device, "\tlen = %u\n", dev->hw_link[i]->len); in sahara_dump_links()
435 dev_dbg(dev->device, "\tp = 0x%08x\n", dev->hw_link[i]->p); in sahara_dump_links()
437 dev->hw_link[i]->next); in sahara_dump_links()
504 dev->hw_link[i]->len = sg->length; in sahara_hw_descriptor_create()
505 dev->hw_link[i]->p = sg->dma_address; in sahara_hw_descriptor_create()
507 dev->hw_link[i]->next = 0; in sahara_hw_descriptor_create()
509 dev->hw_link[i]->next = dev->hw_phys_link[i + 1]; in sahara_hw_descriptor_create()
518 dev->hw_link[j]->len = sg->length; in sahara_hw_descriptor_create()
519 dev->hw_link[j]->p = sg->dma_address; in sahara_hw_descriptor_create()
[all …]