Searched refs:p_instance (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c753 D2(vswp, "vsw_forward_all: port %d", portp->p_instance);
842 " : port %d", __func__, port->p_instance);
855 "0x%llx", __func__, port->p_instance, key);
954 portp->p_instance);
1027 portp->p_instance);
1037 vswp->pvid, portp->p_instance);
1149 ether_sprintf(&portp->p_macaddr), portp->p_instance);
1545 "port %ld", __func__, addr, port->p_instance);
1589 __func__, addr, port->p_instance);
1601 port->p_instance);
[all...]
H A Dvsw_ldc.c86 int vsw_port_detach(vsw_t *vswp, int p_instance);
89 vsw_port_t *vsw_lookup_port(vsw_t *vswp, int p_instance);
336 D1(vswp, "%s: enter : port %d", __func__, port->p_instance);
341 if (p->p_instance == port->p_instance) {
343 __func__, p->p_instance);
424 vsw_port_detach(vsw_t *vswp, int p_instance) argument
429 D1(vswp, "%s: enter: port id %d", __func__, p_instance);
433 if ((port = vsw_lookup_port(vswp, p_instance)) == NULL) {
464 D1(vswp, "%s: exit: p_instance(
1054 vsw_lookup_port(vsw_t *vswp, int p_instance) argument
[all...]
H A Dvsw_phys.c222 port->p_instance);
546 instance, "_port", port->p_instance);
1027 "set unicast address\n", vswp->instance, portp->p_instance);
1422 port->p_instance, maxbw, rv);
H A Dvsw.c142 extern int vsw_port_detach(vsw_t *vswp, int p_instance);
146 extern vsw_port_t *vsw_lookup_port(vsw_t *vswp, int p_instance);
1844 inst = portp->p_instance;
2534 portp->p_instance = inst;
2674 vswp->instance, portp->p_instance, maxbw);
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h400 int p_instance; /* port instance */ member in struct:vsw_port

Completed in 164 milliseconds