Home
last modified time | relevance | path

Searched refs:nv_sgp_cb_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sgpio.h114 } nv_sgp_cb_t; typedef
H A Dnv_sata.h114 volatile nv_sgp_cb_t *nvc_sgp_cbp; /* SGPIO Control Block */
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c6505 nvc->nvc_sgp_cbp = (nv_sgp_cb_t *)psm_map_phys_new(cbp, in nv_sgp_led_init()
6506 sizeof (nv_sgp_cb_t), PROT_READ | PROT_WRITE); in nv_sgp_led_init()
6827 volatile nv_sgp_cb_t *cbp; in nv_sgp_activity_led_ctl()
7011 volatile nv_sgp_cb_t *cb = nvc->nvc_sgp_cbp; in nv_sgp_locate()
7052 volatile nv_sgp_cb_t *cb = nvc->nvc_sgp_cbp; in nv_sgp_error()
7090 volatile nv_sgp_cb_t *cb = nvc->nvc_sgp_cbp; in nv_sgp_cleanup()
7168 psm_unmap_phys((caddr_t)nvc->nvc_sgp_cbp, sizeof (nv_sgp_cb_t)); in nv_sgp_cleanup()