Searched refs:device_capabilities (Results 1 – 4 of 4) sorted by relevance
5088 u32 port_cfg_addr, link_temp, nvm_cfg_addr, device_capabilities; in ecore_hw_get_nvm_info() local5347 OFFSETOF(struct nvm_cfg1_glob, device_capabilities); in ecore_hw_get_nvm_info()5349 device_capabilities = ecore_rd(p_hwfn, p_ptt, addr); in ecore_hw_get_nvm_info()5350 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ETHERNET) in ecore_hw_get_nvm_info()5352 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5353 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_FCOE) in ecore_hw_get_nvm_info()5355 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5356 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ISCSI) in ecore_hw_get_nvm_info()5358 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5359 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ROCE) in ecore_hw_get_nvm_info()[all …]
495 unsigned long device_capabilities; member
782 u32 device_capabilities; /* 0x88 */ member
2570 &p_hwfn->hw_info.device_capabilities)) in ecore_mcp_get_shmem_proto_legacy()