Lines Matching defs:scif_info
88 struct scif_info { struct
89 u8 nodeid;
90 u8 maxid;
91 u8 total;
92 u32 nr_zombies;
93 struct mutex eplock;
94 struct mutex connlock;
95 spinlock_t nb_connect_lock;
96 spinlock_t port_lock;
97 struct list_head uaccept;
98 struct list_head listen;
99 struct list_head zombie;
100 struct list_head connected;
101 struct list_head disconnected;
102 struct list_head nb_connect_list;
103 struct work_struct misc_work;
104 struct mutex conflock;
105 u8 en_msg_log;
106 u8 p2p_enable;
107 struct miscdevice mdev;
108 struct work_struct conn_work;
109 wait_queue_head_t exitwq;
110 struct scif_dev *loopb_dev;
111 struct workqueue_struct *loopb_wq;
112 char loopb_wqname[16];
113 struct work_struct loopb_work;
114 struct list_head loopb_recv_q;
115 bool card_initiated_exit;
116 spinlock_t rmalock;
117 struct mutex fencelock;
118 struct list_head rma;
119 struct list_head rma_tc;
120 struct list_head fence;
121 struct work_struct mmu_notif_work;
122 struct list_head mmu_notif_cleanup;
123 unsigned long rma_tc_limit;