Home
last modified time | relevance | path

Searched refs:OSAL_MEMCPY (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_phy.c67 OSAL_MEMCPY(buf64, &data_lo, 4); in ecore_phy_write()
68 OSAL_MEMCPY(buf64 + 4, &data_hi, 4); in ecore_phy_write()
119 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_core_read()
120 OSAL_MEMCPY(data_hi, (buf64 + 4), 4); in ecore_phy_core_read()
190 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_raw_read()
191 OSAL_MEMCPY(data_hi, (buf64 + 4), 4); in ecore_phy_raw_read()
298 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_info()
299 OSAL_MEMCPY(data_hi, (buf64 + 4), 4); in ecore_phy_info()
599 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_bb_phy_mac_stat()
600 OSAL_MEMCPY(data_hi, (buf64 + 4), 4); in ecore_bb_phy_mac_stat()
H A Decore_dcbx.c433 OSAL_MEMCPY(&p_hwfn->p_dcbx_info->results, &data, in ecore_dcbx_process_mib_info()
799 OSAL_MEMCPY(params->lldp_local.local_chassis_id, in ecore_dcbx_get_local_lldp_params()
802 OSAL_MEMCPY(params->lldp_local.local_port_id, p_local->local_port_id, in ecore_dcbx_get_local_lldp_params()
815 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
818 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
1331 OSAL_MEMCPY(&local_admin->features, in ecore_dcbx_set_local_params()
1364 OSAL_MEMCPY(p_dscp_map, &p_hwfn->p_dcbx_info->dscp_map, in ecore_dcbx_set_dscp_params()
1399 OSAL_MEMCPY(&p_hwfn->p_dcbx_info->set, params, in ecore_dcbx_config_params()
1447 OSAL_MEMCPY(params, &p_hwfn->p_dcbx_info->set, in ecore_dcbx_get_config_params()
1477 OSAL_MEMCPY(&p_hwfn->p_dcbx_info->set.config.params, in ecore_dcbx_get_config_params()
[all …]
H A Decore_mcp.c470 OSAL_MEMCPY(&union_data, p_mb_params->p_data_src, in ecore_mcp_cmd_and_union()
577 OSAL_MEMCPY(o_buf, raw_data, *o_txn_size); in ecore_mcp_nvm_rd_cmd()
1963 OSAL_MEMCPY(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in ecore_mcp_handle_events()
2205 OSAL_MEMCPY(&p_hwfn->p_dev->wol_mac, info->mac, ETH_ALEN); in ecore_mcp_fill_shmem_func_info()
2686 OSAL_MEMCPY(p_table->wwpn, p_npiv_table->settings[i].npiv_wwpn, in ecore_mcp_ov_get_fc_npiv()
2688 OSAL_MEMCPY(p_table->wwnn, p_npiv_table->settings[i].npiv_wwnn, in ecore_mcp_ov_get_fc_npiv()
2743 OSAL_MEMCPY(p_hwfn->p_dev->wol_mac, mac, ETH_ALEN); in ecore_mcp_ov_update_mac()
2961 OSAL_MEMCPY(p_buf, &p_dev->mcp_nvm_resp, sizeof(p_dev->mcp_nvm_resp)); in ecore_mcp_nvm_resp()
H A Decore_hw.c824 OSAL_MEMCPY(&(p_hwfn->dmae_info.p_intermediate_buffer[0]), in ecore_dmae_execute_sub_operation()
880 OSAL_MEMCPY((void *)(osal_uintptr_t)(dst_addr), in ecore_dmae_execute_sub_operation()
H A Dbcm_osal.h83 #define OSAL_MEMCPY(_dest_, _src_, _size_) \ macro
H A Decore_l2.c854 OSAL_MEMCPY(&s_params.accept_flags, p_accept_flags, in ecore_vf_pf_accept_flags()
1432 OSAL_MEMCPY(p_second_filter, p_first_filter, in ecore_filter_ucast_common()
1548 OSAL_MEMCPY((u8 *)(&packet_buf[0]), &mac[0], 6); in ecore_crc32c_le()
H A Decore_dev.c1088 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_resc_setup()
2086 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_reset_mb_shadow()
3738 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, in ecore_get_hw_info()
3744 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, mcp_hw_mac, ETH_ALEN); in ecore_get_hw_info()
H A Decore_dbg_fw_funcs.c1789 OSAL_MEMCPY((u8*)&dword, buf, sizeof(dword)); in ecore_read_unaligned_dword()
2604 OSAL_MEMCPY(&pci_buf_phys_addr, &dev_data->bus.pci_buf.phys_addr, sizeof(pci_buf_phys_addr)); in ecore_bus_free_pci_buf()
4968 OSAL_MEMCPY(&dev_data->bus.pci_buf.phys_addr, &pci_buf_phys_addr, sizeof(pci_buf_phys_addr)); in ecore_dbg_bus_set_pci_output()
H A Decore_int.c2517 OSAL_MEMCPY(p_sb_cnt_info, &p_igu_info->usage, in ecore_int_get_num_sbs()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt66 - void OSAL_MEMCPY(void* dst, void* src, u32 size)