Lines Matching refs:port_index
45 STP_port_create (STPM_T* stpm, int port_index)
54 if (this->port_index == port_index) {
63 this->port_index = port_index;
64 this->port_name = strdup (STP_OUT_get_port_name (port_index));
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg);
75 this->port_id = (port_prio << 8) + port_index;
136 this->adminEnable = STP_OUT_get_port_link_status (this->port_index);
159 this->operSpeed = STP_OUT_get_port_oper_speed (this->port_index);
183 if (tmp->port_index == this->port_index) {