Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A 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()
43 struct hclgevf_mbx_resp_status *mbx_resp; in hclgevf_get_mbx_resp() local
70 mbx_resp = &hdev->mbx_resp; in hclgevf_get_mbx_resp()
74 if (mbx_resp->resp_status) in hclgevf_get_mbx_resp()
75 return mbx_resp->resp_status; in hclgevf_get_mbx_resp()
85 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
[all …]
A Dhclgevf_main.h322 struct hclgevf_mbx_resp_status mbx_resp; /* mailbox response */ member
A Dhclgevf_main.c2774 mutex_init(&hdev->mbx_resp.mbx_mutex); in hclgevf_state_init()
2793 mutex_destroy(&hdev->mbx_resp.mbx_mutex); in hclgevf_state_uninit()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_dev.h163 atomic64_t mbx_resp; member
A Dnitrox_mbx.c98 atomic64_inc(&vfdev->mbx_resp); in pf2vf_send_response()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_vfpf.c1990 goto mbx_resp; in bnx2x_vf_mbx_update_rss()
2031 goto mbx_resp; in bnx2x_vf_mbx_update_rss()
2035 mbx_resp: in bnx2x_vf_mbx_update_rss()
2072 goto mbx_resp; in bnx2x_vf_mbx_update_tpa()
2099 mbx_resp: in bnx2x_vf_mbx_update_tpa()

Completed in 22 milliseconds