Searched defs:pf_to_mgmt (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_mgmt.c | 27 #define SYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->sync_msg_id) argument 29 #define SYNC_MSG_ID_INC(pf_to_mgmt) (SYNC_MSG_ID(pf_to_mgmt) = \ argument 81 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_register_mgmt_msg_cb() 101 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_unregister_mgmt_msg_cb() 126 static u64 prepare_header(struct hinic_pf_to_mgmt *pf_to_mgmt, in prepare_header() 200 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() 319 static int msg_to_mgmt_async(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_async() 350 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_msg_to_mgmt() 391 struct hinic_pf_to_mgmt *pf_to_mgmt = mgmt_work->pf_to_mgmt; in recv_mgmt_msg_work_handler() local [all …]
|
| D | hinic_hw_mgmt.h | 149 struct hinic_pf_to_mgmt *pf_to_mgmt; member
|
| D | hinic_hw_dev.h | 400 struct hinic_pf_to_mgmt pf_to_mgmt; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_mgmt.c | 27 #define SYNC_MSG_ID(pf_to_mgmt) ((pf_to_mgmt)->sync_msg_id) argument 29 #define SYNC_MSG_ID_INC(pf_to_mgmt) (SYNC_MSG_ID(pf_to_mgmt) = \ argument 81 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_register_mgmt_msg_cb() 101 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_unregister_mgmt_msg_cb() 126 static u64 prepare_header(struct hinic_pf_to_mgmt *pf_to_mgmt, in prepare_header() 200 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() 319 static int msg_to_mgmt_async(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_async() 350 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_msg_to_mgmt() 391 struct hinic_pf_to_mgmt *pf_to_mgmt = mgmt_work->pf_to_mgmt; in recv_mgmt_msg_work_handler() local [all …]
|
| D | hinic_hw_mgmt.h | 149 struct hinic_pf_to_mgmt *pf_to_mgmt; member
|
| D | hinic_hw_dev.h | 466 struct hinic_pf_to_mgmt pf_to_mgmt; member
|