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;171 struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec,180 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg);
172 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec, in nvec_msg_alloc()197 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free()209 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event()220 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size()264 struct nvec_msg *msg; in nvec_write_async()301 struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec, in nvec_write_sync()304 struct nvec_msg *msg; in nvec_write_sync()382 struct nvec_msg *msg; in nvec_request_master()386 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); in nvec_request_master()416 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg()[all …]