Lines Matching refs:vlan_id
32 STP_IN_stpm_create (int vlan_id, char* name) in STP_IN_stpm_create() argument
41 STP_OUT_get_init_stpm_cfg (vlan_id, &init_cfg); in STP_IN_stpm_create()
45 this = stp_in_stpm_create (vlan_id, name, &err_code); in STP_IN_stpm_create()
59 STP_IN_stpm_delete (int vlan_id) in STP_IN_stpm_delete() argument
65 this = stpapi_stpm_find (vlan_id); in STP_IN_stpm_delete()
75 STP_OUT_set_hardware_mode (vlan_id, STP_DISABLED); in STP_IN_stpm_delete()
87 STP_IN_stpm_get_vlan_id_by_name (char* name, int* vlan_id) in STP_IN_stpm_get_vlan_id_by_name() argument
95 *vlan_id = stpm->vlan_id; in STP_IN_stpm_get_vlan_id_by_name()
107 STP_IN_get_is_stpm_enabled (int vlan_id) in STP_IN_get_is_stpm_enabled() argument
113 this = stpapi_stpm_find (vlan_id); in STP_IN_get_is_stpm_enabled()
138 STP_OUT_set_hardware_mode (stpm->vlan_id, STP_DISABLED); in STP_IN_stop_all()