Searched refs:p_tx_bd_ring (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 Ducc_geth.c574 if (ugeth->p_tx_bd_ring[i]) {
579 mem_disp(ugeth->p_tx_bd_ring[i], length);
1928 bd = ugeth->p_tx_bd_ring[i];
1945 if (ugeth->p_tx_bd_ring[i]) {
1952 ugeth->p_tx_bd_ring[i] = NULL;
2389 ugeth->p_tx_bd_ring[j] =
2397 ugeth->p_tx_bd_ring[j] =
2401 if (!ugeth->p_tx_bd_ring[j]) {
2409 memset_io((void __iomem *)(ugeth->p_tx_bd_ring[j] +
2463 bd = ugeth->confBd[j] = ugeth->txBd[j] = ugeth->p_tx_bd_ring[
[all...]
H A Ducc_geth.h1185 u8 __iomem *p_tx_bd_ring[NUM_TX_QUEUES]; member in struct:ucc_geth_private

Completed in 77 milliseconds