Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_mbx.c13 hdev->mbx_resp.received_resp = false; in hclgevf_reset_mbx_resp_status()
42 while ((!hdev->mbx_resp.received_resp) && (i < HCLGEVF_MAX_TRY_TIMES)) { in hclgevf_get_mbx_resp()
53 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
188 if (resp->received_resp) in hclgevf_mbx_handler()
192 resp->received_resp = true; in hclgevf_mbx_handler()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h81 bool received_resp; member