csrdir
struct csrdir *csrd;
struct csrdir *csrd, *next;
struct csrdir *csrd;
csrd = kmalloc(sizeof(struct csrdir), M_FW, M_WAITOK);
SLIST_HEAD(, csrdir) ongocsr;
SLIST_HEAD(, csrdir) csrfree;
SLIST_ENTRY(csrdir) link;