Home
last modified time | relevance | path

Searched refs:event_flag (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_mgmt.c36 pf_to_mgmt->event_flag); in hinic3_mgmt_resp_msg_handler()
37 } else if (pf_to_mgmt->event_flag == COMM_SEND_EVENT_START) { in hinic3_mgmt_resp_msg_handler()
38 pf_to_mgmt->event_flag = COMM_SEND_EVENT_SUCCESS; in hinic3_mgmt_resp_msg_handler()
43 pf_to_mgmt->event_flag); in hinic3_mgmt_resp_msg_handler()
H A Dhinic3_hwdev.c638 if (hwdev->pf_to_mgmt->event_flag == COMM_SEND_EVENT_START) { in hinic3_set_api_stop()
640 hwdev->pf_to_mgmt->event_flag = COMM_SEND_EVENT_TIMEOUT; in hinic3_set_api_stop()
648 if (mbox->event_flag == MBOX_EVENT_START) in hinic3_set_api_stop()
649 mbox->event_flag = MBOX_EVENT_TIMEOUT;
H A Dhinic3_mbox.c109 mbox->event_flag == MBOX_EVENT_START) in resp_mbox_handler()
110 mbox->event_flag = MBOX_EVENT_SUCCESS; in resp_mbox_handler()
789 enum mbox_event_state event_flag) in wait_mbox_msg_completion()
792 mbox->event_flag = event_flag; in wait_mbox_msg_completion()
803 return (mbox->event_flag == MBOX_EVENT_SUCCESS) ? in hinic3_send_mbox_to_mgmt()
766 set_mbox_to_func_event(struct hinic3_mbox * mbox,enum mbox_event_state event_flag) set_mbox_to_func_event() argument
H A Dhinic3_main.c127 &nic_dev->event_flag)) in hinic3_periodic_work_handler()
H A Dhinic3_netdev_ops.c779 set_bit(HINIC3_EVENT_WORK_TX_TIMEOUT, &nic_dev->event_flag); in hinic3_get_stats64()
/linux/drivers/acpi/
H A Dprocessor_perflib.c123 void acpi_processor_ppc_has_changed(struct acpi_processor *pr, int event_flag) in acpi_processor_ppc_has_changed() argument
132 if (event_flag) in acpi_processor_ppc_has_changed()
142 if (event_flag) { in acpi_processor_ppc_has_changed()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h107 enum mbox_event_state event_flag; member
H A Dhinic_hw_mbox.c395 func_to_func->event_flag == EVENT_START) in resp_mbox_handler()
959 enum mbox_event_state event_flag) in set_mbox_to_func_event() argument
962 func_to_func->event_flag = event_flag; in set_mbox_to_func_event()