Home
last modified time | relevance | path

Searched refs:mlx_cfg_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1191 pci_config_teardown(&mlxp->mlx_cfg_handle); in mlxcx_teardown()
1192 mlxp->mlx_cfg_handle = NULL; in mlxcx_teardown()
1212 venid = pci_config_get16(mlxp->mlx_cfg_handle, PCI_CONF_VENID); in mlxcx_get_model()
1219 devid = pci_config_get16(mlxp->mlx_cfg_handle, PCI_CONF_DEVID); in mlxcx_get_model()
2775 if (pci_config_setup(mlxp->mlx_dip, &mlxp->mlx_cfg_handle) != in mlxcx_attach()
H A Dmlxcx.h1130 ddi_acc_handle_t mlx_cfg_handle; member