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