Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_switching.c753 D2(vswp, "vsw_forward_all: port %d", portp->p_instance); in vsw_forward_all()
842 " : port %d", __func__, port->p_instance); in vsw_forward_grp()
855 "0x%llx", __func__, port->p_instance, key); in vsw_forward_grp()
954 portp->p_instance); in vsw_vlan_create_hash()
1027 portp->p_instance); in vsw_vlan_add_ids()
1037 vswp->pvid, portp->p_instance); in vsw_vlan_add_ids()
1149 ether_sprintf(&portp->p_macaddr), portp->p_instance); in vsw_fdbe_add()
1545 "port %ld", __func__, addr, port->p_instance); in vsw_add_rem_mcst()
1589 __func__, addr, port->p_instance); in vsw_add_rem_mcst()
1601 port->p_instance); in vsw_add_rem_mcst()
[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); 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()
[all …]
H A Dvsw_phys.c222 port->p_instance); in vsw_set_addrs()
546 instance, "_port", port->p_instance); in vsw_maccl_open()
1027 "set unicast address\n", vswp->instance, portp->p_instance); in vsw_port_mac_reconfig()
1422 port->p_instance, maxbw, rv); in vsw_maccl_set_bandwidth()
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; in vsw_vlan_read_ids()
2534 portp->p_instance = inst; in vsw_port_read_props()
2674 vswp->instance, portp->p_instance, maxbw); in vsw_port_update()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h400 int p_instance; /* port instance */ member