Searched refs:cthdr (Results 1 – 4 of 4) sorted by relevance
917 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_cthdr_build()918 cthdr->gs_type = CT_GSTYPE_DIRSERVICE; in fc_gs_cthdr_build()927 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_fdmi_cthdr_build()928 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_fdmi_cthdr_build()938 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_ms_cthdr_build()939 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_ms_cthdr_build()940 cthdr->gs_sub_type = sub_type; in fc_gs_ms_cthdr_build()993 fc_ct_rsp_parse(struct ct_hdr_s *cthdr) in fc_ct_rsp_parse() argument1013 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_rjt_build()1015 cthdr->reason_code = reason_code; in fc_gs_rjt_build()[all …]
2185 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rhba_response()2508 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rprt_response()2600 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rpa_response()3199 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gmal_response()3396 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gfn_response()4540 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rnn_id_response()4619 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rsnn_nn_response()4717 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rspn_id_response()4790 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rft_id_response()4868 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rff_id_response()[all …]
1953 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response() local1960 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()1961 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gidpn_response()1963 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gidpn_response()1965 gidpn_rsp = (struct fcgs_gidpn_resp_s *) (cthdr + 1); in bfa_fcs_rport_gidpn_response()1999 switch (cthdr->reason_code) { in bfa_fcs_rport_gidpn_response()2026 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response() local2030 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()2031 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gpnid_response()2033 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gpnid_response()[all …]
180 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,308 u16 fc_ct_rsp_parse(struct ct_hdr_s *cthdr);
Completed in 32 milliseconds