Home
last modified time | relevance | path

Searched refs:pf_to_mgmt (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mgmt.c32 #define SYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->sync_msg_id) argument
34 #define SYNC_MSG_ID_INC(pf_to_mgmt) (SYNC_MSG_ID(pf_to_mgmt) = \ argument
37 #define ASYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->async_msg_id) argument
39 #define ASYNC_MSG_ID_INC(pf_to_mgmt) (ASYNC_MSG_ID(pf_to_mgmt) = \ argument
358 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() local
408 kfree(pf_to_mgmt); in hinic_pf_to_mgmt_free()
[all …]
H A Dhinic_pmd_hwdev.h442 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; member