Home
last modified time | relevance | path

Searched refs:ct_hdr_s (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcbuild.c1030 fc_gs_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_cthdr_build()
1032 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_cthdr_build()
1040 fc_gs_fdmi_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_fdmi_cthdr_build()
1042 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_fdmi_cthdr_build()
1050 fc_gs_ms_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code, in fc_gs_ms_cthdr_build()
1053 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_ms_cthdr_build()
1064 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gidpn_build()
1073 return sizeof(struct fcgs_gidpn_req_s) + sizeof(struct ct_hdr_s); in fc_gidpn_build()
1080 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gpnid_build()
1089 return sizeof(fcgs_gpnid_req_t) + sizeof(struct ct_hdr_s); in fc_gpnid_build()
[all …]
Dbfa_fcbuild.h47 return resp_len - sizeof(struct ct_hdr_s); in fc_get_ctresp_pyld_len()
189 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,
325 u16 fc_ct_rsp_parse(struct ct_hdr_s *cthdr);
Dbfa_fcs_lport.c421 struct ct_hdr_s *rx_cthdr = (struct ct_hdr_s *)(rx_fchs + 1); in bfa_fcs_lport_send_fcgs_rjt()
422 struct ct_hdr_s *ct_hdr; in bfa_fcs_lport_send_fcgs_rjt()
1896 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rhba()
2171 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rhba_response()
2184 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_fdmi_rhba_response()
2229 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rprt()
2494 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rprt_response()
2507 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_fdmi_rprt_response()
2551 (u8 *) ((struct ct_hdr_s *) pyld + 1)); in bfa_fcs_lport_fdmi_send_rpa()
2586 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rpa_response()
[all …]
Dbfa_fcs_rport.c1966 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response()
1973 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()
2039 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response()
2043 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
Dbfa_fc.h1159 struct ct_hdr_s { struct