Searched refs:ecore_memcpy_to (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_hw.h | 221 void ecore_memcpy_to(struct ecore_hwfn *p_hwfn,
|
H A D | ecore_l2.c | 2060 ecore_memcpy_to(p_hwfn, p_ptt, addr, &mstats, len); in ecore_reset_vport_stats() 2064 ecore_memcpy_to(p_hwfn, p_ptt, addr, &ustats, len); in ecore_reset_vport_stats() 2068 ecore_memcpy_to(p_hwfn, p_ptt, addr, &pstats, len); in ecore_reset_vport_stats()
|
H A D | ecore_dcbx.c | 1415 ecore_memcpy_to(p_hwfn, p_ptt, data.addr, data.local_admin, data.size); in ecore_dcbx_config_params() 1425 ecore_memcpy_to(p_hwfn, p_ptt, data.addr, data.dscp_map, in ecore_dcbx_config_params()
|
H A D | ecore_hw.c | 363 void ecore_memcpy_to(struct ecore_hwfn *p_hwfn, in ecore_memcpy_to() function
|
H A D | ecore_mcp.c | 472 ecore_memcpy_to(p_hwfn, p_ptt, union_data_addr, &union_data, in ecore_mcp_cmd_and_union()
|
H A D | ecore_dev.c | 5016 ecore_memcpy_to(p_hwfn, p_ptt, hw_addr, p_eth_qzone, eth_qzone_size); in ecore_set_coalesce()
|