Searched refs:device_capabilities (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c5090 u32 port_cfg_addr, link_temp, nvm_cfg_addr, device_capabilities; local
5349 OFFSETOF(struct nvm_cfg1_glob, device_capabilities);
5351 device_capabilities = ecore_rd(p_hwfn, p_ptt, addr);
5352 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ETHERNET)
5354 &p_hwfn->hw_info.device_capabilities);
5355 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_FCOE)
5357 &p_hwfn->hw_info.device_capabilities);
5358 if (device_capabilities & NVM_CFG1_GLOB_DEVICE_CAPABILITIES_ISCSI)
5360 &p_hwfn->hw_info.device_capabilities);
5361 if (device_capabilities
[all...]
H A Decore.h496 unsigned long device_capabilities; member in struct:ecore_hw_info
H A Dnvm_cfg.h784 u32 device_capabilities; /* 0x88 */ member in struct:nvm_cfg1_glob
H A Decore_mcp.c2572 &p_hwfn->hw_info.device_capabilities))

Completed in 187 milliseconds