Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_sess.c387 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked()
388 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
394 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c1197 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
2034 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2206 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2234 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h343 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro
/Linux-v4.19/include/scsi/
Dfc_encode.h669 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()