Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c630 struct list_head *post_sblist, int sb_count) in lpfc_sli4_post_scsi_sgl_list() argument
648 list_for_each_entry_safe(psb, psb_next, post_sblist, list) { in lpfc_sli4_post_scsi_sgl_list()
758 LIST_HEAD(post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
764 list_splice_init(&phba->lpfc_scsi_buf_list_get, &post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
765 list_splice(&phba->lpfc_scsi_buf_list_put, &post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
770 if (!list_empty(&post_sblist)) { in lpfc_sli4_repost_scsi_sgl_list()
771 num_posted = lpfc_sli4_post_scsi_sgl_list(phba, &post_sblist, in lpfc_sli4_repost_scsi_sgl_list()
807 LIST_HEAD(post_sblist); in lpfc_new_scsi_buf_s4()
930 list_add_tail(&psb->list, &post_sblist); in lpfc_new_scsi_buf_s4()
940 if (!list_empty(&post_sblist)) in lpfc_new_scsi_buf_s4()
[all …]