Lines Matching refs:asc_sg_head
314 typedef struct asc_sg_head {
7564 struct asc_sg_head *asc_sg_head;
7575 asc_sg_head = kzalloc(sizeof(asc_scsi_q->sg_head) +
7577 if (!asc_sg_head) {
7584 asc_scsi_q->sg_head = asc_sg_head;
7588 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg;
7590 asc_sg_head->entry_cnt);
7596 asc_sg_head->sg_list[sgcnt].addr =
7598 asc_sg_head->sg_list[sgcnt].bytes =
11224 * size of the scatter-gather table in 'struct asc_sg_head'.