Lines Matching refs:stpm
45 STP_port_create (STPM_T* stpm, int port_index) in STP_port_create() argument
53 for (this = stpm->ports; this; this = this->next) { in STP_port_create()
59 STP_NEW_IN_LIST(this, PORT_T, stpm->ports, "port create"); in STP_port_create()
61 this->owner = stpm; in STP_port_create()
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg); in STP_port_create()
133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link) in STP_port_init() argument
138 &stpm->BrId, in STP_port_init()
140 &stpm->BrId, in STP_port_init()
143 STP_copy_times (&this->designTimes, &stpm->rootTimes); in STP_port_init()
166 STPM_T* stpm; in STP_port_delete() local
172 stpm = this->owner; in STP_port_delete()
182 for (tmp = stpm->ports; tmp; tmp = tmp->next) { in STP_port_delete()
187 stpm->ports = this->next; in STP_port_delete()