Home
last modified time | relevance | path

Searched refs:pf_to_mgmt (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_mgmt.c27 #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
217 SYNC_MSG_ID_INC(pf_to_mgmt); in send_msg_to_mgmt()
226 pf_to_mgmt->sync_msg_buf, in send_msg_to_mgmt()
391 struct hinic_pf_to_mgmt *pf_to_mgmt = mgmt_work->pf_to_mgmt; in recv_mgmt_msg_work_handler() local
456 mgmt_work->pf_to_mgmt = pf_to_mgmt; in mgmt_recv_msg_handler()
624 pf_to_mgmt->hwif = hwif; in hinic_pf_to_mgmt_init()
625 pf_to_mgmt->hwdev = hwdev; in hinic_pf_to_mgmt_init()
636 if (!pf_to_mgmt->workq) { in hinic_pf_to_mgmt_init()
641 pf_to_mgmt->sync_msg_id = 0; in hinic_pf_to_mgmt_init()
[all …]
A Dhinic_hw_mgmt.h149 struct hinic_pf_to_mgmt *pf_to_mgmt; member
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 Dhinic_hw_dev.c111 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_CFGM, in get_capability()
300 return hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in set_hw_ioctxt()
369 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in clear_io_resources()
400 return hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, in set_resources_state()
751 err = hinic_pf_to_mgmt_init(&pfhwdev->pf_to_mgmt, hwif); in init_pfhwdev()
760 hinic_pf_to_mgmt_free(&pfhwdev->pf_to_mgmt); in init_pfhwdev()
765 hinic_register_mgmt_msg_cb(&pfhwdev->pf_to_mgmt, in init_pfhwdev()
802 hinic_unregister_mgmt_msg_cb(&pfhwdev->pf_to_mgmt, in free_pfhwdev()
804 hinic_unregister_mgmt_msg_cb(&pfhwdev->pf_to_mgmt, in free_pfhwdev()
812 hinic_pf_to_mgmt_free(&pfhwdev->pf_to_mgmt); in free_pfhwdev()
[all …]
A Dhinic_hw_cmdq.c828 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in init_cmdqs_ctxt()
867 return hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in hinic_set_cmdq_depth()
A Dhinic_hw_dev.h400 struct hinic_pf_to_mgmt pf_to_mgmt; member
A Dhinic_hw_mbox.c536 ret = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in set_vf_mbox_random_id()
1391 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in comm_pf_mbox_handler()
A Dhinic_hw_io.c506 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in hinic_set_wq_page_size()
A Dhinic_hw_eqs.c559 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in set_ceq_ctrl_reg()
A Dhinic_port.c1289 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in _set_led_status()
A Dhinic_sriov.c1054 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_L2NIC, in nic_pf_mbox_handler()

Completed in 40 milliseconds