Searched refs:asc_sg_head (Results 1 – 1 of 1) sorted by relevance
305 typedef struct asc_sg_head { struct7478 struct asc_sg_head *asc_sg_head; in asc_build_req() local7489 asc_sg_head = kzalloc(struct_size(asc_sg_head, sg_list, use_sg), in asc_build_req()7491 if (!asc_sg_head) { in asc_build_req()7498 asc_scsi_q->sg_head = asc_sg_head; in asc_build_req()7502 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; in asc_build_req()7504 asc_sg_head->entry_cnt); in asc_build_req()7510 asc_sg_head->sg_list[sgcnt].addr = in asc_build_req()7512 asc_sg_head->sg_list[sgcnt].bytes = in asc_build_req()