Searched refs:post_nblist (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 4497 LIST_HEAD(post_nblist); in lpfc_new_io_buf() 4574 list_add_tail(&lpfc_ncmd->list, &post_nblist); in lpfc_new_io_buf() 4584 if (!list_empty(&post_nblist)) in lpfc_new_io_buf() 4586 phba, &post_nblist, bcnt); in lpfc_new_io_buf()
|
H A D | lpfc_sli.c | 7723 LIST_HEAD(post_nblist); in lpfc_sli4_repost_io_sgl_list() 7727 lpfc_io_buf_flush(phba, &post_nblist); in lpfc_sli4_repost_io_sgl_list() 7730 if (!list_empty(&post_nblist)) { in lpfc_sli4_repost_io_sgl_list() 7732 phba, &post_nblist, phba->sli4_hba.io_xri_cnt); in lpfc_sli4_repost_io_sgl_list() 18312 struct list_head *post_nblist, int sb_count) in lpfc_sli4_post_io_sgl_list() argument 18329 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, post_nblist, list) { in lpfc_sli4_post_io_sgl_list()
|