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.c629 if (hwdev->pf_to_mgmt->event_flag == COMM_SEND_EVENT_START) { in hinic3_set_api_stop()
631 hwdev->pf_to_mgmt->event_flag = COMM_SEND_EVENT_TIMEOUT; in hinic3_set_api_stop()
639 if (mbox->event_flag == MBOX_EVENT_START) in hinic3_set_api_stop()
640 mbox->event_flag = MBOX_EVENT_TIMEOUT; in hinic3_set_api_stop()
H A Dhinic3_mbox.c108 mbox->event_flag == MBOX_EVENT_START) in resp_mbox_handler()
109 mbox->event_flag = MBOX_EVENT_SUCCESS; in resp_mbox_handler()
766 enum mbox_event_state event_flag) in set_mbox_to_func_event() argument
769 mbox->event_flag = event_flag; in set_mbox_to_func_event()
777 return (mbox->event_flag == MBOX_EVENT_SUCCESS) ? in check_mbox_msg_finish()
H A Dhinic3_main.c126 &nic_dev->event_flag)) in hinic3_periodic_work_handler()
H A Dhinic3_netdev_ops.c775 set_bit(HINIC3_EVENT_WORK_TX_TIMEOUT, &nic_dev->event_flag); in hinic3_tx_timeout()
/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()