Home
last modified time | relevance | path

Searched defs:scif_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_main.h79 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;
[all …]
Dscif_main.c19 struct scif_info scif_info = { variable