Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fnic/
Dfnic_io.h56 struct host_sg_desc *sgl_list; /* sgl list */ member
Dfnic_scsi.c130 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf()
335 desc = io_req->sgl_list; in fnic_queue_wq_copy_desc()
344 io_req->sgl_list, in fnic_queue_wq_copy_desc()
345 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
359 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
523 io_req->sgl_list = in fnic_queuecommand_lck()
526 if (!io_req->sgl_list) { in fnic_queuecommand_lck()
535 io_req->sgl_list_alloc = io_req->sgl_list; in fnic_queuecommand_lck()
536 ptr = (unsigned long) io_req->sgl_list; in fnic_queuecommand_lck()
538 io_req->sgl_list = (struct host_sg_desc *) in fnic_queuecommand_lck()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli4.h142 struct list_head sgl_list; member
681 struct list_head sgl_list; member
Dlpfc_sli.c6900 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list() argument
6916 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list()
7018 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list()
20401 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq()
20468 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq()
20501 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq()
Dlpfc_init.c8761 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()