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