Lines Matching refs:cthdr
1965 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response() local
1972 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()
1973 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gidpn_response()
1975 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gidpn_response()
1977 gidpn_rsp = (struct fcgs_gidpn_resp_s *) (cthdr + 1); in bfa_fcs_rport_gidpn_response()
2011 switch (cthdr->reason_code) { in bfa_fcs_rport_gidpn_response()
2038 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response() local
2042 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
2043 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gpnid_response()
2045 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gpnid_response()
2053 switch (cthdr->reason_code) { in bfa_fcs_rport_gpnid_response()