Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c572 fc_gs_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_cthdr_build()
574 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_cthdr_build()
582 fc_gs_fdmi_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_fdmi_cthdr_build()
584 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_fdmi_cthdr_build()
592 fc_gs_ms_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code, in fc_gs_ms_cthdr_build()
595 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_ms_cthdr_build()
606 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gidpn_build()
615 return sizeof(struct fcgs_gidpn_req_s) + sizeof(struct ct_hdr_s); in fc_gidpn_build()
622 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gpnid_build()
631 return sizeof(fcgs_gpnid_req_t) + sizeof(struct ct_hdr_s); in fc_gpnid_build()
[all …]
H A Dbfa_fcs_lport.c400 struct ct_hdr_s *rx_cthdr = (struct ct_hdr_s *)(rx_fchs + 1); in bfa_fcs_lport_send_fcgs_rjt()
401 struct ct_hdr_s *ct_hdr; in bfa_fcs_lport_send_fcgs_rjt()
1842 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rhba()
2125 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rhba_response()
2138 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_fdmi_rhba_response()
2183 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rprt()
2448 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rprt_response()
2461 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_fdmi_rprt_response()
2505 (u8 *) ((struct ct_hdr_s *) pyld + 1)); in bfa_fcs_lport_fdmi_send_rpa()
2540 struct ct_hdr_s *cthdr = NULL; in bfa_fcs_lport_fdmi_rpa_response()
[all …]
H A Dbfa_fcbuild.h39 return resp_len - sizeof(struct ct_hdr_s); in fc_get_ctresp_pyld_len()
159 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,
H A Dbfa_fcs_rport.c1969 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gidpn_response()
1976 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()
2042 struct ct_hdr_s *cthdr; in bfa_fcs_rport_gpnid_response()
2046 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
H A Dbfa_fc.h1136 struct ct_hdr_s { struct