Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.c7053 int last_xritag = NO_XRI; in lpfc_sli4_repost_sgl_list() local
7071 if ((last_xritag != NO_XRI) && in lpfc_sli4_repost_sgl_list()
7072 (sglq_entry->sli4_xritag != last_xritag + 1)) { in lpfc_sli4_repost_sgl_list()
7093 last_xritag = sglq_entry->sli4_xritag; in lpfc_sli4_repost_sgl_list()
7151 last_xritag = NO_XRI; in lpfc_sli4_repost_sgl_list()
17310 int last_xritag = NO_XRI; in lpfc_sli4_post_io_sgl_list() local
17324 if ((last_xritag != NO_XRI) && in lpfc_sli4_post_io_sgl_list()
17325 (lpfc_ncmd->cur_iocbq.sli4_xritag != last_xritag + 1)) { in lpfc_sli4_post_io_sgl_list()
17343 last_xritag = lpfc_ncmd->cur_iocbq.sli4_xritag; in lpfc_sli4_post_io_sgl_list()
17389 last_xritag = NO_XRI; in lpfc_sli4_post_io_sgl_list()