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.c5459 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()
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()
6603 cmn->nvs_in_use |= (1 << nvc->nvc_ctlr_num); in nv_sgp_led_init()
6727 nvc->nvc_ctlr_num, nvc->nvc_sgp_csr); in nv_sgp_init()
6741 cmn->nvs_in_use |= (1 << nvc->nvc_ctlr_num); in nv_sgp_check_set_cmn()
7109 drive = SGP_CTLR_PORT_TO_DRV(nvc->nvc_ctlr_num, 0); in nv_sgp_cleanup()
7114 drive = SGP_CTLR_PORT_TO_DRV(nvc->nvc_ctlr_num, 1); in nv_sgp_cleanup()
[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