Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h57 struct l2t_entry { struct
65 struct l2t_entry *first; /* start of hash chain */ argument
66 struct l2t_entry *next; /* next l2t_entry on chain */ argument
75 struct l2t_entry *rover; /* starting point for next allocation */ argument
78 struct l2t_entry l2tab[0];
110 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
112 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
115 struct l2t_entry *e);
116 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e);
123 struct l2t_entry *e) in l2t_send()
[all …]
Dl2t.c63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
88 struct l2t_entry *e) in setup_l2e_send_pending()
123 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
129 struct l2t_entry *e) in t3_l2t_send_slow()
178 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e) in t3_l2t_send_event()
218 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
220 struct l2t_entry *end, *e, **p; in alloc_l2e()
263 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free()
282 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
[all …]
Dcxgb3_offload.h88 struct dst_entry *new, struct l2t_entry *l2t);
Dcxgb3_offload.c1088 static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e) in set_l2t_ix()
1118 struct l2t_entry *e; in cxgb_redirect()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h57 struct l2t_entry { struct
63 struct l2t_entry *first; /* start of hash chain */ argument
64 struct l2t_entry *next; /* next l2t_entry on chain */ argument
95 void cxgb4_l2t_release(struct l2t_entry *e); argument
97 struct l2t_entry *e);
98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
Dl2t.c68 struct l2t_entry *rover; /* starting point for next allocation */
69 struct l2t_entry l2tab[L2T_SIZE];
72 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
77 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq()
126 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
138 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) in write_l2e()
172 static void send_pending(struct adapter *adap, struct l2t_entry *e) in send_pending()
202 struct l2t_entry *e = &adap->l2t->l2tab[idx]; in do_l2t_write_rpl()
218 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
[all …]
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
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…
Diwch_cm.c140 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e) in iwch_l2t_send()
1342 struct l2t_entry *l2t; in pass_accept_req()
2123 struct l2t_entry *l2t) in iwch_ep_redirect()
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h655 struct l2t_entry *l2t;
699 struct l2t_entry *l2t);
Dcm.c164 struct l2t_entry *l2e) in c4iw_l2t_send()
/linux-3.4.99/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c156 const struct l2t_entry *e) in send_act_open_req()
352 struct l2t_entry *l2t = csk->l2t; in make_tx_data_wr()
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c179 struct l2t_entry *e) in send_act_open_req()
191 L2T_IDX(((struct l2t_entry *)csk->l2t)->idx) | in send_act_open_req()