Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c875 u32 config_bitmap = 0x0; in ecore_get_config_bitmap() local
878 config_bitmap |= CONFIG_ECORE_L2_BITMAP_IDX; in ecore_get_config_bitmap()
881 config_bitmap |= CONFIG_ECORE_SRIOV_BITMAP_IDX; in ecore_get_config_bitmap()
884 config_bitmap |= CONFIG_ECORE_ROCE_BITMAP_IDX; in ecore_get_config_bitmap()
887 config_bitmap |= CONFIG_ECORE_IWARP_BITMAP_IDX; in ecore_get_config_bitmap()
890 config_bitmap |= CONFIG_ECORE_FCOE_BITMAP_IDX; in ecore_get_config_bitmap()
893 config_bitmap |= CONFIG_ECORE_ISCSI_BITMAP_IDX; in ecore_get_config_bitmap()
896 config_bitmap |= CONFIG_ECORE_LL2_BITMAP_IDX; in ecore_get_config_bitmap()
899 return config_bitmap; in ecore_get_config_bitmap()