Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvme.c2061 struct list_head *post_nblist, int sb_count) in lpfc_post_nvme_sgl_list() argument
2079 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, post_nblist, list) { in lpfc_post_nvme_sgl_list()
2190 LIST_HEAD(post_nblist); in lpfc_repost_nvme_sgl_list()
2196 list_splice_init(&phba->lpfc_nvme_buf_list_get, &post_nblist); in lpfc_repost_nvme_sgl_list()
2197 list_splice(&phba->lpfc_nvme_buf_list_put, &post_nblist); in lpfc_repost_nvme_sgl_list()
2204 if (!list_empty(&post_nblist)) { in lpfc_repost_nvme_sgl_list()
2205 num_posted = lpfc_post_nvme_sgl_list(phba, &post_nblist, in lpfc_repost_nvme_sgl_list()
2240 LIST_HEAD(post_nblist); in lpfc_new_nvme_buf()
2311 list_add_tail(&lpfc_ncmd->list, &post_nblist); in lpfc_new_nvme_buf()
2321 if (!list_empty(&post_nblist)) in lpfc_new_nvme_buf()
[all …]