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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c318 typedef struct asc_sg_head { struct
7571 struct asc_sg_head *asc_sg_head; asc_build_req() local
7582 asc_sg_head = kzalloc(sizeof(asc_scsi_q->sg_head) + asc_build_req()
7584 if (!asc_sg_head) { asc_build_req()
7591 asc_scsi_q->sg_head = asc_sg_head; asc_build_req()
7595 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; asc_build_req()
7597 asc_sg_head->entry_cnt); asc_build_req()
7603 asc_sg_head->sg_list[sgcnt].addr = scsi_for_each_sg()
7605 asc_sg_head->sg_list[sgcnt].bytes = scsi_for_each_sg()
11236 * size of the scatter-gather table in 'struct asc_sg_head'. advansys_board_found()

Completed in 134 milliseconds