Searched refs:requestq (Results 1 – 2 of 2) sorted by relevance
190 list_splice_init(&aq->pendingq, &aq->requestq); in ap_sm_recv()253 ap_msg = list_entry(aq->requestq.next, struct ap_message, list); in ap_sm_write()794 INIT_LIST_HEAD(&aq->requestq); in ap_queue_create()826 list_add_tail(&ap_msg->list, &aq->requestq); in ap_queue_message()888 list_for_each_entry_safe(ap_msg, next, &aq->requestq, list) { in __ap_flush_queue()
209 struct list_head requestq; /* List of message yet to be sent. */ member