Lines Matching defs:rionet_private
53 struct rionet_private { struct54 struct rio_mport *mport;55 struct sk_buff *rx_skb[RIONET_RX_RING_SIZE];56 struct sk_buff *tx_skb[RIONET_TX_RING_SIZE];57 int rx_slot;58 int tx_slot;59 int tx_cnt;60 int ack_slot;61 spinlock_t lock;62 spinlock_t tx_lock;63 u32 msg_enable;