Home
last modified time | relevance | path

Searched refs:function_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2758 pdev->eq_info.function_state = FUNCTION_START_COMPLETED; in lm_eq_handle_function_start_eqe()
2765 pdev->eq_info.function_state = FUNCTION_STOP_COMPLETED; in lm_eq_handle_function_stop_eqe()
3825 …DbgBreakIf((pdev->eq_info.function_state == FUNCTION_STOP_POSTED) || (pdev->eq_info.function_state in lm_sq_post_entry()
H A Dlm_hw_init_reset.c1160 pdev->eq_info.function_state = FUNCTION_STOP_POSTED; in lm_function_stop()
1174 lm_status = lm_wait_state_change(pdev, &pdev->eq_info.function_state, FUNCTION_STOP_COMPLETED); in lm_function_stop()
1990 pdev->eq_info.function_state = FUNCTION_START_POSTED; in lm_function_start()
2088 lm_status = lm_wait_state_change(pdev, &pdev->eq_info.function_state, FUNCTION_START_COMPLETED); in lm_function_start()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2722 volatile u32_t function_state; member