Searched defs:gfe_txqueue (Results 1 – 1 of 1) sorted by relevance
66 struct gfe_txqueue { struct67 struct ifqueue txq_pendq; /* these are ready to go to the GT */68 struct gfe_dmamem txq_desc_mem; /* transmit descriptor memory */69 struct gfe_dmamem txq_buf_mem; /* transmit buffer memory */70 unsigned int txq_lo; /* next to be given to GT */71 unsigned int txq_fi; /* next to be returned to CPU */72 unsigned int txq_ei_gapcount; /* counter until next EI */73 unsigned int txq_nactive; /* number of active descriptors */74 unsigned int txq_outptr; /* where to put next transmit packet */75 unsigned int txq_inptr; /* start of 1st queued tx packet */[all …]