Home
last modified time | relevance | path

Searched defs: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
104 static void prepare_header(struct hinic_msg_pf_to_mgmt *pf_to_mgmt, in prepare_header()
193 static int alloc_msg_buf(struct hinic_msg_pf_to_mgmt *pf_to_mgmt) in alloc_msg_buf()
355 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; in hinic_pf_to_mgmt_init() local
403 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_free() local
416 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_sync() local
509 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = in hinic_msg_to_mgmt_no_ack() local
[all …]
H A Dhinic_pmd_hwdev.h442 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; member