Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h541 csp->sp_features = htons(FC_SP_FT_CIRO); in fc_plogi_fill()
573 sp->sp_features = htons(FC_SP_FT_NPIV); in fc_flogi_fill()
H A Dlibfc.h213 u16 sp_features; member
/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.h228 __be16 sp_features; /* common feature flags */ member
/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.h228 __be16 sp_features; /* common feature flags */ member
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_rport.c710 csp_flags = ntohs(flogi->fl_csp.sp_features); in fc_rport_login_complete()
1019 rdata->sp_features = ntohs(plp->fl_csp.sp_features); in fc_rport_plogi_resp()
H A Dfc_lport.c365 sp->sp_features = htons(FC_SP_FT_CIRO); in fc_lport_flogi_fill()
1744 csp_flags = ntohs(flp->fl_csp.sp_features); in fc_lport_flogi_resp()
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_els.h315 __be16 sp_features; /* common feature flags */ member
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_lnode.c652 ln->ln_sparm.csp.sp_features = csp->sp_features; in csio_ln_vnp_read_cbfn()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c283 ofld_req3.flags |= (((rdata->sp_features & FC_SP_FT_EDTR) ? 1 : 0) << in bnx2fc_send_session_ofld_req()
286 ofld_req3.flags |= (((rdata->sp_features & FC_SP_FT_SEQC) ? 1 : 0) << in bnx2fc_send_session_ofld_req()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c1382 ((fcport->rdata->sp_features & FC_SP_FT_SEQC) ? 1 : 0) << in qedf_offload_connection()