Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_io.h44 struct host_sg_desc *sgl_list; /* sgl list */ member
H A Dfnic_scsi.c105 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf()
308 desc = io_req->sgl_list; in fnic_queue_wq_copy_desc()
317 io_req->sgl_list, in fnic_queue_wq_copy_desc()
318 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
332 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc()
509 io_req->sgl_list = in fnic_queuecommand()
512 if (!io_req->sgl_list) { in fnic_queuecommand()
521 io_req->sgl_list_alloc = io_req->sgl_list; in fnic_queuecommand()
522 ptr = (unsigned long) io_req->sgl_list; in fnic_queuecommand()
524 io_req->sgl_list = (struct host_sg_desc *) in fnic_queuecommand()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h177 struct list_head sgl_list; member
729 struct list_head sgl_list; member
H A Dlpfc_sli.c1311 * This function is called with the sgl_list lock held. This function
7574 * @sgl_list: linked link of sgl buffers to post
7589 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list()
7605 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list()
7707 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list()
22297 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq()
22303 /* break off 1 chunk from the sgl_list */ in lpfc_get_sgl_per_hdwq()
22365 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq()
22399 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq()
7578 lpfc_sli4_repost_sgl_list(struct lpfc_hba * phba,struct list_head * sgl_list,int cnt) lpfc_sli4_repost_sgl_list() argument
H A Dlpfc_init.c10479 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()