Lines Matching refs:cthdr
1953 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response() local
1960 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() local
2030 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()
2041 switch (cthdr->reason_code) { in bfa_fcs_rport_gpnid_response()