Searched refs:gen_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.h258 struct list_head gen_list; /* Any list associated with member in struct:csio_ioreq
H A Dcsio_scsi.c328 list_for_each(tmp, &req->gen_list) {
606 /* Use gen_list to store the DDP buffers */
607 INIT_LIST_HEAD(&req->gen_list);
620 list_add_tail(&dma_buf->list, &req->gen_list);
633 csio_put_scsi_ddp_list(scsim, &req->gen_list, i);
1508 dma_buf = (struct csio_dma_buf *)csio_list_next(&req->gen_list);
2463 INIT_LIST_HEAD(&ioreq->gen_list);
H A Dcsio_isr.c234 csio_put_scsi_ddp_list_lock(hw, scm, &ioreq->gen_list,

Completed in 151 milliseconds