Home
last modified time | relevance | path

Searched refs:dmae_params (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.h260 struct dmae_params *p_params);
280 struct dmae_params *p_params);
301 struct dmae_params *p_params);
H A Decore_hw.c478 struct dmae_params *p_params) in ecore_dmae_opcode()
832 struct dmae_params *p_params) in ecore_dmae_execute_command()
936 struct dmae_params *p_params) in ecore_dmae_host2grc()
959 struct dmae_params *p_params) in ecore_dmae_grc2host()
982 struct dmae_params *p_params) in ecore_dmae_host2host()
H A Decore_init_ops.c181 struct dmae_params params;
H A Decore_hsi_common.h2137 struct dmae_params { struct
H A Decore_sriov.c383 struct dmae_params params; in ecore_iov_post_vf_bulletin()
1450 struct dmae_params params; in ecore_iov_send_response()
4494 struct dmae_params params; in ecore_iov_copy_vf_msg()
H A Decore_init_fw_funcs.c1443 struct dmae_params params; in ecore_dmae_to_grc()
H A Decore_dev.c957 struct dmae_params params; in ecore_llh_access_filter()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c1842 struct dmae_params dmae_params; in qed_grc_dump_addr_range() local
1845 memset(&dmae_params, 0, sizeof(dmae_params)); in qed_grc_dump_addr_range()
1849 SET_FIELD(dmae_params.flags, DMAE_PARAMS_PORT_VALID, in qed_grc_dump_addr_range()
1851 dmae_params.port_id = port_id; in qed_grc_dump_addr_range()
1854 SET_FIELD(dmae_params.flags, in qed_grc_dump_addr_range()
1856 dmae_params.src_pf_id = pf_id; in qed_grc_dump_addr_range()
1859 SET_FIELD(dmae_params.flags, DMAE_PARAMS_PORT_VALID, in qed_grc_dump_addr_range()
1861 SET_FIELD(dmae_params.flags, in qed_grc_dump_addr_range()
1863 dmae_params.port_id = port_id; in qed_grc_dump_addr_range()
1864 dmae_params.src_pf_id = pf_id; in qed_grc_dump_addr_range()
[all …]