Searched refs:p_instance (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 753 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 D | vsw_ldc.c | 86 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 D | vsw_phys.c | 222 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 D | vsw.c | 142 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);
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 400 int p_instance; /* port instance */ member in struct:vsw_port
|
Completed in 76 milliseconds