Searched refs:device_capabilities (Results 1 – 4 of 4) sorted by relevance
5092 u32 port_cfg_addr, link_temp, nvm_cfg_addr, device_capabilities; in ecore_hw_get_nvm_info() local5351 OFFSETOF(struct nvm_cfg1_glob, device_capabilities); in ecore_hw_get_nvm_info()5353 device_capabilities = ecore_rd(p_hwfn, p_ptt, addr); in ecore_hw_get_nvm_info()5354 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ETHERNET) in ecore_hw_get_nvm_info()5356 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5357 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_FCOE) in ecore_hw_get_nvm_info()5359 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5360 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ISCSI) in ecore_hw_get_nvm_info()5362 &p_hwfn->hw_info.device_capabilities); in ecore_hw_get_nvm_info()5363 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ROCE) in ecore_hw_get_nvm_info()[all …]
496 unsigned long device_capabilities; member
786 u32 device_capabilities; /* 0x88 */ member
2573 &p_hwfn->hw_info.device_capabilities)) in ecore_mcp_get_shmem_proto_legacy()