Searched refs:SGP_CTLR_PORT_TO_DRV (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h763 #define SGP_CTLR_PORT_TO_DRV(c, p) (((c) << 1) | ((p) & 1)) macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2906 nv_sgp_drive_disconnect(nvp->nvp_ctlp, SGP_CTLR_PORT_TO_DRV(
5458 SGP_CTLR_PORT_TO_DRV(
5514 SGP_CTLR_PORT_TO_DRV(
5519 SGP_CTLR_PORT_TO_DRV(
5704 SGP_CTLR_PORT_TO_DRV(nvp->nvp_ctlp->nvc_ctlr_num,
6069 nv_sgp_drive_disconnect(nvp->nvp_ctlp, SGP_CTLR_PORT_TO_DRV(
7109 drive = SGP_CTLR_PORT_TO_DRV(nvc->nvc_ctlr_num, 0);
7114 drive = SGP_CTLR_PORT_TO_DRV(nvc->nvc_ctlr_num, 1);

Completed in 73 milliseconds