Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c2081 switch (adapter->ahw->post_mode) { in qlcnic_83xx_run_post()
2113 adapter->ahw->post_mode); in qlcnic_83xx_run_post()
2446 ahw->post_mode = QLC_83XX_POST_FAST_MODE; in qlcnic_83xx_init()
2450 ahw->post_mode = QLC_83XX_POST_MEDIUM_MODE; in qlcnic_83xx_init()
2454 ahw->post_mode = QLC_83XX_POST_SLOW_MODE; in qlcnic_83xx_init()
H A Dqlcnic.h539 u32 post_mode; member