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);
341 if (p->p_instance == port->p_instance) {
343 __func__, p->p_instance);
424 vsw_port_detach(vsw_t *vswp, int p_instance)
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(%d)", __func__, p_instance);
519 D1(vswp, "%s: enter : port id %d", __func__, port->p_instance);
1054 vsw_lookup_port(vsw_t *vswp, int p_instance)
1060 if (port->p_instance == p_instance) {
1061 D2(vswp, "vsw_lookup_port: found p_instance\n");
2206 "task", __func__, port->p_instance);
4853 port->p_instance, port->num_ldcs);