Searched defs:stp_vectors (Results 1 – 3 of 3) sorted by relevance
40 struct stp_vectors { struct41 int (*flush_lt)(IN int port_index, IN int vlan_id,45 void (*get_port_mac) (IN int port_index, OUT unsigned char* mac);47 unsigned long (*get_port_oper_speed) (IN unsigned int portNo);50 int (*get_port_link_status) (IN int port_index);53 int (*get_duplex) (IN int port_index);56 int (*set_learning) (IN int port_index, IN int vlan_id, IN int enable);57 int (*set_forwarding) (IN int port_index, IN int vlan_id,83 typedef struct stp_vectors STP_VECTORS_T; argument
32 STP_VECTORS_T *stp_vectors; variable
361 static STP_VECTORS_T stp_vectors = { variable