Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c419 req->src = req->sg_head + 1; in ahash_update_finish()
479 memset(req->sg_head, 0, sizeof(req->sg_head[0])); in crypto_ahash_update()
480 sg_set_buf(req->sg_head, buf, blen); in crypto_ahash_update()
481 if (req->src != req->sg_head + 1) in crypto_ahash_update()
482 sg_chain(req->sg_head, 2, req->src); in crypto_ahash_update()
483 req->src = req->sg_head; in crypto_ahash_update()
511 req->src = req->sg_head + 1; in ahash_finup_finish()
550 memset(req->sg_head, 0, sizeof(req->sg_head[0])); in crypto_ahash_finup()
551 sg_set_buf(req->sg_head, buf, blen); in crypto_ahash_finup()
553 sg_mark_end(req->sg_head); in crypto_ahash_finup()
[all …]
/linux/drivers/scsi/
H A Dadvansys.c317 ASC_SG_HEAD *sg_head; member
326 ASC_SG_HEAD *sg_head; member
2504 (ulong)q->sg_head, q->q1.sg_queue_cnt); in asc_prt_asc_scsi_q()
2506 if (q->sg_head) { in asc_prt_asc_scsi_q()
2507 sgp = q->sg_head; in asc_prt_asc_scsi_q()
7498 asc_scsi_q->sg_head = asc_sg_head; in asc_build_req()
7918 ASC_SG_HEAD *sg_head; in AscPutReadySgListQueue() local
7930 sg_head = scsiq->sg_head; in AscPutReadySgListQueue()
7933 scsiq->q1.data_addr = cpu_to_le32(sg_head->sg_list[0].addr); in AscPutReadySgListQueue()
7934 scsiq->q1.data_cnt = cpu_to_le32(sg_head->sg_list[0].bytes); in AscPutReadySgListQueue()
[all …]
/linux/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h19 struct sg_table sg_head; member