• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/

Lines Matching refs:s_smc

63 static int mac_index(struct s_smc *smc, int mac);
64 static int phy_index(struct s_smc *smc, int phy);
65 static int mac_con_resource_index(struct s_smc *smc, int mac);
66 static int phy_con_resource_index(struct s_smc *smc, int phy);
67 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
69 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest,
71 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
73 static void smt_echo_test(struct s_smc *smc, int dna);
74 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
76 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest,
82 static void smt_fill_una(struct s_smc *smc, struct smt_p_una *una);
83 static void smt_fill_sde(struct s_smc *smc, struct smt_p_sde *sde);
84 static void smt_fill_state(struct s_smc *smc, struct smt_p_state *state);
85 static void smt_fill_timestamp(struct s_smc *smc, struct smt_p_timestamp *ts);
86 static void smt_fill_policy(struct s_smc *smc, struct smt_p_policy *policy);
87 static void smt_fill_latency(struct s_smc *smc, struct smt_p_latency *latency);
88 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
89 static int smt_fill_path(struct s_smc *smc, struct smt_p_path *path);
90 static void smt_fill_mac_status(struct s_smc *smc, struct smt_p_mac_status *st);
91 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy);
92 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers);
93 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc);
94 static void smt_fill_mac_counter(struct s_smc *smc, struct smt_p_mac_counter *mc);
95 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc);
96 static void smt_fill_manufacturer(struct s_smc *smc,
98 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user);
99 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
100 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
103 static void smt_clear_una_dna(struct s_smc *smc);
104 static void smt_clear_old_una_dna(struct s_smc *smc);
108 static void update_dac(struct s_smc *smc, int report);
111 static void hwm_conv_can(struct s_smc *smc, char *data, int len);
117 static inline int is_my_addr(const struct s_smc *smc,
156 void smt_agent_init(struct s_smc *smc)
202 void smt_agent_task(struct s_smc *smc)
210 void smt_emulate_token_ct(struct s_smc *smc, int mac_index)
237 void smt_event(struct s_smc *smc, int event)
469 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs)
808 static void update_dac(struct s_smc *smc, int report)
826 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local)
849 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
926 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest,
955 static void smt_send_nif_request(struct s_smc *smc, struct fddi_addr *dest)
965 static void smt_send_ecf_request(struct s_smc *smc, struct fddi_addr *dest,
977 static void smt_echo_test(struct s_smc *smc, int dna)
992 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
1018 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
1051 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest,
1099 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
1144 static void smt_fill_una(struct s_smc *smc, struct smt_p_una *una)
1154 static void smt_fill_sde(struct s_smc *smc, struct smt_p_sde *sde)
1170 static void smt_fill_state(struct s_smc *smc, struct smt_p_state *state)
1210 static void smt_fill_timestamp(struct s_smc *smc, struct smt_p_timestamp *ts)
1217 void smt_set_timestamp(struct s_smc *smc, u_char *p)
1251 static void smt_fill_policy(struct s_smc *smc, struct smt_p_policy *policy)
1282 static void smt_fill_latency(struct s_smc *smc, struct smt_p_latency *latency)
1305 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor)
1324 static int smt_fill_path(struct s_smc *smc, struct smt_p_path *path)
1372 static void smt_fill_mac_status(struct s_smc *smc, struct smt_p_mac_status *st)
1399 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy)
1421 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers)
1440 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc)
1460 static void smt_fill_mac_counter(struct s_smc *smc, struct smt_p_mac_counter *mc)
1472 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc)
1484 static void smt_fill_manufacturer(struct s_smc *smc,
1496 static void smt_fill_user(struct s_smc *smc, struct smp_p_user *user)
1507 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount)
1519 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
1537 static void smt_clear_una_dna(struct s_smc *smc)
1543 static void smt_clear_old_una_dna(struct s_smc *smc)
1549 u_long smt_get_tid(struct s_smc *smc)
1634 int smt_check_para(struct s_smc *smc, struct smt_header *sm,
1648 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para)
1711 static int mac_index(struct s_smc *smc, int mac)
1725 static int phy_index(struct s_smc *smc, int phy)
1734 static int mac_con_resource_index(struct s_smc *smc, int mac)
1758 static int phy_con_resource_index(struct s_smc *smc, int phy)
1780 static int entity_to_index(struct s_smc *smc, int e)
1905 int smt_action(struct s_smc *smc, int class, int code, int index)
1991 static void hwm_conv_can(struct s_smc *smc, char *data, int len)