Go to the documentation of this file.
36 #include <linux/list.h>
127 static inline int t3b_device(
const struct iwch_dev *rhp)
129 return rhp->
rdev.t3cdev_p->type ==
T3B;
132 static inline int t3a_device(
const struct iwch_dev *rhp)
134 return rhp->
rdev.t3cdev_p->type ==
T3A;
162 spin_lock_irq(&rhp->
lock);
165 spin_unlock_irq(&rhp->
lock);
171 static inline void remove_handle(
struct iwch_dev *rhp,
struct idr *idr,
u32 id)
173 spin_lock_irq(&rhp->
lock);
175 spin_unlock_irq(&rhp->
lock);