Searched refs:hinic_pf_to_mgmt (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_hw_mgmt.h | 129 struct hinic_pf_to_mgmt { struct 149 struct hinic_pf_to_mgmt *pf_to_mgmt; argument 160 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, 168 void hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, 171 int hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, 176 int hinic_pf_to_mgmt_init(struct hinic_pf_to_mgmt *pf_to_mgmt, 179 void hinic_pf_to_mgmt_free(struct hinic_pf_to_mgmt *pf_to_mgmt);
|
| A D | hinic_hw_mgmt.c | 81 void hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_register_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() 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() 530 struct hinic_pf_to_mgmt *pf_to_mgmt = handle; in mgmt_msg_aeqe_handler() 549 static int alloc_recv_msg(struct hinic_pf_to_mgmt *pf_to_mgmt, in alloc_recv_msg() 574 static int alloc_msg_buf(struct hinic_pf_to_mgmt *pf_to_mgmt) in alloc_msg_buf() 616 int hinic_pf_to_mgmt_init(struct hinic_pf_to_mgmt *pf_to_mgmt, in hinic_pf_to_mgmt_init() [all …]
|
| A D | hinic_hw_dev.h | 400 struct hinic_pf_to_mgmt pf_to_mgmt;
|
Completed in 10 milliseconds