Home
last modified time | relevance | path

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

/linux/drivers/vdpa/mlx5/core/
H A Dmr.c44 for_each_sg(mr->sg_head.sgl, sg, mr->nent, i) { in populate_mtts()
392 err = sg_alloc_table(&mr->sg_head, nsg, GFP_KERNEL); in map_direct_mr()
396 sg = mr->sg_head.sgl; in map_direct_mr()
417 mr->nent = dma_map_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in map_direct_mr()
426 sg_free_table(&mr->sg_head); in map_direct_mr()
435 dma_unmap_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in unmap_direct_mr()
436 sg_free_table(&mr->sg_head); in unmap_direct_mr()
H A Dmlx5_vdpa.h19 struct sg_table sg_head; member
/linux/drivers/crypto/nx/
H A Dnx.c78 struct nx_sg *nx_build_sg_list(struct nx_sg *sg_head, in nx_build_sg_list() argument
108 for (sg = sg_head; sg_len < *len; sg++) { in nx_build_sg_list()
126 if ((sg - sg_head) == sgmax) { in nx_build_sg_list()
/linux/drivers/scsi/
H A Dadvansys.c317 ASC_SG_HEAD *sg_head; member
326 ASC_SG_HEAD *sg_head; member
2507 if (q->sg_head) { in asc_prt_asc_scsi_q()
2508 sgp = q->sg_head; in asc_prt_asc_scsi_q()
7918 ASC_SG_HEAD *sg_head; in AscPutReadySgListQueue() local
7930 sg_head = scsiq->sg_head; in AscPutReadySgListQueue()
7991 (uchar *)&sg_head-> in AscPutReadySgListQueue()
8082 ASC_SG_HEAD *sg_head; in AscExeScsiQueue() local
8086 sg_head = scsiq->sg_head; in AscExeScsiQueue()
8204 sg_head-> in AscExeScsiQueue()
[all …]