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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.h572 #define TX_DESC_BASE 0x0000 /* Buffer Decriptor Table */ macro
H A Diphase.c1812 writew(TX_DESC_BASE, iadev->seg_reg+SEG_DESC_BASE);
1815 buf_desc_ptr =(struct tx_buf_desc *)(iadev->seg_ram+TX_DESC_BASE);
2835 buf_desc_ptr = iadev->seg_ram+TX_DESC_BASE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c907 /* the TX_DESC_BASE setting is according to the following queue index
918 static const u32 TX_DESC_BASE[] = {BKQDA, BEQDA, VIQDA, VOQDA, HCCAQDA, CQDA, MQDA, HQDA, BQDA}; variable
924 write_nic_dword(dev, TX_DESC_BASE[i], priv->tx_ring[i].dma);

Completed in 168 milliseconds