Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dconfig_defs.h89 unsigned int boot_mode : 3; member
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dconfig_defs.h89 unsigned int boot_mode : 3; member
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddriver.c607 i2400m->boot_mode = 1; in __i2400m_dev_reset_handle()
659 i2400m->boot_mode = 0; in __i2400m_dev_reset_handle()
796 i2400m->boot_mode = 1; in i2400m_init()
Di2400m.h570 unsigned boot_mode:1; /* is the device in boot mode? */ member
Dfw.c595 BUG_ON(i2400m->boot_mode == 0); in i2400m_bm_cmd()
1396 i2400m->boot_mode = 1; in i2400m_fw_dnload()
1460 i2400m->boot_mode = 0; in i2400m_fw_dnload()
Dcontrol.c724 if (i2400m->boot_mode) in i2400m_msg_to_dev()
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dclkgen_defs.h86 unsigned int boot_mode : 5; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h389 u8 boot_mode; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3395 ether_stat->feature_flags |= bp->common.boot_mode; in bnx2x_drv_info_ether_stat()
10881 u32 val, val2, val3, val4, id, boot_mode; in bnx2x_get_common_hwinfo() local
11032 boot_mode = SHMEM_RD(bp, in bnx2x_get_common_hwinfo()
11035 switch (boot_mode) { in bnx2x_get_common_hwinfo()
11037 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_PXE; in bnx2x_get_common_hwinfo()
11040 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_ISCSI; in bnx2x_get_common_hwinfo()
11043 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_FCOE; in bnx2x_get_common_hwinfo()
11046 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_NONE; in bnx2x_get_common_hwinfo()
Dbnx2x.h1099 u32 boot_mode; member