Searched refs:nvec_msg (Results 1 – 2 of 2) sorted by relevance
98 struct nvec_msg { struct150 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;173 struct nvec_msg **msg);181 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg);
170 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec, in nvec_msg_alloc()195 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free()207 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event()218 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size()262 struct nvec_msg *msg; in nvec_write_async()303 struct nvec_msg **msg) in nvec_write_sync()383 struct nvec_msg *msg; in nvec_request_master()387 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); in nvec_request_master()417 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg()446 struct nvec_msg *msg; in nvec_dispatch()[all …]