Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_els.h343 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_els.h343 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_els.h430 #define FC_SPP_EST_IMG_PAIR 0x20 /* establish image pair */ macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h657 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()