Searched defs:hfi1_ipoib_circ_buf (Results 1 – 1 of 1) sorted by relevance
56 struct hfi1_ipoib_circ_buf { struct57 struct ipoib_txreq **items;58 unsigned long head;59 unsigned long tail;60 unsigned long max_items;61 spinlock_t producer_lock; /* head sync lock */62 spinlock_t consumer_lock; /* tail sync lock */