Lines Matching refs:pyld

1420 						  u8 *pyld);
1422 u8 *pyld);
1424 u8 *pyld);
1426 fdmi, u8 *pyld);
1875 u8 *pyld; in bfa_fcs_lport_fdmi_send_rhba() local
1888 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rhba()
1889 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rhba()
1891 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rhba()
1896 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rhba()
1908 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
1913 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; in bfa_fcs_lport_fdmi_build_rhba_pyld()
2208 u8 *pyld; in bfa_fcs_lport_fdmi_send_rprt() local
2221 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rprt()
2222 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rprt()
2224 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rprt()
2229 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rprt()
2245 u8 *pyld) in bfa_fcs_lport_fdmi_build_portattr_block() argument
2248 struct fdmi_port_attr_s *port_attrib = (struct fdmi_port_attr_s *) pyld; in bfa_fcs_lport_fdmi_build_portattr_block()
2468 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
2471 struct fdmi_rprt_s *rprt = (struct fdmi_rprt_s *) pyld; in bfa_fcs_lport_fdmi_build_rprt_pyld()
2531 u8 *pyld; in bfa_fcs_lport_fdmi_send_rpa() local
2544 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rpa()
2545 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rpa()
2547 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rpa()
2551 (u8 *) ((struct ct_hdr_s *) pyld + 1)); in bfa_fcs_lport_fdmi_send_rpa()
2562 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
2565 struct fdmi_rpa_s *rpa = (struct fdmi_rpa_s *) pyld; in bfa_fcs_lport_fdmi_build_rpa_pyld()