Lines Matching refs:vlan_id
61 flush_lt(int port_index, int vlan_id, LT_FLASH_TYPE_T type, char *reason) in flush_lt() argument
174 set_port_state(int port_index, int vlan_id, RSTP_PORT_STATE state) in set_port_state() argument
225 set_hardware_mode(int vlan_id, UID_STP_MODE_T mode) in set_hardware_mode() argument
229 vlan_id, mode); in set_hardware_mode()
235 tx_bpdu(int port_index, int vlan_id, unsigned char *bpdu, size_t bpdu_len) in tx_bpdu() argument
268 get_init_stpm_cfg(int vlan_id, UID_STP_CFG_T *cfg) in get_init_stpm_cfg() argument
277 get_init_port_cfg(int vlan_id, int port_index, UID_STP_PORT_CFG_T *cfg) in get_init_port_cfg() argument
457 STP_IN_get_bridge_id(port->vlan_id, &prio, mac); in rstp_change_mac()
487 (rc = STP_IN_port_add(port->vlan_id, port->port_index)) != 0) { in rstp_add_port()
495 (void) get_init_port_cfg(port->vlan_id, port->port_index, &portcfg); in rstp_add_port()
561 (void) STP_IN_port_remove(port->vlan_id, port->port_index); in rstp_add_port()