Home
last modified time | relevance | path

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

/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.c597 BUG_ON(i2400m->boot_mode == 0); in i2400m_bm_cmd()
1398 i2400m->boot_mode = 1; in i2400m_fw_dnload()
1462 i2400m->boot_mode = 0; in i2400m_fw_dnload()
Dcontrol.c724 if (i2400m->boot_mode) in i2400m_msg_to_dev()
/drivers/net/ethernet/qlogic/qed/
Dqed.h389 u8 boot_mode; member
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3395 ether_stat->feature_flags |= bp->common.boot_mode; in bnx2x_drv_info_ether_stat()
10914 u32 val, val2, val3, val4, id, boot_mode; in bnx2x_get_common_hwinfo() local
11065 boot_mode = SHMEM_RD(bp, in bnx2x_get_common_hwinfo()
11068 switch (boot_mode) { in bnx2x_get_common_hwinfo()
11070 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_PXE; in bnx2x_get_common_hwinfo()
11073 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_ISCSI; in bnx2x_get_common_hwinfo()
11076 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_FCOE; in bnx2x_get_common_hwinfo()
11079 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_NONE; in bnx2x_get_common_hwinfo()
Dbnx2x.h1099 u32 boot_mode; member