Searched refs:tx_bd_base (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgreth.c166 struct greth_bd *tx_bdp = greth->tx_bd_base;
186 tx_bdp = greth->tx_bd_base + greth->tx_last;
196 tx_bdp = greth->tx_bd_base + greth->tx_last;
237 tx_bd = greth->tx_bd_base;
393 bdp = greth->tx_bd_base + greth->tx_next;
485 bdp = greth->tx_bd_base + greth->tx_next;
500 bdp = greth->tx_bd_base + curr_tx;
541 bdp = greth->tx_bd_base + greth->tx_next;
554 bdp = greth->tx_bd_base + greth->tx_next + i;
612 bdp = greth->tx_bd_base
[all...]
H A Dgreth.h115 struct greth_bd *tx_bd_base; /* Address of Tx BDs. */ member in struct:greth_private
H A Dfec.c143 * tx_bd_base always point to the base of the buffer descriptors. The
169 struct bufdesc *tx_bd_base; member in struct:fec_enet_private
259 index = bdp - fep->tx_bd_base;
288 bdp = fep->tx_bd_base;
406 bdp = fep->tx_bd_base;
865 bdp = fep->tx_bd_base;
896 bdp = fep->tx_bd_base;
1107 fep->tx_bd_base = cbd_base + RX_RING_SIZE;
1128 bdp = fep->tx_bd_base;
1179 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
[all...]
H A Dgianfar.c182 tx_queue->dirty_tx = tx_queue->tx_bd_base;
183 tx_queue->cur_tx = tx_queue->tx_bd_base;
188 txbdp = tx_queue->tx_bd_base;
268 tx_queue->tx_bd_base = (struct txbd8 *) vaddr;
1700 txbdp = tx_queue->tx_bd_base;
1769 priv->tx_queue[0]->tx_bd_base,
2070 base = tx_queue->tx_bd_base;
2440 struct txbd8 *base = tx_queue->tx_bd_base;
H A Dgianfar.h919 * @tx_bd_base: First tx buffer descriptor
934 struct txbd8 *tx_bd_base; member in struct:gfar_priv_tx_q
1037 * and tx_bd_base always point to the currently available buffer.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart.h74 cbd_t __iomem *tx_bd_base; member in struct:uart_cpm_port
H A Dcpm_uart_cpm1.c124 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
H A Dcpm_uart_cpm2.c160 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
H A Dcpm_uart_core.c81 cbd_t __iomem *bdp = pinfo->tx_bd_base;
667 bdp = pinfo->tx_bd_base;
701 bdp = pinfo->tx_bd_base;
749 bdp = pinfo->tx_cur = pinfo->tx_bd_base;
774 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE);
836 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE);
948 bdbase = pinfo->tx_bd_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dfs_enet-main.c354 dirtyidx = bdp - fep->tx_bd_base;
413 bdp = fep->tx_bd_base;
498 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base;
533 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) {
551 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) {
657 curidx = bdp - fep->tx_bd_base;
683 fep->cur_tx = fep->tx_bd_base;
1070 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring;
H A Dmac-fcc.c517 last_tx_bd = fep->tx_bd_base + (fpi->tx_ring * sizeof(cbd_t));
524 prev_bd = (recheck_bd == fep->tx_bd_base) ? last_tx_bd : recheck_bd - 1;
533 prev_bd = (prev_bd == fep->tx_bd_base) ? last_tx_bd : prev_bd - 1;
H A Dfs_enet.h134 cbd_t __iomem *tx_bd_base; member in struct:fs_enet_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c188 struct qe_bd *tx_bd_base; member in struct:uart_qe_port
255 struct qe_bd *bdp = qe_port->tx_bd_base;
347 bdp = qe_port->tx_bd_base;
383 bdp = qe_port->tx_bd_base;
629 qe_port->tx_cur = qe_port->tx_bd_base;
630 bdp = qe_port->tx_bd_base;
1013 qe_port->tx_bd_base = uccs->tx_bd;
H A D68360serial.c213 QUICC_BD *tx_bd_base; member in struct:serial_info
962 bdp = info->tx_bd_base;
1016 bdp = info->tx_bd_base;
1092 bdp = info->tx_bd_base;
1666 if (bdp == info->tx_bd_base)
2040 bdbase = info->tx_bd_base;
2561 info->tx_cur = info->tx_bd_base = (QUICC_BD *)bdp;

Completed in 72 milliseconds