Home
last modified time | relevance | path

Searched refs:reset_context (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm64/mm/
Dcontext.c89 static void reset_context(void *info) in reset_context() function
160 smp_call_function(reset_context, NULL, 1); in __new_context()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_common.c614 ahw->reset_context = 0; in qlcnic_sriov_vf_init()
1434 ahw->reset_context = 1; in __qlcnic_sriov_issue_cmd()
1719 ahw->reset_context = 0; in qlcnic_sriov_vf_detach()
1817 else if (ahw->reset_context) in qlcnic_sriov_vf_idc_ready_state()
Dqlcnic_83xx_init.c659 ahw->reset_context = 0; in qlcnic_83xx_idc_update_idc_params()
869 if (ahw->reset_context && in qlcnic_83xx_idc_ready_state()
871 adapter->ahw->reset_context = 0; in qlcnic_83xx_idc_ready_state()
Dqlcnic_main.c1911 adapter->ahw->reset_context = 0; in __qlcnic_up()
3079 adapter->ahw->reset_context = 1; in qlcnic_tx_timeout()
3757 if (ahw->reset_context && qlcnic_auto_fw_reset) in qlcnic_check_health()
Dqlcnic.h487 u8 reset_context; member