Searched refs:hinic_pf_to_mgmt (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_mgmt.c | 73 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_register_mgmt_msg_cb() 93 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_unregister_mgmt_msg_cb() 118 static u64 prepare_header(struct hinic_pf_to_mgmt *pf_to_mgmt, in prepare_header() 192 static int send_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in send_msg_to_mgmt() 236 static int msg_to_mgmt_sync(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_sync() 306 static int msg_to_mgmt_async(struct hinic_pf_to_mgmt *pf_to_mgmt, in msg_to_mgmt_async() 337 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_msg_to_mgmt() 365 static void mgmt_recv_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in mgmt_recv_msg_handler() 409 static void mgmt_resp_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in mgmt_resp_msg_handler() 423 static void recv_mgmt_msg_handler(struct hinic_pf_to_mgmt *pf_to_mgmt, in recv_mgmt_msg_handler() [all …]
|
D | hinic_hw_mgmt.h | 108 struct hinic_pf_to_mgmt { struct 123 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, argument 131 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, 134 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, 139 int hinic_pf_to_mgmt_init(struct hinic_pf_to_mgmt *pf_to_mgmt, 142 void hinic_pf_to_mgmt_free(struct hinic_pf_to_mgmt *pf_to_mgmt);
|
D | hinic_hw_dev.h | 244 struct hinic_pf_to_mgmt pf_to_mgmt;
|