Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dfc_encode.h553 csp->sp_features = htons(FC_SP_FT_CIRO); in fc_plogi_fill()
585 sp->sp_features = htons(FC_SP_FT_NPIV); in fc_flogi_fill()
Dlibfc.h225 u16 sp_features; member
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h228 __be16 sp_features; /* common feature flags */ member
/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c715 csp_flags = ntohs(flogi->fl_csp.sp_features); in fc_rport_login_complete()
1026 rdata->sp_features = ntohs(plp->fl_csp.sp_features); in fc_rport_plogi_resp()
Dfc_lport.c377 sp->sp_features = htons(FC_SP_FT_CIRO); in fc_lport_flogi_fill()
1754 csp_flags = ntohs(flp->fl_csp.sp_features); in fc_lport_flogi_resp()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_lnode.c649 ln->ln_sparm.csp.sp_features = csp->sp_features; in csio_ln_vnp_read_cbfn()
/Linux-v4.19/drivers/scsi/bnx2fc/
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()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1177 ((fcport->rdata->sp_features & FC_SP_FT_SEQC) ? 1 : 0) << in qedf_offload_connection()