Home
last modified time | relevance | path

Searched refs:mlx_dip (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c617 if (mlxp != NULL && mlxp->mlx_dip != NULL) { in mlxcx_note()
618 vdev_err(mlxp->mlx_dip, CE_NOTE, fmt, ap); in mlxcx_note()
631 if (mlxp != NULL && mlxp->mlx_dip != NULL) { in mlxcx_warn()
632 vdev_err(mlxp->mlx_dip, CE_WARN, fmt, ap); in mlxcx_warn()
715 ddi_fm_handler_unregister(mlxp->mlx_dip); in mlxcx_fm_fini()
719 pci_ereport_teardown(mlxp->mlx_dip); in mlxcx_fm_fini()
721 ddi_fm_fini(mlxp->mlx_dip); in mlxcx_fm_fini()
774 pci_ereport_setup(mlxp->mlx_dip); in mlxcx_fm_init()
1073 dev_info_t *dip = mlxp->mlx_dip; in mlxcx_teardown()
1465 ddi_get_instance(mlxp->mlx_dip)); in mlxcx_setup_bufs()
[all …]
H A Dmlxcx_sensor.c71 (void) ksensor_remove(mlxp->mlx_dip, KSENSOR_ALL_IDS); in mlxcx_teardown_sensors()
111 ret = ksensor_create_scalar_pcidev(mlxp->mlx_dip, in mlxcx_setup_sensors()
H A Dmlxcx_intr.c186 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_arm_eq()
269 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_update_cqci()
334 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_arm_cq()
681 ddi_fm_ereport_post(mlxp->mlx_dip, buf, ena, DDI_NOSLEEP, in mlxcx_report_module_error()
693 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_report_module_error()
1071 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_intr_n()
1094 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_intr_n()
1208 dev_info_t *dip = mlxp->mlx_dip; in mlxcx_intr_setup()
H A Dmlxcx_dma.c296 ret = ddi_dma_alloc_handle(mlxp->mlx_dip, attrp, memcb, NULL, in mlxcx_dma_init()
365 ret = ddi_dma_alloc_handle(mlxp->mlx_dip, attrp, memcb, NULL, in mlxcx_dma_alloc()
421 ret = ddi_dma_alloc_handle(mlxp->mlx_dip, attrp, memcb, NULL, in mlxcx_dma_alloc_offset()
H A Dmlxcx_ring.c1269 ddi_driver_name(mlxp->mlx_dip), mlxp->mlx_inst, in mlxcx_rx_group_start()
1490 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_LOST); in mlxcx_sq_ring_dbell()
1979 ddi_fm_ereport_post(mlxp->mlx_dip, buf, ena, DDI_NOSLEEP, in mlxcx_fm_cqe_ereport()
1991 ddi_fm_service_impact(mlxp->mlx_dip, DDI_SERVICE_DEGRADED); in mlxcx_fm_cqe_ereport()
H A Dmlxcx.h1099 dev_info_t *mlx_dip; member
H A Dmlxcx_gld.c1619 mac->m_dip = mlxp->mlx_dip; in mlxcx_register_mac()
H A Dmlxcx_cmd.c585 if ((cmd->mcmd_taskq = ddi_taskq_create(mlxp->mlx_dip, tq_name, 1, in mlxcx_cmd_queue_init()