Searched refs:pf_to_mgmt (Results 1 – 2 of 2) sorted by relevance
32 #define SYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->sync_msg_id) argument34 #define SYNC_MSG_ID_INC(pf_to_mgmt) (SYNC_MSG_ID(pf_to_mgmt) = \ argument37 #define ASYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->async_msg_id) argument39 #define ASYNC_MSG_ID_INC(pf_to_mgmt) (ASYNC_MSG_ID(pf_to_mgmt) = \ argument354 pf_to_mgmt = kzalloc(sizeof(*pf_to_mgmt), GFP_KERNEL); in hinic_pf_to_mgmt_init()355 if (!pf_to_mgmt) { in hinic_pf_to_mgmt_init()360 hwdev->pf_to_mgmt = pf_to_mgmt; in hinic_pf_to_mgmt_init()388 kfree(pf_to_mgmt); in hinic_pf_to_mgmt_init()399 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_free() local404 kfree(pf_to_mgmt); in hinic_pf_to_mgmt_free()[all …]
442 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; member