mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
r8169: remove unused macros.
Signed-off-by: Dayanidhi Sreenivasan <dayanidhi.sreenivasan@gmail.com> Acked-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
parent
d4185bbf62
commit
ac50974b37
1 changed files with 0 additions and 5 deletions
|
@ -84,17 +84,12 @@ static const int multicast_filter_limit = 32;
|
|||
#define R8169_NAPI_WEIGHT 64
|
||||
#define NUM_TX_DESC 64 /* Number of Tx descriptor registers */
|
||||
#define NUM_RX_DESC 256 /* Number of Rx descriptor registers */
|
||||
#define RX_BUF_SIZE 1536 /* Rx Buffer size */
|
||||
#define R8169_TX_RING_BYTES (NUM_TX_DESC * sizeof(struct TxDesc))
|
||||
#define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
|
||||
|
||||
#define RTL8169_TX_TIMEOUT (6*HZ)
|
||||
#define RTL8169_PHY_TIMEOUT (10*HZ)
|
||||
|
||||
#define RTL_EEPROM_SIG cpu_to_le32(0x8129)
|
||||
#define RTL_EEPROM_SIG_MASK cpu_to_le32(0xffff)
|
||||
#define RTL_EEPROM_SIG_ADDR 0x0000
|
||||
|
||||
/* write/read MMIO register */
|
||||
#define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
|
||||
#define RTL_W16(reg, val16) writew ((val16), ioaddr + (reg))
|
||||
|
|
Loading…
Reference in a new issue