Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c752 nvc->nvc_ctlr_num = PCI_REG_FUNC_G(regs->pci_phys_hi); in nv_attach()
2165 (nvp->nvp_ctlp->nvc_ctlr_num * 2) + nvp->nvp_port_num); in nv_start_common()
2907 nvp->nvp_ctlp->nvc_ctlr_num, nvp->nvp_port_num)); in nv_uninit_port()
5459 nvp->nvp_ctlp->nvc_ctlr_num, in nv_monitor_reset()
5515 nvp->nvp_ctlp->nvc_ctlr_num, in nv_monitor_reset()
5520 nvp->nvp_ctlp->nvc_ctlr_num, in nv_monitor_reset()
5704 SGP_CTLR_PORT_TO_DRV(nvp->nvp_ctlp->nvc_ctlr_num, in nv_timeout()
6070 nvp->nvp_ctlp->nvc_ctlr_num, nvp->nvp_port_num)); in nv_suspend()
6491 if ((nvc->nvc_ctlr_num != 0) && (nvc->nvc_ctlr_num != 1)) in nv_sgp_led_init()
6561 cmn->nvs_in_use = (1 << nvc->nvc_ctlr_num); in nv_sgp_led_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h112 uint8_t nvc_ctlr_num; /* controller number within the part */ member