Searched defs: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) = \ argument104 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() local403 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_free() local416 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = hwdev->pf_to_mgmt; in hinic_pf_to_mgmt_sync() local509 struct hinic_msg_pf_to_mgmt *pf_to_mgmt = in hinic_msg_to_mgmt_no_ack() local[all …]
442 struct hinic_msg_pf_to_mgmt *pf_to_mgmt; member