Searched defs:sge_fl (Results 1 – 2 of 2) sorted by relevance
401 struct sge_fl { struct422 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument424 struct mbuf *m0;425 struct mbuf **pnext;426 u_int remaining;428 uint64_t mbuf_allocated;/* # of mbuf allocated from zone_mbuf */429 uint64_t mbuf_inlined; /* # of mbuf created within clusters */430 uint64_t cl_allocated; /* # of clusters allocated */431 uint64_t cl_recycled; /* # of clusters recycled */432 uint64_t cl_fast_recycled; /* # of clusters recycled (fast) */
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 …]