Home
last modified time | relevance | path

Searched refs:nvec_msg (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/nvec/
Dnvec.h94 struct nvec_msg { struct
146 struct nvec_msg msg_pool[NVEC_POOL_SIZE];
147 struct nvec_msg *rx;
149 struct nvec_msg *tx;
150 struct nvec_msg tx_scratch;
159 struct nvec_msg *last_sync_msg;
169 struct nvec_msg **msg);
177 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg);
Dnvec.c166 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec, in nvec_msg_alloc()
191 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free()
203 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event()
214 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size()
258 struct nvec_msg *msg; in nvec_write_async()
299 struct nvec_msg **msg) in nvec_write_sync()
379 struct nvec_msg *msg; in nvec_request_master()
383 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); in nvec_request_master()
413 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg()
442 struct nvec_msg *msg; in nvec_dispatch()
[all …]