Home
last modified time | relevance | path

Searched refs:sgl_list (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/fnic/
A Dfnic_io.h47 struct host_sg_desc *sgl_list; /* sgl list */ member
A Dfnic_scsi.c117 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf()
379 desc = io_req->sgl_list; in fnic_queue_wq_copy_desc()
388 io_req->sgl_list, in fnic_queue_wq_copy_desc()
389 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
403 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
609 io_req->sgl_list = in fnic_queuecommand()
612 if (!io_req->sgl_list) { in fnic_queuecommand()
621 io_req->sgl_list_alloc = io_req->sgl_list; in fnic_queuecommand()
622 ptr = (unsigned long) io_req->sgl_list; in fnic_queuecommand()
624 io_req->sgl_list = (struct host_sg_desc *) in fnic_queuecommand()
/drivers/scsi/lpfc/
A Dlpfc_sli4.h177 struct list_head sgl_list; member
731 struct list_head sgl_list; member
A Dlpfc_sli.c7587 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list() argument
7603 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list()
7705 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list()
22345 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq()
22413 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq()
22447 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq()
A Dlpfc_init.c10479 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()

Completed in 63 milliseconds