Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/tcm_fc/
Dtfc_sess.c375 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked()
376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_rport.c1200 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
2047 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2218 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2246 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()
Dfc_encode.h881 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()
/linux-6.1.9/drivers/scsi/elx/libefc/
Defc_els.c507 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in efc_send_prli()
740 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR | FC_SPP_RESP_ACK; in efc_send_prli_acc()
/linux-6.1.9/include/uapi/scsi/fc/
Dfc_els.h438 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro