Lines Matching refs:p_instance
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); in vsw_port_attach()
341 if (p->p_instance == port->p_instance) { in vsw_port_attach()
343 __func__, p->p_instance); in vsw_port_attach()
424 vsw_port_detach(vsw_t *vswp, int p_instance) in vsw_port_detach() argument
429 D1(vswp, "%s: enter: port id %d", __func__, p_instance); in vsw_port_detach()
433 if ((port = vsw_lookup_port(vswp, p_instance)) == NULL) { in vsw_port_detach()
464 D1(vswp, "%s: exit: p_instance(%d)", __func__, p_instance); in vsw_port_detach()
519 D1(vswp, "%s: enter : port id %d", __func__, port->p_instance); in vsw_port_delete()
1054 vsw_lookup_port(vsw_t *vswp, int p_instance) in vsw_lookup_port() argument
1060 if (port->p_instance == p_instance) { in vsw_lookup_port()
2206 "task", __func__, port->p_instance); in vsw_dispatch_ctrl_task()
4853 port->p_instance, port->num_ldcs); in display_state()