Searched defs:rionet_private (Results 1 – 1 of 1) sorted by relevance
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;[all …]