Searched defs:sge_fl (Results 1 – 2 of 2) sorted by relevance
204 struct sge_fl { struct205 uint32_t buf_size;206 uint32_t credits;207 uint32_t size;208 uint32_t cidx;209 uint32_t pidx;210 uint32_t gen;211 uint32_t db_pending;212 bus_addr_t phys_addr;213 uint32_t cntxt_id;[all …]
515 struct sge_fl { struct516 struct mtx fl_lock;521 int flags;522 uint16_t buf_boundary;525 uint16_t dbidx; /* hw pidx after last doorbell */526 uint16_t sidx; /* index of status page */550 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument551 bus_dma_tag_t desc_tag;552 bus_dmamap_t desc_map;553 char lockname[16];[all …]