Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_scsi.c631 int last_xritag = NO_XRI; in lpfc_sli4_post_scsi_sgl_list() local
646 if ((last_xritag != NO_XRI) && in lpfc_sli4_post_scsi_sgl_list()
647 (psb->cur_iocbq.sli4_xritag != last_xritag + 1)) { in lpfc_sli4_post_scsi_sgl_list()
665 last_xritag = psb->cur_iocbq.sli4_xritag; in lpfc_sli4_post_scsi_sgl_list()
708 last_xritag = NO_XRI; in lpfc_sli4_post_scsi_sgl_list()
Dlpfc_sli.c6103 int last_xritag = NO_XRI; in lpfc_sli4_repost_els_sgl_list() local
6123 if ((last_xritag != NO_XRI) && in lpfc_sli4_repost_els_sgl_list()
6124 (sglq_entry->sli4_xritag != last_xritag + 1)) { in lpfc_sli4_repost_els_sgl_list()
6145 last_xritag = sglq_entry->sli4_xritag; in lpfc_sli4_repost_els_sgl_list()
6203 last_xritag = NO_XRI; in lpfc_sli4_repost_els_sgl_list()