Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dadvansys.c318 typedef struct asc_sg_head { struct
7570 struct asc_sg_head *asc_sg_head; in asc_build_req() local
7581 asc_sg_head = kzalloc(sizeof(asc_scsi_q->sg_head) + in asc_build_req()
7583 if (!asc_sg_head) { in asc_build_req()
7590 asc_scsi_q->sg_head = asc_sg_head; in asc_build_req()
7594 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; in asc_build_req()
7596 asc_sg_head->entry_cnt); in asc_build_req()
7602 asc_sg_head->sg_list[sgcnt].addr = in asc_build_req()
7604 asc_sg_head->sg_list[sgcnt].bytes = in asc_build_req()