Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h511 * @config_bitmap: bit map of the config commands. each bit will trigger a
515 __le32 config_bitmap;
520 * @config_bitmap: bit map of the config commands. each bit will trigger a
525 __le32 config_bitmap;
531 * @config_bitmap: bit map of the config commands. each bit will trigger a
539 __le32 config_bitmap;
546 * @config_bitmap: Bitmap of the config commands. Each bit will trigger a
557 __le32 config_bitmap;
565 * @config_bitmap: Bitmap of the config commands. Each bit will trigger a
579 __le32 config_bitmap;
506 __le32 config_bitmap; global() member
516 __le32 config_bitmap; global() member
530 __le32 config_bitmap; global() member
548 __le32 config_bitmap; global() member
570 __le32 config_bitmap; global() member
595 __le32 config_bitmap; global() member
[all...]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c1009 __le32 config_bitmap = 0; iwl_acpi_get_lari_config_bitmap() local
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c879 u32 config_bitmap = 0x0; in ecore_get_config_bitmap() local
882 config_bitmap |= CONFIG_ECORE_L2_BITMAP_IDX; in ecore_get_config_bitmap()
885 config_bitmap |= CONFIG_ECORE_SRIOV_BITMAP_IDX; in ecore_get_config_bitmap()
888 config_bitmap |= CONFIG_ECORE_ROCE_BITMAP_IDX; in ecore_get_config_bitmap()
891 config_bitmap |= CONFIG_ECORE_IWARP_BITMAP_IDX; in ecore_get_config_bitmap()
894 config_bitmap |= CONFIG_ECORE_FCOE_BITMAP_IDX; in ecore_get_config_bitmap()
897 config_bitmap |= CONFIG_ECORE_ISCSI_BITMAP_IDX; in ecore_get_config_bitmap()
900 config_bitmap |= CONFIG_ECORE_LL2_BITMAP_IDX; in ecore_get_config_bitmap()
903 return config_bitmap; in ecore_get_config_bitmap()
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c