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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtlan.c1404 dma_addr_t head_list_phys; local
1443 head_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txHead;
1445 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM );
1536 dma_addr_t head_list_phys; local
1541 head_list_phys = priv->rxListDMA + sizeof(TLanList) * priv->rxHead;
1577 tail_list->forward = head_list_phys;
1582 head_list_phys = priv->rxListDMA + sizeof(TLanList) * priv->rxHead;
1594 head_list_phys = priv->rxListDMA + sizeof(TLanList) * priv->rxHead;
1595 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM );
1673 dma_addr_t head_list_phys; local
1800 dma_addr_t head_list_phys; local
[all...]

Completed in 206 milliseconds