Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c880 u16 csp_seq; in fc_rport_plogi_resp() local
912 csp_seq = ntohs(plp->fl_csp.sp_tot_seq); in fc_rport_plogi_resp()
914 if (cssp_seq < csp_seq) in fc_rport_plogi_resp()
915 csp_seq = cssp_seq; in fc_rport_plogi_resp()
916 rdata->max_seq = csp_seq; in fc_rport_plogi_resp()