Searched refs:ct_hdr_s (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 914 fc_gs_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_cthdr_build() 916 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_cthdr_build() 924 fc_gs_fdmi_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_fdmi_cthdr_build() 926 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_fdmi_cthdr_build() 934 fc_gs_ms_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code, in fc_gs_ms_cthdr_build() 937 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_ms_cthdr_build() 948 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gidpn_build() 957 return sizeof(struct fcgs_gidpn_req_s) + sizeof(struct ct_hdr_s); in fc_gidpn_build() 964 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gpnid_build() 973 return sizeof(fcgs_gpnid_req_t) + sizeof(struct ct_hdr_s); in fc_gpnid_build() [all …]
|
D | bfa_fcbuild.h | 39 return resp_len - sizeof(struct ct_hdr_s); in fc_get_ctresp_pyld_len() 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);
|
D | bfa_fcs_lport.c | 413 struct ct_hdr_s *rx_cthdr = (struct ct_hdr_s *)(rx_fchs + 1); in bfa_fcs_lport_send_fcgs_rjt() 414 struct ct_hdr_s *ct_hdr; in bfa_fcs_lport_send_fcgs_rjt() 1888 (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 …]
|
D | bfa_fcs_rport.c | 1953 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response() 1960 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response() 2026 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response() 2030 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
|
D | bfa_fc.h | 1136 struct ct_hdr_s { struct
|