Searched refs:asc_sg_head (Results 1 – 1 of 1) sorted by relevance
1320 typedef struct asc_sg_head { struct4198 STATIC ASC_SG_HEAD asc_sg_head = { 0 }; variable6790 memset(&asc_sg_head, 0, sizeof(ASC_SG_HEAD)); in asc_build_req()6793 asc_scsi_q.sg_head = &asc_sg_head; in asc_build_req()6797 asc_sg_head.entry_cnt = asc_scsi_q.q1.sg_queue_cnt = scp->use_sg; in asc_build_req()6798 ASC_STATS_ADD(scp->host, sg_elem, asc_sg_head.entry_cnt); in asc_build_req()6805 asc_sg_head.sg_list[sgcnt].addr = in asc_build_req()6807 asc_sg_head.sg_list[sgcnt].bytes = cpu_to_le32(slp->length); in asc_build_req()