Searched refs:rx_bd_base (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c117 /* The CPM buffer descriptors track the ring buffers. The rx_bd_base and
133 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:scc_enet_private
291 bdp = cep->rx_bd_base;
510 cep->rx_vaddr[bdp - cep->rx_bd_base],
528 bdp = cep->rx_bd_base;
750 cep->rx_bd_base = cpm_dpram_addr(dp_offset);
757 cep->cur_rx = cep->rx_bd_base;
838 bdp = cep->rx_bd_base;
H A Dfec.c139 /* The FEC buffer descriptors track the ring buffers. The rx_bd_base and
155 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:fec_enet_private
455 bdp = fep->rx_bd_base;
690 data = fep->rx_vaddr[bdp - fep->rx_bd_base];
742 bdp = fep->rx_bd_base;
1583 fep->rx_bd_base = cbd_base;
1590 bdp = fep->rx_bd_base;
1777 fecp->fec_r_des_start = iopa((uint)(fep->rx_bd_base));
1781 fep->cur_rx = fep->rx_bd_base;
1795 bdp = fep->rx_bd_base;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c95 /* The CPM buffer descriptors track the ring buffers. The rx_bd_base and
111 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:scc_enet_private
258 bdp = cep->rx_bd_base;
499 bdp = cep->rx_bd_base;
684 cep->rx_bd_base = (cbd_t *)cpm_dpram_addr(dp_offset);
691 cep->cur_rx = cep->rx_bd_base;
763 bdp = cep->rx_bd_base;
H A Dfcc_enet.c354 /* The FCC buffer descriptors track the ring buffers. The rx_bd_base and
370 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:fcc_enet_private
508 bdp = cep->rx_bd_base;
741 bdp = cep->rx_bd_base;
1789 cep->rx_bd_base = kmalloc(sizeof(cbd_t) * RX_RING_SIZE,
1791 ep->fen_genfcc.fcc_rbase = __pa(cep->rx_bd_base);
1797 cep->cur_rx = cep->rx_bd_base;
1938 bdp = cep->rx_bd_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart.h63 volatile cbd_t *rx_bd_base; member in struct:uart_cpm_port
H A Dcpm_uart_cpm1.c166 pinfo->rx_bd_base = (volatile cbd_t *)dp_mem;
167 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
H A Dcpm_uart_cpm2.c267 pinfo->rx_bd_base = (volatile cbd_t *)dp_mem;
268 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
H A Dcpm_uart_core.c318 bdp = pinfo->rx_bd_base;
717 bdp = pinfo->rx_cur = pinfo->rx_bd_base;
755 pinfo->sccup->scc_genscc.scc_rbase = (unsigned char *)pinfo->rx_bd_base - DPRAM_BASE;
816 pinfo->smcup->smc_rbase = (u_char *)pinfo->rx_bd_base - DPRAM_BASE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c100 curidx = bdp - fep->rx_bd_base;
199 bdp = fep->rx_bd_base;
238 curidx = bdp - fep->rx_bd_base;
333 bdp = fep->rx_bd_base;
504 fep->cur_rx = fep->rx_bd_base;
509 for (i = 0, bdp = fep->rx_bd_base; i < fep->rx_ring; i++, bdp++) {
570 for (i = 0, bdp = fep->rx_bd_base; i < fep->rx_ring; i++, bdp++) {
1033 fep->rx_bd_base = fep->ring_base;
1034 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring;
H A Dfs_enet.h134 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:fs_enet_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c278 FW(fecp, r_des_start, iopa((__u32) (fep->rx_bd_base)));
283 fep->cur_rx = fep->rx_bd_base;
298 for (i = 0, bdp = fep->rx_bd_base; i < fep->rx_ring; i++, bdp++) {
499 curidx = bdp - fep->rx_bd_base;
594 bdp = fep->rx_bd_base;
1145 fep->rx_bd_base = fep->ring_base;
1146 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring;
H A Dfec_8xx.h116 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:fec_enet_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c181 /* The FEC buffer descriptors track the ring buffers. The rx_bd_base and
201 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */ member in struct:fec_enet_private
432 bdp = fep->rx_bd_base;
668 bdp = fep->rx_bd_base;
2331 fep->rx_bd_base = cbd_base;
2335 fep->cur_rx = fep->rx_bd_base;
2341 bdp = fep->rx_bd_base;
2392 fecp->fec_r_des_start = __pa((uint)(fep->rx_bd_base));
2482 fecp->fec_r_des_start = __pa((uint)(fep->rx_bd_base));
2486 fep->cur_rx = fep->rx_bd_base;
[all...]
H A Dgianfar.c607 rxbdp = priv->rx_bd_base;
699 priv->rx_bd_base = (struct rxbd8 *) vaddr;
735 priv->cur_rx = priv->rx_bd_base;
752 rxbdp = priv->rx_bd_base;
1517 bdp = priv->rx_bd_base;
H A Dgianfar.h653 * The GFAR buffer descriptors track the ring buffers. The rx_bd_base
697 struct rxbd8 *rx_bd_base; /* First Rx buffers */ member in struct:gfar_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c210 QUICC_BD *rx_bd_base; member in struct:serial_info
378 bdp = info->rx_bd_base;
455 bdp = info->rx_bd_base;
2237 bdp = info->rx_bd_base;
2539 info->rx_cur = info->rx_bd_base = bdp;

Completed in 100 milliseconds