Lines Matching refs:hwdev
284 hinic_dump_aeq_info(pf_to_mgmt->hwdev); in msg_to_mgmt_sync()
373 return hinic_mbox_to_pf(pf_to_mgmt->hwdev, mod, cmd, buf_in, in hinic_msg_to_mgmt()
620 struct hinic_hwdev *hwdev = &pfhwdev->hwdev; in hinic_pf_to_mgmt_init() local
625 pf_to_mgmt->hwdev = hwdev; in hinic_pf_to_mgmt_init()
630 err = hinic_health_reporters_create(hwdev->devlink_dev); in hinic_pf_to_mgmt_init()
638 hinic_health_reporters_destroy(hwdev->devlink_dev); in hinic_pf_to_mgmt_init()
647 hinic_health_reporters_destroy(hwdev->devlink_dev); in hinic_pf_to_mgmt_init()
655 hinic_health_reporters_destroy(hwdev->devlink_dev); in hinic_pf_to_mgmt_init()
659 hinic_aeq_register_hw_cb(&hwdev->aeqs, HINIC_MSG_FROM_MGMT_CPU, in hinic_pf_to_mgmt_init()
672 struct hinic_hwdev *hwdev = &pfhwdev->hwdev; in hinic_pf_to_mgmt_free() local
674 if (HINIC_IS_VF(hwdev->hwif)) in hinic_pf_to_mgmt_free()
677 hinic_aeq_unregister_hw_cb(&hwdev->aeqs, HINIC_MSG_FROM_MGMT_CPU); in hinic_pf_to_mgmt_free()
680 hinic_health_reporters_destroy(hwdev->devlink_dev); in hinic_pf_to_mgmt_free()