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