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.h814 struct sge_nm_txq { struct
815 struct tx_desc *desc;
816 uint16_t cidx;
817 uint16_t pidx;
818 uint16_t sidx;
819 uint16_t equiqidx; /* EQUIQ last requested at this pidx */
820 uint16_t equeqidx; /* EQUEQ last requested at this pidx */
821 uint16_t dbidx; /* pidx of the most recent doorbell */
822 uint8_t doorbells;
823 volatile uint32_t *udb;
[all …]