Searched defs:sge_nm_txq (Results 1 – 1 of 1) sorted by relevance
814 struct sge_nm_txq { struct815 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 …]