Searched refs:cep (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c68 * cep->tx_busy flag. The other thread is the interrupt handler, which is
169 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
174 bdp = cep->cur_tx;
179 * This should not happen, since cep->tx_full should be set.
204 cep->tx_skbuff[cep->skb_cur] = skb;
206 cep->stats.tx_bytes += skb->len;
207 cep->skb_cur = (cep->skb_cur+1) & TX_RING_MOD_MASK;
209 spin_lock_irq(&cep
240 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
278 volatile struct scc_enet_private *cep; local
416 struct scc_enet_private *cep; local
521 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
538 struct scc_enet_private *cep; local
612 struct scc_enet_private *cep; local
[all...]
H A Dfcc_enet.c401 static void init_fcc_shutdown(fcc_info_t *fip, struct fcc_enet_private *cep,
426 struct fcc_enet_private *cep = (struct fcc_enet_private *)dev->priv; local
430 bdp = cep->cur_tx;
433 if (!cep->tx_free || (bdp->cbd_sc & BD_ENET_TX_READY)) {
455 spin_lock_irq(&cep->lock);
458 cep->tx_skbuff[cep->skb_cur] = skb;
460 cep->stats.tx_bytes += skb->len;
461 cep->skb_cur = (cep
490 struct fcc_enet_private *cep = (struct fcc_enet_private *)dev->priv; local
526 volatile struct fcc_enet_private *cep; local
668 struct fcc_enet_private *cep; local
770 struct fcc_enet_private *cep = (struct fcc_enet_private *)dev->priv; local
1572 struct fcc_enet_private *cep; local
1598 struct fcc_enet_private *cep; local
1674 init_fcc_shutdown(fcc_info_t *fip, struct fcc_enet_private *cep, volatile cpm2_map_t *immap) argument
1770 struct fcc_enet_private *cep; local
1978 struct fcc_enet_private *cep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c66 * cep->tx_busy flag. The other thread is the interrupt handler, which is
70 * 'cep->tx_busy' flag. It sets the tx_busy flag whenever it's queuing a Tx
198 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
202 bdp = cep->cur_tx;
207 * This should not happen, since cep->tx_busy should be set.
232 cep->tx_skbuff[cep->skb_cur] = skb;
234 cep->stats.tx_bytes += skb->len;
235 cep->skb_cur = (cep
274 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
310 volatile struct scc_enet_private *cep; local
445 struct scc_enet_private *cep; local
550 struct scc_enet_private *cep = (struct scc_enet_private *)dev->priv; local
567 struct scc_enet_private *cep; local
643 struct scc_enet_private *cep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.c5821 IXJ_CADENCE_ELEMENT __user *cep; local
5837 if (get_user(cep, &cp->ce))
5850 if (copy_from_user(lcep, cep, sizeof(IXJ_CADENCE_ELEMENT) * lcp->elements_used))

Completed in 109 milliseconds