Searched refs:tx_bd_base (Results 1 - 16 of 16) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c96 * tx_bd_base always point to the base of the buffer descriptors. The
112 cbd_t *tx_bd_base; member in struct:scc_enet_private
221 bdp = cep->tx_bd_base;
251 bdp = cep->tx_bd_base;
351 bdp = cep->tx_bd_base;
688 cep->tx_bd_base = (cbd_t *)cpm_dpram_addr(dp_offset);
690 cep->dirty_tx = cep->cur_tx = cep->tx_bd_base;
748 bdp = cep->tx_bd_base;
H A Dfcc_enet.c355 * tx_bd_base always point to the base of the buffer descriptors. The
371 cbd_t *tx_bd_base; member in struct:fcc_enet_private
472 bdp = cep->tx_bd_base;
501 bdp = cep->tx_bd_base;
605 bdp = cep->tx_bd_base;
1792 cep->tx_bd_base = kmalloc(sizeof(cbd_t) * TX_RING_SIZE,
1794 ep->fen_genfcc.fcc_tbase = __pa(cep->tx_bd_base);
1796 cep->dirty_tx = cep->cur_tx = cep->tx_bd_base;
1922 bdp = cep->tx_bd_base;
2222 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c118 * tx_bd_base always point to the base of the buffer descriptors. The
134 cbd_t *tx_bd_base; member in struct:scc_enet_private
255 bdp = cep->tx_bd_base;
285 bdp = cep->tx_bd_base;
383 bdp = cep->tx_bd_base;
754 cep->tx_bd_base = cpm_dpram_addr(dp_offset);
756 cep->dirty_tx = cep->cur_tx = cep->tx_bd_base;
823 bdp = cep->tx_bd_base;
H A Dfec.c140 * tx_bd_base always point to the base of the buffer descriptors. The
156 cbd_t *tx_bd_base; member in struct:fec_enet_private
410 bdp = fep->tx_bd_base;
444 bdp = fep->tx_bd_base;
599 bdp = fep->tx_bd_base;
1584 fep->tx_bd_base = cbd_base + RX_RING_SIZE;
1778 fecp->fec_x_des_start = iopa((uint)(fep->tx_bd_base));
1780 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
1811 bdp = fep->tx_bd_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c182 * tx_bd_base always point to the base of the buffer descriptors. The
202 cbd_t *tx_bd_base; member in struct:fec_enet_private
351 index = bdp - fep->tx_bd_base;
387 bdp = fep->tx_bd_base;
421 bdp = fep->tx_bd_base;
546 bdp = fep->tx_bd_base;
2332 fep->tx_bd_base = cbd_base + RX_RING_SIZE;
2334 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
2367 bdp = fep->tx_bd_base;
2393 fecp->fec_x_des_start = __pa((uint)(fep->tx_bd_base));
[all...]
H A Dgianfar.c579 priv->tx_bd_base,
592 txbdp = priv->tx_bd_base;
691 priv->tx_bd_base = (struct txbd8 *) vaddr;
734 priv->dirty_tx = priv->cur_tx = priv->tx_bd_base;
740 txbdp = priv->tx_bd_base;
893 priv->tx_bd_base,
1040 txbdp = priv->tx_bd_base;
1244 bdp = priv->tx_bd_base;
H A Dgianfar.h654 * and tx_bd_base always point to the currently available buffer.
679 struct txbd8 *tx_bd_base; /* First tx buffer descriptor */ member in struct:gfar_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx.h117 cbd_t *tx_bd_base; member in struct:fec_enet_private
H A Dfec_main.c279 FW(fecp, x_des_start, iopa((__u32) (fep->tx_bd_base)));
281 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
337 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) {
637 dirtyidx = bdp - fep->tx_bd_base;
687 bdp = fep->tx_bd_base;
832 curidx = bdp - fep->tx_bd_base;
860 fep->cur_tx = fep->tx_bd_base;
1146 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c357 dirtyidx = bdp - fep->tx_bd_base;
416 bdp = fep->tx_bd_base;
502 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
537 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) {
555 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) {
615 curidx = bdp - fep->tx_bd_base;
643 fep->cur_tx = fep->tx_bd_base;
1034 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring;
H A Dfs_enet.h135 cbd_t *tx_bd_base; member in struct:fs_enet_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c212 QUICC_BD *tx_bd_base; member in struct:serial_info
963 bdp = info->tx_bd_base;
1016 bdp = info->tx_bd_base;
1092 bdp = info->tx_bd_base;
1685 if (bdp == info->tx_bd_base)
2057 bdbase = info->tx_bd_base;
2578 info->tx_cur = info->tx_bd_base = (QUICC_BD *)bdp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart.h65 volatile cbd_t *tx_bd_base; member in struct:uart_cpm_port
H A Dcpm_uart_core.c129 volatile cbd_t *bdp = pinfo->tx_bd_base;
650 bdp = pinfo->tx_bd_base;
684 bdp = pinfo->tx_bd_base;
732 bdp = pinfo->tx_cur = pinfo->tx_bd_base;
756 pinfo->sccup->scc_genscc.scc_tbase = (unsigned char *)pinfo->tx_bd_base - DPRAM_BASE;
817 pinfo->smcup->smc_tbase = (u_char *)pinfo->tx_bd_base - DPRAM_BASE;
1095 bdbase = pinfo->tx_bd_base;
H A Dcpm_uart_cpm1.c167 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
H A Dcpm_uart_cpm2.c268 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;

Completed in 234 milliseconds