Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/ !
Dhclgevf_mbx.c22 hdev->mbx_resp.received_resp = false; in hclgevf_reset_mbx_resp_status()
57 while ((!hdev->mbx_resp.received_resp) && (i < HCLGEVF_MAX_TRY_TIMES)) { in hclgevf_get_mbx_resp()
72 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
174 if (resp->received_resp) in hclgevf_handle_mbx_response()
195 resp->received_resp = true; in hclgevf_handle_mbx_response()
197 resp->received_resp = true; in hclgevf_handle_mbx_response()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/ !
Dhclge_mbx.h103 bool received_resp; member
/linux-6.12.1/drivers/hid/ !
Dhid-nintendo.c588 bool received_resp; member
890 ret = wait_event_timeout(ctlr->wait, ctlr->received_resp, in joycon_hid_send_sync()
907 ctlr->received_resp = false; in joycon_hid_send_sync()
2606 ctlr->received_resp = true; in joycon_ctlr_handle_event()