Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h199 struct signal_queue_header { struct
201 u32 version; /* SIGNAL_QUEUE_HEADER Version ID */
202 u32 chtype; /* Queue type: storage, network */
203 u64 size; /* Total size of this queue in bytes */
204 u64 sig_base_offset; /* Offset to signal queue area */
205 u64 features; /* Flags to modify behavior */
206 u64 num_sent; /* Total # of signals placed in this queue */
207 u64 num_overflows; /* Total # of inserts failed due to
209 u32 signal_size; /* Total size of a signal for this queue */
210 u32 max_slots; /* Max # of slots in queue, 1 slot is
[all …]