Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h765 csp->sp_features = htons(FC_SP_FT_CIRO); in fc_plogi_fill()
797 sp->sp_features = htons(FC_SP_FT_NPIV); in fc_flogi_fill()
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.c374 sp->sp_features = htons(FC_SP_FT_CIRO); in fc_lport_flogi_fill()
1797 csp_flags = ntohs(flp->fl_csp.sp_features); in fc_lport_flogi_resp()
/openbmc/linux/include/scsi/
H A Dlibfc.h213 u16 sp_features; member
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_els.c670 if (req->fl_csp.sp_features & cpu_to_be16(FC_SP_FT_BCAST)) in efc_send_plogi_acc()
671 plogi->fl_csp.sp_features |= cpu_to_be16(FC_SP_FT_BCAST); in efc_send_plogi_acc()
H A Defc_fabric.c127 return !(ntohs(rsp->fl_csp.sp_features) & FC_SP_FT_FPORT); in efc_rnode_is_nport()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h323 __be16 sp_features; /* common feature flags */ member
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c652 ln->ln_sparm.csp.sp_features = csp->sp_features; in csio_ln_vnp_read_cbfn()
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c1391 ((fcport->rdata->sp_features & FC_SP_FT_SEQC) ? 1 : 0) << in qedf_offload_connection()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c3109 p->fl_csp.sp_features |= cpu_to_be16(FC_SP_FT_SEC); in qla24xx_els_dcmd2_iocb()