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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h203 #define VCC_CONTROL_PORT 0x7ff /* port 2047 is control port */ macro
220 VCC_CONTROL_PORT)].portno)
224 VCC_CONTROL_PORT)]))
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c683 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) {
741 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) {
971 vport = &vccp->port[VCC_CONTROL_PORT];
980 vccp->minor_tbl[VCC_CONTROL_PORT].portno =
1101 if (i == VCC_CONTROL_PORT) {
1108 (i != VCC_CONTROL_PORT)) {
1184 if (portno == VCC_CONTROL_PORT) {
1293 if (portno == VCC_CONTROL_PORT) {
1340 if (i == VCC_CONTROL_PORT) {
1392 vport = &vccp->port[VCC_CONTROL_PORT];
[all...]

Completed in 47 milliseconds