Searched refs:txch (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddavinci_emac.c481 struct emac_txch *txch[EMAC_DEF_MAX_TX_CH]; member in struct:emac_priv
1216 struct emac_txch *txch = NULL; local
1218 txch = kzalloc(sizeof(struct emac_txch), GFP_KERNEL);
1219 if (NULL == txch) {
1223 priv->txch[ch] = txch;
1224 txch->service_max = EMAC_DEF_TX_MAX_SERVICE;
1225 txch->active_queue_head = NULL;
1226 txch->active_queue_tail = NULL;
1227 txch
1277 struct emac_txch *txch = priv->txch[ch]; local
1330 struct emac_txch *txch = priv->txch[ch]; local
1376 struct emac_txch *txch = priv->txch[ch]; local
1409 struct emac_txch *txch = priv->txch[ch]; local
1488 struct emac_txch *txch; local
[all...]
H A Dpasemi_mac.c1268 int txch = tx_ring(mac)->chan.chno; local
1270 write_dma_reg(PAS_DMA_TXCHAN_TCMDSTA(txch),
1274 sta = read_dma_reg(PAS_DMA_TXCHAN_TCMDSTA(txch));
1284 write_dma_reg(PAS_DMA_TXCHAN_TCMDSTA(txch), 0);
1330 int rxch, txch, i; local
1333 txch = tx_ring(mac)->chan.chno;
1358 sta = read_dma_reg(PAS_DMA_TXCHAN_TCMDSTA(txch));

Completed in 65 milliseconds