Lines Matching defs:lio
34 struct lio { struct
36 atomic_t ifstate;
41 int ifidx;
44 int txq;
49 int rxq;
52 spinlock_t lock;
55 struct list_head glist;
60 struct octdev_props *octprops;
63 struct octeon_device *oct_dev;
65 struct net_device *netdev;
68 struct oct_link_info linfo;
71 u32 tx_qsize;
74 u32 rx_qsize;
77 u32 mtu;
80 u32 msg_enable;
83 u64 dev_capability;
107 #define LIO_SIZE (sizeof(struct lio)) argument