Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_sess.c374 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked()
375 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_els.h342 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro
/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c1786 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
1995 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2023 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()
/linux-4.4.14/include/scsi/
Dfc_encode.h669 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()