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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c19 /* this function should be called with mbx_resp.mbx_mutex held
22 hdev->mbx_resp.received_resp = false;
23 hdev->mbx_resp.origin_mbx_msg = 0;
24 hdev->mbx_resp.resp_status = 0;
25 hdev->mbx_resp.match_id++;
27 if (hdev->mbx_resp.match_id == 0)
28 hdev->mbx_resp.match_id = HCLGEVF_MBX_MATCH_ID_START;
29 memset(hdev->mbx_resp.additional_info, 0, HCLGE_MBX_MAX_RESP_DATA_SIZE);
45 struct hclgevf_mbx_resp_status *mbx_resp; local
57 while ((!hdev->mbx_resp
[all...]
H A Dhclgevf_main.h261 struct hclgevf_mbx_resp_status mbx_resp; /* mailbox response */ member in struct:hclgevf_dev
H A Dhclgevf_main.c2256 mutex_init(&hdev->mbx_resp.mbx_mutex);
2275 mutex_destroy(&hdev->mbx_resp.mbx_mutex);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h155 * @mbx_resp: Mailbox counters
163 atomic64_t mbx_resp; member in struct:nitrox_vfdev
H A Dnitrox_mbx.c99 atomic64_inc(&vfdev->mbx_resp);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c1993 goto mbx_resp;
2034 goto mbx_resp;
2038 mbx_resp:
2075 goto mbx_resp;
2102 mbx_resp:

Completed in 146 milliseconds