Searched defs:p_instance (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
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...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h400 int p_instance; /* port instance */ member in struct:vsw_port

Completed in 2467 milliseconds