Searched refs:cthdr (Results 1 – 4 of 4) sorted by relevance
574 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_cthdr_build()575 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_cthdr_build()576 cthdr->gs_type = CT_GSTYPE_DIRSERVICE; in fc_gs_cthdr_build()585 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_fdmi_cthdr_build()586 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_fdmi_cthdr_build()596 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_ms_cthdr_build()597 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_ms_cthdr_build()598 cthdr->gs_sub_type = sub_type; in fc_gs_ms_cthdr_build()642 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_rjt_build()644 cthdr->reason_code = reason_code; in fc_gs_rjt_build()[all …]
2139 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rhba_response()2462 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rprt_response()2554 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rpa_response()3140 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gmal_response()3337 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gfn_response()4462 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rnn_id_response()4541 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rsnn_nn_response()4639 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rspn_id_response()4712 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rft_id_response()4790 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ns_rff_id_response()[all …]
1969 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response() local1976 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()1977 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gidpn_response()1979 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gidpn_response()1981 gidpn_rsp = (struct fcgs_gidpn_resp_s *) (cthdr + 1); in bfa_fcs_rport_gidpn_response()2015 switch (cthdr->reason_code) { in bfa_fcs_rport_gidpn_response()2042 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response() local2046 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()2047 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gpnid_response()2049 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gpnid_response()[all …]
159 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,