Home
last modified time | relevance | path

Searched defs:l2t_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h71 struct l2t_entry { struct
77 struct l2t_entry *first; /* start of hash chain */ argument
78 struct l2t_entry *next; /* next l2t_entry on chain */ argument
79 struct sk_buff *arpq_head; /* queue of packets awaiting resolution */
80 struct sk_buff *arpq_tail;
81 spinlock_t lock;
82 atomic_t refcnt; /* entry reference count */
83 u16 hash; /* hash bucket the entry is on */
84 u16 vlan; /* VLAN TCI (id: bits 0-11, prio: 13-15 */
85 u8 v6; /* whether entry is for IPv6 */
[all …]
/linux-4.4.14/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