Searched refs:fl_csp (Results 1 – 14 of 14) sorted by relevance
60 #define FNIC_LOGI_RDF_SIZE(_logi) ((_logi).fl_csp.sp_bb_data)61 #define FNIC_LOGI_R_A_TOV(_logi) ((_logi).fl_csp.sp_r_a_tov)62 #define FNIC_LOGI_E_D_TOV(_logi) ((_logi).fl_csp.sp_e_d_tov)63 #define FNIC_LOGI_FEATURES(_logi) (be16_to_cpu((_logi).fl_csp.sp_features))141 (min((uint16_t) (be16_to_cpu(_plogi_rsp->els.fl_csp.sp_tot_seq)), \
391 .fl_csp = { in fnic_fcoe_start_flogi()513 be32_to_cpu(flogi_rsp->rsp_desc.flogi.els.fl_csp.sp_r_a_tov); in fnic_fcoe_process_flogi_resp()515 be32_to_cpu(flogi_rsp->rsp_desc.flogi.els.fl_csp.sp_e_d_tov); in fnic_fcoe_process_flogi_resp()
486 .fl_csp = {.sp_hi_ver = FNIC_FC_PH_VER_HI, in fdls_init_plogi_frame()849 .els.fl_csp = {.sp_hi_ver = FNIC_FC_PH_VER_HI, in fdls_send_fabric_flogi()
228 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()
366 sp = &flogi->fl_csp; in fc_lport_flogi_fill()1782 mfs = ntohs(flp->fl_csp.sp_bb_data) & in fc_lport_flogi_resp()1797 csp_flags = ntohs(flp->fl_csp.sp_features); in fc_lport_flogi_resp()1798 r_a_tov = ntohl(flp->fl_csp.sp_r_a_tov); in fc_lport_flogi_resp()1799 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov); in fc_lport_flogi_resp()
760 csp = &plogi->fl_csp; in fc_plogi_fill()791 sp = &flogi->fl_csp; in fc_flogi_fill()816 sp = &fdisc->fl_csp; in fc_fdisc_fill()
670 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()
127 return !(ntohs(rsp->fl_csp.sp_features) & FC_SP_FT_FPORT); in efc_rnode_is_nport()
413 struct fc_els_csp fl_csp; /* common service parameters */ member
845 rc = sysfs_emit(buf, "%hu\n", be16_to_cpu(nsp->fl_csp.sp_bb_cred)); in zfcp_sysfs_adapter_diag_b2b_credit_show()
500 port->maxframe_size = be16_to_cpu(plogi->fl_csp.sp_bb_data); in zfcp_fc_plogi_evaluate()
3101 (void *)&ha->plogi_els_payld + offsetof(struct fc_els_flogi, fl_csp), in qla24xx_els_dcmd2_iocb()3102 sizeof(ha->plogi_els_payld) - offsetof(struct fc_els_flogi, fl_csp)); in qla24xx_els_dcmd2_iocb()3109 p->fl_csp.sp_features |= cpu_to_be16(FC_SP_FT_SEC); in qla24xx_els_dcmd2_iocb()
6278 be16_to_cpu(ha->plogi_els_payld.fl_csp.sp_bb_cred); in qla24xx_process_purex_rdp()
5649 q = (__be32 *)&ha->plogi_els_payld.fl_csp; in qla_get_login_template()