Searched refs:hinic_pf_to_mgmt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_mgmt.h | 117 struct hinic_pf_to_mgmt { struct 132 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, argument 140 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, 143 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, 148 int hinic_pf_to_mgmt_init(struct hinic_pf_to_mgmt *pf_to_mgmt, 151 void hinic_pf_to_mgmt_free(struct hinic_pf_to_mgmt *pf_to_mgmt);
|
D | hinic_hw_mgmt.c | 82 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() 418 static void mgmt_resp_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in mgmt_resp_msg_handler() 432 static void recv_mgmt_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in recv_mgmt_msg_handler() [all …]
|
D | hinic_hw_dev.h | 197 struct hinic_pf_to_mgmt pf_to_mgmt;
|