Searched defs:sge_fl (Results 1 – 2 of 2) sorted by relevance
202 struct sge_fl { struct203 uint32_t buf_size;204 uint32_t credits;205 uint32_t size;206 uint32_t cidx;207 uint32_t pidx;208 uint32_t gen;209 uint32_t db_pending;210 bus_addr_t phys_addr;211 uint32_t cntxt_id;[all …]
574 struct sge_fl { struct575 struct mtx fl_lock;576 __be64 *desc; /* KVA of descriptor ring, ptr to addresses */577 struct fl_sdesc *sdesc; /* KVA of software descriptor ring */578 uint16_t zidx; /* refill zone idx */579 uint16_t safe_zidx;580 uint16_t lowat; /* # of buffers <= this means fl needs help */581 int flags;582 uint16_t buf_boundary;608 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument[all …]