Home
last modified time | relevance | path

Searched refs:mbx_resp (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_mbx.c22 hdev->mbx_resp.received_resp = false; in hclgevf_reset_mbx_resp_status()
23 hdev->mbx_resp.origin_mbx_msg = 0; in hclgevf_reset_mbx_resp_status()
24 hdev->mbx_resp.resp_status = 0; in hclgevf_reset_mbx_resp_status()
25 hdev->mbx_resp.match_id++; in hclgevf_reset_mbx_resp_status()
27 if (hdev->mbx_resp.match_id == 0) in hclgevf_reset_mbx_resp_status()
28 hdev->mbx_resp.match_id = HCLGEVF_MBX_MATCH_ID_START; in hclgevf_reset_mbx_resp_status()
29 memset(hdev->mbx_resp.additional_info, 0, HCLGE_MBX_MAX_RESP_DATA_SIZE); in hclgevf_reset_mbx_resp_status()
45 struct hclgevf_mbx_resp_status *mbx_resp; in hclgevf_get_mbx_resp() local
57 while ((!hdev->mbx_resp.received_resp) && (i < HCLGEVF_MAX_TRY_TIMES)) { in hclgevf_get_mbx_resp()
69 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
[all …]
Dhclgevf_main.h260 struct hclgevf_mbx_resp_status mbx_resp; /* mailbox response */ member
Dhclgevf_main.c2238 mutex_init(&hdev->mbx_resp.mbx_mutex); in hclgevf_state_init()
2257 mutex_destroy(&hdev->mbx_resp.mbx_mutex); in hclgevf_state_uninit()
/Linux-v6.6/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h163 atomic64_t mbx_resp; member
Dnitrox_mbx.c99 atomic64_inc(&vfdev->mbx_resp); in pf2vf_send_response()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1993 goto mbx_resp; in bnx2x_vf_mbx_update_rss()
2034 goto mbx_resp; in bnx2x_vf_mbx_update_rss()
2038 mbx_resp: in bnx2x_vf_mbx_update_rss()
2075 goto mbx_resp; in bnx2x_vf_mbx_update_tpa()
2102 mbx_resp: in bnx2x_vf_mbx_update_tpa()