mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:30:53 +07:00
ps3: removed defines no longer used
Removed defines no longer used. Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
48544cc267
commit
b3bd6fe96d
@ -28,15 +28,8 @@
|
||||
#ifndef _GELIC_NET_H
|
||||
#define _GELIC_NET_H
|
||||
|
||||
#define GELIC_NET_DRV_NAME "Gelic Network Driver"
|
||||
#define GELIC_NET_DRV_VERSION "1.0"
|
||||
|
||||
#define GELIC_NET_ETHTOOL /* use ethtool */
|
||||
|
||||
/* ioctl */
|
||||
#define GELIC_NET_GET_MODE (SIOCDEVPRIVATE + 0)
|
||||
#define GELIC_NET_SET_MODE (SIOCDEVPRIVATE + 1)
|
||||
|
||||
/* descriptors */
|
||||
#define GELIC_NET_RX_DESCRIPTORS 128 /* num of descriptors */
|
||||
#define GELIC_NET_TX_DESCRIPTORS 128 /* num of descriptors */
|
||||
|
Loading…
Reference in New Issue
Block a user