Searched refs:txqs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h206 struct ath5k_txq txqs[AR5K_NUM_TX_QUEUES]; /* tx queues */ member in struct:ath5k_softc
H A Dbase.c1522 if (qnum >= ARRAY_SIZE(sc->txqs)) {
1524 qnum, ARRAY_SIZE(sc->txqs));
1528 txq = &sc->txqs[qnum];
1536 return &sc->txqs[qnum];
1649 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++)
1650 if (sc->txqs[i].setup) {
1651 ath5k_hw_stop_tx_dma(ah, sc->txqs[i].qnum);
1654 sc->txqs[i].qnum,
1656 sc->txqs[i].qnum),
1657 sc->txqs[
[all...]
H A Ddebug.c770 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++) {
771 txq = &sc->txqs[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.c439 int txqs; /* index to get next buffer to tx */ member in struct:fst_port_info
1359 if ((txq_length = port->txqe - port->txqs) < 0) {
1372 skb = port->txq[port->txqs];
1373 port->txqs++;
1374 if (port->txqs == FST_TXQ_DEPTH) {
1375 port->txqs = 0;
2172 txq_length = port->txqe - port->txqs;
2174 port->txqs = 0;
2310 if ((txq_length = port->txqe - port->txqs) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmac.c228 void ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs) argument
230 *txqs &= ah->intr_txqs;
231 ah->intr_txqs &= ~(*txqs);
H A Dmac.h696 void ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs);

Completed in 133 milliseconds