Searched refs:intents (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c138 * @liids: idr of all local intents
139 * @riids: idr of all remote intents
141 * @done_intents: list of intents that needs to be announced rx_done
262 /* Free all non-reuse intents pending rx_done work */
572 /* Take it off the tree of receive intents */
969 struct intent_pair intents[]; member in struct:__anon107
972 const size_t msglen = struct_size(msg, intents, count);
986 dev_err(glink->dev, "intents for non-existing channel\n");
1002 intent->id = le32_to_cpu(msg->intents[i].iid);
1003 intent->size = le32_to_cpu(msg->intents[
[all...]

Completed in 95 milliseconds