Searched refs:l2t_entry (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.h57 struct l2t_entry { struct
65 struct l2t_entry *first; /* start of hash chain */
66 struct l2t_entry *next; /* next l2t_entry on chain */
75 struct l2t_entry *rover; /* starting point for next allocation */
78 struct l2t_entry l2tab[0];
109 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
111 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct neighbour *neigh,
114 struct l2t_entry *e);
115 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *
[all...]
H A Dl2t.c62 static inline unsigned int vlan_prio(const struct l2t_entry *e)
73 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n)
87 struct l2t_entry *e)
122 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb)
128 struct l2t_entry *e)
177 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e)
217 static struct l2t_entry *alloc_l2e(struct l2t_data *d)
219 struct l2t_entry *end, *e, **p;
262 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e)
281 static inline void reuse_entry(struct l2t_entry *
[all...]
H A Dcxgb3_offload.h88 struct dst_entry *new, struct l2t_entry *l2t);
H A Dcxgb3_offload.c1085 static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e)
1114 struct l2t_entry *e;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.h57 struct l2t_entry { struct
63 struct l2t_entry *first; /* start of hash chain */
64 struct l2t_entry *next; /* next l2t_entry on chain */
95 void cxgb4_l2t_release(struct l2t_entry *e);
97 struct l2t_entry *e);
98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
103 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d);
104 int t4_l2t_set_switching(struct adapter *adap, struct l2t_entry *e, u16 vlan,
H A Dl2t.c65 struct l2t_entry *rover; /* starting point for next allocation */
66 struct l2t_entry l2tab[L2T_SIZE];
69 static inline unsigned int vlan_prio(const struct l2t_entry *e)
74 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e)
115 static int addreq(const struct l2t_entry *e, const u32 *addr)
123 static void neigh_replace(struct l2t_entry *e, struct neighbour *n)
135 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync)
169 static void send_pending(struct adapter *adap, struct l2t_entry *e)
199 struct l2t_entry *e = &adap->l2t->l2tab[idx];
215 static inline void arpq_enqueue(struct l2t_entry *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h183 struct l2t_entry *l2t;
227 int iwch_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new, struct l2t_entry *l2t);
H A Diwch_cm.c140 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e)
1335 struct l2t_entry *l2t;
2119 struct l2t_entry *l2t)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_offload.h76 struct l2t_entry *l2t;
H A Dcxgb3i_offload.c258 unsigned int atid, const struct l2t_entry *e)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h606 struct l2t_entry *l2t;
648 struct l2t_entry *l2t);
H A Dcm.c163 struct l2t_entry *l2e)
1346 struct l2t_entry *l2t;

Completed in 141 milliseconds