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