Home
last modified time | relevance | path

Searched defs:sge_nm_txq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h810 struct sge_nm_txq { struct
811 struct tx_desc *desc;
812 uint16_t cidx;
813 uint16_t pidx;
814 uint16_t sidx;
815 uint16_t equiqidx; /* EQUIQ last requested at this pidx */
816 uint16_t equeqidx; /* EQUEQ last requested at this pidx */
817 uint16_t dbidx; /* pidx of the most recent doorbell */
818 uint8_t doorbells;
819 volatile uint32_t *udb;
[all …]