Searched defs:pf_to_mgmt (Results 1 – 2 of 2) sorted by relevance
34 #define SYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->sync_msg_id) argument36 #define SYNC_MSG_ID_INC(pf_to_mgmt) (SYNC_MSG_ID(pf_to_mgmt) = \ argument82 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_register_mgmt_msg_cb()102 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_unregister_mgmt_msg_cb()127 static u64 prepare_header(struct hinic_pf_to_mgmt *pf_to_mgmt, in prepare_header()201 static int send_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in send_msg_to_mgmt()245 static int msg_to_mgmt_sync(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_sync()315 static int msg_to_mgmt_async(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_async()346 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_msg_to_mgmt()374 static void mgmt_recv_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in mgmt_recv_msg_handler()[all …]
197 struct hinic_pf_to_mgmt pf_to_mgmt; member