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

/drivers/scsi/
H A Dadvansys.c362 typedef struct asc_sg_head { struct
8432 struct asc_sg_head *asc_sg_head; local
8443 asc_sg_head = kzalloc(sizeof(asc_scsi_q->sg_head) +
8445 if (!asc_sg_head) {
8452 asc_scsi_q->sg_head = asc_sg_head;
8456 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg;
8458 asc_sg_head->entry_cnt);
8464 asc_sg_head->sg_list[sgcnt].addr =
8466 asc_sg_head
[all...]

Completed in 63 milliseconds