Searched defs:herbp (Results 1 – 1 of 1) sorted by relevance
107 struct herbp { struct108 u_int size; /* RBP number of entries (power of two) */109 u_int thresh; /* interrupt treshold */110 uint32_t bsize; /* buffer size in bytes */111 u_int offset; /* free space at start for small bufs */112 uint32_t mask; /* mask for index */113 struct dmamem mem; /* the queue area */114 struct he_rbpen *rbp;115 uint32_t head, tail; /* head and tail */