Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dl2t.h73 struct l2t_data { struct
74 unsigned int nentries; /* number of entries */
75 struct l2t_entry *rover; /* starting point for next allocation */
76 atomic_t nfree; /* number of free entries */
77 rwlock_t lock;
78 struct rcu_head rcu_head; /* to handle rcu cleanup */
79 struct l2t_entry l2tab[];
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dl2t.c56 struct l2t_data { struct
70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument

Completed in 5 milliseconds