Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_init.c2104 switch (adapter->ahw->post_mode) { in qlcnic_83xx_run_post()
2136 adapter->ahw->post_mode); in qlcnic_83xx_run_post()
2468 ahw->post_mode = QLC_83XX_POST_FAST_MODE; in qlcnic_83xx_init()
2472 ahw->post_mode = QLC_83XX_POST_MEDIUM_MODE; in qlcnic_83xx_init()
2476 ahw->post_mode = QLC_83XX_POST_SLOW_MODE; in qlcnic_83xx_init()
Dqlcnic.h542 u32 post_mode; member