Lines Matching refs:intents
141 * @liids: idr of all local intents
142 * @riids: idr of all remote intents
144 * @done_intents: list of intents that needs to be announced rx_done
257 /* Free all non-reuse intents pending rx_done work */
526 /* Take it off the tree of receive intents */
918 struct intent_pair intents[];
921 const size_t msglen = struct_size(msg, intents, count);
935 dev_err(glink->dev, "intents for non-existing channel\n");
951 intent->id = le32_to_cpu(msg->intents[i].iid);
952 intent->size = le32_to_cpu(msg->intents[i].size);
1190 prop = of_find_property(np, "qcom,intents", NULL);
1196 /* Channel is now open, advertise base set of intents */