Lines Matching refs:pyld
1408 u8 *pyld);
1410 u8 *pyld);
1412 u8 *pyld);
1414 fdmi, u8 *pyld);
1863 u8 *pyld; in bfa_fcs_lport_fdmi_send_rhba() local
1876 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rhba()
1877 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rhba()
1879 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rhba()
1884 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rhba()
1896 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
1901 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; in bfa_fcs_lport_fdmi_build_rhba_pyld()
2196 u8 *pyld; in bfa_fcs_lport_fdmi_send_rprt() local
2209 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rprt()
2210 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rprt()
2212 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rprt()
2217 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rprt()
2233 u8 *pyld) in bfa_fcs_lport_fdmi_build_portattr_block() argument
2236 struct fdmi_port_attr_s *port_attrib = (struct fdmi_port_attr_s *) pyld; in bfa_fcs_lport_fdmi_build_portattr_block()
2456 bfa_fcs_lport_fdmi_build_rprt_pyld(struct bfa_fcs_lport_fdmi_s *fdmi, u8 *pyld) in bfa_fcs_lport_fdmi_build_rprt_pyld() argument
2459 struct fdmi_rprt_s *rprt = (struct fdmi_rprt_s *) pyld; in bfa_fcs_lport_fdmi_build_rprt_pyld()
2519 u8 *pyld; in bfa_fcs_lport_fdmi_send_rpa() local
2532 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rpa()
2533 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rpa()
2535 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rpa()
2539 (u8 *) ((struct ct_hdr_s *) pyld + 1)); in bfa_fcs_lport_fdmi_send_rpa()
2550 bfa_fcs_lport_fdmi_build_rpa_pyld(struct bfa_fcs_lport_fdmi_s *fdmi, u8 *pyld) in bfa_fcs_lport_fdmi_build_rpa_pyld() argument
2553 struct fdmi_rpa_s *rpa = (struct fdmi_rpa_s *) pyld; in bfa_fcs_lport_fdmi_build_rpa_pyld()