HomeSort by: relevance | last modified time | path
    Searched refs:SQ_NTXDESC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
sqvar.h 43 #define SQ_NTXDESC 64
49 #define SQ_NTXDESC_MASK (SQ_NTXDESC - 1)
64 struct hpc_dma_desc tx_desc[SQ_NTXDESC];
147 bus_dma_segment_t sc_txseg[SQ_NTXDESC];
148 bus_dmamap_t sc_txmap[SQ_NTXDESC];
149 struct mbuf* sc_txmbuf[SQ_NTXDESC];
169 if ((__x + __n) > SQ_NTXDESC) {
172 (SQ_NTXDESC - __x), (ops));
173 __n -= (SQ_NTXDESC - __x);
if_sq.c 235 for (i = 0; i < SQ_NTXDESC; i++) {
350 for (i = 0; i < SQ_NTXDESC; i++) {
378 sc->sc_nfreetx = SQ_NTXDESC;
791 if (ofree == SQ_NTXDESC) {
819 for (i = 0; i < SQ_NTXDESC; i++) {
917 if (sc->sc_nfreetx < SQ_NTXDESC) {
1096 if (sc->sc_nfreetx == SQ_NTXDESC)
1139 while (sc->sc_nfreetx < SQ_NTXDESC) {
1161 if (sc->sc_nfreetx < SQ_NTXDESC) {
1200 while (sc->sc_nfreetx < SQ_NTXDESC) {
    [all...]

Completed in 11 milliseconds