Searched defs:nvec_msg (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/nvec/
H A Dnvec.h30 /* NVEC_POOL_SIZE - Size of the pool in &struct nvec_msg */
34 * NVEC_MSG_SIZE - Maximum size of the data field of &struct nvec_msg.
86 * struct nvec_msg - A buffer for a single message
98 struct nvec_msg { struct
150 struct nvec_msg msg_pool[NVEC_POOL_SIZE];
151 struct nvec_msg *rx;
153 struct nvec_msg *tx;
154 struct nvec_msg tx_scratch;
163 struct nvec_msg *last_sync_msg;
171 extern struct nvec_msg *nvec_write_syn
[all...]

Completed in 57 milliseconds