Searched defs:rionet_private (Results 1 – 1 of 1) sorted by relevance
52 struct rionet_private { struct53 struct rio_mport *mport;54 struct sk_buff *rx_skb[RIONET_RX_RING_SIZE];55 struct sk_buff *tx_skb[RIONET_TX_RING_SIZE];56 int rx_slot;57 int tx_slot;58 int tx_cnt;59 int ack_slot;60 spinlock_t lock;61 spinlock_t tx_lock;[all …]