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) = \ argument358 pf_to_mgmt = kzalloc(sizeof(*pf_to_mgmt), GFP_KERNEL); in hinic_pf_to_mgmt_init()359 if (!pf_to_mgmt) { in hinic_pf_to_mgmt_init()364 hwdev->pf_to_mgmt = pf_to_mgmt; in hinic_pf_to_mgmt_init()392 kfree(pf_to_mgmt); in hinic_pf_to_mgmt_init()403 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_free() local408 kfree(pf_to_mgmt); in hinic_pf_to_mgmt_free()[all …]
442 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; member