Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_scsi.c625 struct list_head *post_sblist, int sb_count) in lpfc_sli4_post_scsi_sgl_list() argument
643 list_for_each_entry_safe(psb, psb_next, post_sblist, list) { in lpfc_sli4_post_scsi_sgl_list()
753 LIST_HEAD(post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
759 list_splice_init(&phba->lpfc_scsi_buf_list_get, &post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
760 list_splice(&phba->lpfc_scsi_buf_list_put, &post_sblist); in lpfc_sli4_repost_scsi_sgl_list()
765 if (!list_empty(&post_sblist)) { in lpfc_sli4_repost_scsi_sgl_list()
766 num_posted = lpfc_sli4_post_scsi_sgl_list(phba, &post_sblist, in lpfc_sli4_repost_scsi_sgl_list()
802 LIST_HEAD(post_sblist); in lpfc_new_scsi_buf_s4()
921 list_add_tail(&psb->list, &post_sblist); in lpfc_new_scsi_buf_s4()
931 if (!list_empty(&post_sblist)) in lpfc_new_scsi_buf_s4()
[all …]