Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_l2t.h79 struct l2t_data { struct
80 unsigned int nentries; /* number of entries */
81 struct l2t_entry *rover; /* starting point for next allocation */
82 volatile uint32_t nfree; /* number of free entries */
83 struct rwlock lock;
84 struct l2t_entry l2tab[0];