Searched refs:psb_next (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 989 struct lpfc_scsi_buf *psb, *psb_next; in lpfc_hba_down_post_s4() local 1030 list_for_each_entry_safe(psb, psb_next, &aborts, list) { in lpfc_hba_down_post_s4() 3094 struct lpfc_scsi_buf *psb = NULL, *psb_next = NULL; in lpfc_sli4_xri_sgl_update() local 3237 psb_next = NULL; in lpfc_sli4_xri_sgl_update() 3238 list_for_each_entry_safe(psb, psb_next, &scsi_sgl_list, list) { in lpfc_sli4_xri_sgl_update()
|
D | lpfc_scsi.c | 627 struct lpfc_scsi_buf *psb, *psb_next; in lpfc_sli4_post_scsi_sgl_list() local 643 list_for_each_entry_safe(psb, psb_next, post_sblist, list) { in lpfc_sli4_post_scsi_sgl_list()
|