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

Lines Matching refs:mpoa_client

58 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc);
59 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
60 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
61 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
62 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
63 static void clean_up(struct k_message *msg, struct mpoa_client *mpc,
66 struct mpoa_client *mpc);
68 struct mpoa_client *mpc);
70 struct mpoa_client *mpc);
72 static const uint8_t *copy_macs(struct mpoa_client *mpc,
78 static void send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc);
112 struct mpoa_client *mpcs = NULL;
117 static struct mpoa_client *find_mpc_by_itfnum(int itf)
119 struct mpoa_client *mpc;
131 static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc)
133 struct mpoa_client *mpc;
145 static struct mpoa_client *find_mpc_by_lec(struct net_device *dev)
147 struct mpoa_client *mpc;
270 static struct mpoa_client *alloc_mpc(void)
272 struct mpoa_client *mpc;
274 mpc = kzalloc(sizeof(struct mpoa_client), GFP_KERNEL);
301 static void start_mpc(struct mpoa_client *mpc, struct net_device *dev)
315 static void stop_mpc(struct mpoa_client *mpc)
369 struct mpoa_client *mpc;
452 static const uint8_t *copy_macs(struct mpoa_client *mpc,
480 static int send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc)
562 struct mpoa_client *mpc;
598 struct mpoa_client *mpc;
646 struct mpoa_client *mpc;
680 struct mpoa_client *mpc;
787 struct mpoa_client *mpc;
849 static void send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc)
862 struct mpoa_client *mpc;
902 struct mpoa_client *mpc = find_mpc_by_vcc(vcc);
966 int msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc)
994 struct mpoa_client *mpc;
1073 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1110 struct mpoa_client *client,
1148 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1198 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1221 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1276 static void mps_death(struct k_message *msg, struct mpoa_client *mpc)
1300 struct mpoa_client *mpc)
1326 struct mpoa_client *mpc)
1363 struct mpoa_client *client)
1380 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action)
1411 struct mpoa_client *mpc = mpcs;
1479 struct mpoa_client *mpc, *tmp;
1504 memset(mpc, 0, sizeof(struct mpoa_client));