Lines Matching refs:asc_sg_head
305 typedef struct asc_sg_head {
7478 struct asc_sg_head *asc_sg_head;
7489 asc_sg_head = kzalloc(struct_size(asc_sg_head, sg_list, use_sg),
7491 if (!asc_sg_head) {
7498 asc_scsi_q->sg_head = asc_sg_head;
7502 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg;
7504 asc_sg_head->entry_cnt);
7510 asc_sg_head->sg_list[sgcnt].addr =
7512 asc_sg_head->sg_list[sgcnt].bytes =
11025 * size of the scatter-gather table in 'struct asc_sg_head'.