Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c7563 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list() argument
7579 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list()
7681 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list()
22385 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq()
22453 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq()
22487 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq()
H A Dlpfc_init.c10468 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()