Home
last modified time | relevance | path

Searched refs:fl_csp (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/scsi/
Dfc_encode.h534 csp = &plogi->fl_csp; in fc_plogi_fill()
565 sp = &flogi->fl_csp; in fc_flogi_fill()
590 sp = &fdisc->fl_csp; in fc_fdisc_fill()
/Linux-v5.10/drivers/scsi/libfc/
Dfc_rport.c228 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK; in fc_plogi_get_maxframe()
710 csp_flags = ntohs(flogi->fl_csp.sp_features); in fc_rport_login_complete()
722 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov); in fc_rport_login_complete()
793 r_a_tov = ntohl(flogi->fl_csp.sp_r_a_tov); in fc_rport_flogi_resp()
1019 rdata->sp_features = ntohs(plp->fl_csp.sp_features); in fc_rport_plogi_resp()
1023 csp_seq = ntohs(plp->fl_csp.sp_tot_seq); in fc_rport_plogi_resp()
Dfc_lport.c357 sp = &flogi->fl_csp; in fc_lport_flogi_fill()
1729 mfs = ntohs(flp->fl_csp.sp_bb_data) & in fc_lport_flogi_resp()
1744 csp_flags = ntohs(flp->fl_csp.sp_features); in fc_lport_flogi_resp()
1745 r_a_tov = ntohl(flp->fl_csp.sp_r_a_tov); in fc_lport_flogi_resp()
1746 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov); in fc_lport_flogi_resp()
/Linux-v5.10/include/uapi/scsi/fc/
Dfc_els.h405 struct fc_els_csp fl_csp; /* common service parameters */ member
/Linux-v5.10/drivers/s390/scsi/
Dzfcp_sysfs.c828 be16_to_cpu(nsp->fl_csp.sp_bb_cred)); in zfcp_sysfs_adapter_diag_b2b_credit_show()
Dzfcp_fc.c489 port->maxframe_size = be16_to_cpu(plogi->fl_csp.sp_bb_data); in zfcp_fc_plogi_evaluate()
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_iocb.c3015 &ha->plogi_els_payld.fl_csp, LOGIN_TEMPLATE_SIZE); in qla24xx_els_dcmd2_iocb()
Dqla_os.c6043 be16_to_cpu(ha->plogi_els_payld.fl_csp.sp_bb_cred); in qla24xx_process_purex_rdp()
Dqla_init.c5011 q = (__be32 *)&ha->plogi_els_payld.fl_csp; in qla_get_login_template()