Home
last modified time | relevance | path

Searched refs:pyld (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcbuild.h167 u16 fc_rftid_build_sol(struct fchs_s *fchs, void *pyld, u32 s_id,
171 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
174 u16 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id,
239 u16 fc_rpnid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
242 u16 fc_rnnid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
245 u16 fc_rcsid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
248 u16 fc_rptid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
251 u16 fc_ganxt_build(struct fchs_s *fchs, void *pyld, u32 s_id,
260 u16 fc_fdmi_reqhdr_build(struct fchs_s *fchs, void *pyld, u32 s_id,
262 u16 fc_gmal_req_build(struct fchs_s *fchs, void *pyld, u32 s_id, wwn_t wwn);
[all …]
Dbfa_fcbuild.c945 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_gidpn_build() argument
948 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gidpn_build()
961 fc_gpnid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_gpnid_build() argument
964 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gpnid_build()
977 fc_gnnid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_gnnid_build() argument
980 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_gnnid_build()
1058 fc_rftid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_rftid_build() argument
1061 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_rftid_build()
1082 fc_rftid_build_sol(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_rftid_build_sol() argument
1085 struct ct_hdr_s *cthdr = (struct ct_hdr_s *) pyld; in fc_rftid_build_sol()
[all …]
Dbfa_fcs_lport.c1412 u8 *pyld);
1414 u8 *pyld);
1416 u8 *pyld);
1418 fdmi, u8 *pyld);
1867 u8 *pyld; in bfa_fcs_lport_fdmi_send_rhba() local
1880 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rhba()
1881 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rhba()
1883 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rhba()
1888 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rhba()
1902 bfa_fcs_lport_fdmi_build_rhba_pyld(struct bfa_fcs_lport_fdmi_s *fdmi, u8 *pyld) in bfa_fcs_lport_fdmi_build_rhba_pyld() argument
[all …]
/linux-5.19.10/drivers/infiniband/hw/ocrdma/
Docrdma_sli.h280 u8 pyld[220]; member