Lines Matching refs:pyld

1412 						  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()
1900 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
1905 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; in bfa_fcs_lport_fdmi_build_rhba_pyld()
2200 u8 *pyld; in bfa_fcs_lport_fdmi_send_rprt() local
2213 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rprt()
2214 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rprt()
2216 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rprt()
2221 (u8 *) ((struct ct_hdr_s *) pyld in bfa_fcs_lport_fdmi_send_rprt()
2237 u8 *pyld) in bfa_fcs_lport_fdmi_build_portattr_block() argument
2240 struct fdmi_port_attr_s *port_attrib = (struct fdmi_port_attr_s *) pyld; in bfa_fcs_lport_fdmi_build_portattr_block()
2460 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
2463 struct fdmi_rprt_s *rprt = (struct fdmi_rprt_s *) pyld; in bfa_fcs_lport_fdmi_build_rprt_pyld()
2523 u8 *pyld; in bfa_fcs_lport_fdmi_send_rpa() local
2536 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rpa()
2537 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rpa()
2539 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rpa()
2543 (u8 *) ((struct ct_hdr_s *) pyld + 1)); in bfa_fcs_lport_fdmi_send_rpa()
2554 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
2557 struct fdmi_rpa_s *rpa = (struct fdmi_rpa_s *) pyld; in bfa_fcs_lport_fdmi_build_rpa_pyld()