Searched refs:l2t_entry (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | l2t.h | 57 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 79 struct l2t_entry l2tab[] __counted_by(nentries); 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); 121 struct l2t_entry *e) in l2t_send() 128 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release() [all …]
|
| H A D | l2t.c | 63 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() 182 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e() 184 struct l2t_entry *end, *e, **p; in alloc_l2e() 227 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free() 246 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry() 265 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get() [all …]
|
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit.h | 193 struct l2t_entry *l2t; 327 struct l2t_entry *);
|
| H A D | cxgbit_cm.c | 1029 struct l2t_entry *l2e) in cxgbit_l2t_send() 1425 u16 vlan = ((struct l2t_entry *)csk->l2t)->vlan; in cxgbit_send_tx_flowc_wr()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.h | 42 struct l2t_entry *l2te;
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 209 struct l2t_entry *e) in send_act_open_req() 221 L2T_IDX_V(((struct l2t_entry *)csk->l2t)->idx) | in send_act_open_req() 328 struct l2t_entry *e) in send_act_open_req6() 340 L2T_IDX_V(((struct l2t_entry *)csk->l2t)->idx) | in send_act_open_req6() 621 u16 vlan = ((struct l2t_entry *)csk->l2t)->vlan; in send_tx_flowc_wr() 994 struct l2t_entry *); in csk_act_open_retry_timer()
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 160 const struct l2t_entry *e) in send_act_open_req() 356 struct l2t_entry *l2t = csk->l2t; in make_tx_data_wr()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 203 struct l2t_entry *l2e) in c4iw_l2t_send() 4071 struct l2t_entry *e; in rx_pkt()
|