• Home
  • Raw
  • Download

Lines Matching refs:s_smc

58 static int mac_index(struct s_smc *smc, int mac);
59 static int phy_index(struct s_smc *smc, int phy);
60 static int mac_con_resource_index(struct s_smc *smc, int mac);
61 static int phy_con_resource_index(struct s_smc *smc, int phy);
62 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
64 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest,
66 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
68 static void smt_echo_test(struct s_smc *smc, int dna);
69 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
71 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest,
77 static void smt_fill_una(struct s_smc *smc, struct smt_p_una *una);
78 static void smt_fill_sde(struct s_smc *smc, struct smt_p_sde *sde);
79 static void smt_fill_state(struct s_smc *smc, struct smt_p_state *state);
80 static void smt_fill_timestamp(struct s_smc *smc, struct smt_p_timestamp *ts);
81 static void smt_fill_policy(struct s_smc *smc, struct smt_p_policy *policy);
82 static void smt_fill_latency(struct s_smc *smc, struct smt_p_latency *latency);
83 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
84 static int smt_fill_path(struct s_smc *smc, struct smt_p_path *path);
85 static void smt_fill_mac_status(struct s_smc *smc, struct smt_p_mac_status *st);
86 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy);
87 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers);
88 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc);
89 static void smt_fill_mac_counter(struct s_smc *smc, struct smt_p_mac_counter *mc);
90 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc);
91 static void smt_fill_manufacturer(struct s_smc *smc,
93 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user);
94 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
95 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
98 static void smt_clear_una_dna(struct s_smc *smc);
99 static void smt_clear_old_una_dna(struct s_smc *smc);
103 static void update_dac(struct s_smc *smc, int report);
106 static void hwm_conv_can(struct s_smc *smc, char *data, int len);
112 static inline int is_my_addr(const struct s_smc *smc, in is_my_addr()
151 void smt_agent_init(struct s_smc *smc) in smt_agent_init()
197 void smt_agent_task(struct s_smc *smc) in smt_agent_task()
205 void smt_emulate_token_ct(struct s_smc *smc, int mac_index) in smt_emulate_token_ct()
232 void smt_event(struct s_smc *smc, int event) in smt_event()
464 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
810 static void update_dac(struct s_smc *smc, int report) in update_dac()
828 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame()
851 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf()
928 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, in smt_send_nif()
957 static void smt_send_nif_request(struct s_smc *smc, struct fddi_addr *dest) in smt_send_nif_request()
967 static void smt_send_ecf_request(struct s_smc *smc, struct fddi_addr *dest, in smt_send_ecf_request()
979 static void smt_echo_test(struct s_smc *smc, int dna) in smt_echo_test()
994 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, in smt_send_ecf()
1020 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_config()
1053 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_operation()
1101 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, in smt_build_frame()
1151 static void smt_fill_una(struct s_smc *smc, struct smt_p_una *una) in smt_fill_una()
1161 static void smt_fill_sde(struct s_smc *smc, struct smt_p_sde *sde) in smt_fill_sde()
1177 static void smt_fill_state(struct s_smc *smc, struct smt_p_state *state) in smt_fill_state()
1217 static void smt_fill_timestamp(struct s_smc *smc, struct smt_p_timestamp *ts) in smt_fill_timestamp()
1224 void smt_set_timestamp(struct s_smc *smc, u_char *p) in smt_set_timestamp()
1258 static void smt_fill_policy(struct s_smc *smc, struct smt_p_policy *policy) in smt_fill_policy()
1289 static void smt_fill_latency(struct s_smc *smc, struct smt_p_latency *latency) in smt_fill_latency()
1312 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor()
1331 static int smt_fill_path(struct s_smc *smc, struct smt_p_path *path) in smt_fill_path()
1379 static void smt_fill_mac_status(struct s_smc *smc, struct smt_p_mac_status *st) in smt_fill_mac_status()
1406 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy) in smt_fill_lem()
1428 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers) in smt_fill_version()
1447 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) in smt_fill_fsc()
1467 static void smt_fill_mac_counter(struct s_smc *smc, struct smt_p_mac_counter *mc) in smt_fill_mac_counter()
1479 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc) in smt_fill_mac_fnc()
1491 static void smt_fill_manufacturer(struct s_smc *smc, in smt_fill_manufacturer()
1503 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user) in smt_fill_user()
1514 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount()
1526 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo()
1544 static void smt_clear_una_dna(struct s_smc *smc) in smt_clear_una_dna()
1550 static void smt_clear_old_una_dna(struct s_smc *smc) in smt_clear_old_una_dna()
1556 u_long smt_get_tid(struct s_smc *smc) in smt_get_tid()
1645 int smt_check_para(struct s_smc *smc, struct smt_header *sm, in smt_check_para()
1659 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) in sm_to_para()
1694 void fddi_send_antc(struct s_smc *smc, struct fddi_addr *dest)
1737 static int mac_index(struct s_smc *smc, int mac) in mac_index()
1751 static int phy_index(struct s_smc *smc, int phy) in phy_index()
1760 static int mac_con_resource_index(struct s_smc *smc, int mac) in mac_con_resource_index()
1784 static int phy_con_resource_index(struct s_smc *smc, int phy) in phy_con_resource_index()
1806 static int entity_to_index(struct s_smc *smc, int e) in entity_to_index()
1931 int smt_action(struct s_smc *smc, int class, int code, int index) in smt_action()
2017 static void hwm_conv_can(struct s_smc *smc, char *data, int len) in hwm_conv_can()