Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c769 nvp = &(nvc->nvc_port[j]); in nv_attach()
867 nvp = &(nvc->nvc_port[port]); in nv_attach()
926 nvp = &(nvc->nvc_port[port]); in nv_detach()
1224 ASSERT(nvc->nvc_port != NULL); in nv_sata_probe()
1225 nvp = &(nvc->nvc_port[cport]); in nv_sata_probe()
2515 nvp = &(nvc->nvc_port[port]); in mcp5x_reg_init()
2634 nvp = &(nvc->nvc_port[j]); in ck804_reg_init()
2739 nvp = &(nvc->nvc_port[j]); in nv_init_ctl()
2969 nvp = &(nvc->nvc_port[port]); in nv_common_reg_init()
3010 nvc->nvc_port = NULL; in nv_uninit_ctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h67 struct nv_port *nvc_port; /* array of pointers to port struct */ member