Home
last modified time | relevance | path

Searched refs:ack_pending_q (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/nfc/hci/
H A Dllc_shdlc.c58 struct sk_buff_head ack_pending_q; member
193 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
199 if (skb_queue_empty(&shdlc->ack_pending_q)) { in llc_shdlc_reset_t2()
207 skb = skb_peek(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
277 while ((skb = skb_dequeue_tail(&shdlc->ack_pending_q))) { in llc_shdlc_requeue_ack_pending()
299 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_rcv_rej()
523 shdlc->ack_pending_q.qlen); in llc_shdlc_handle_send_queue()
554 skb_queue_tail(&shdlc->ack_pending_q, skb); in llc_shdlc_handle_send_queue()
601 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_sm_work()
747 skb_queue_head_init(&shdlc->ack_pending_q); in llc_shdlc_init()
[all …]
/openbmc/linux/drivers/nfc/st-nci/
H A Dndlc.c96 ndlc->send_q.qlen, ndlc->ack_pending_q.qlen); in llt_ndlc_send_queue()
109 skb_queue_tail(&ndlc->ack_pending_q, skb); in llt_ndlc_send_queue()
127 while ((skb = skb_dequeue_tail(&ndlc->ack_pending_q))) { in llt_ndlc_requeue_data_pending()
162 skb = skb_dequeue(&ndlc->ack_pending_q); in llt_ndlc_rcv_queue()
275 skb_queue_head_init(&ndlc->ack_pending_q); in ndlc_probe()
H A Dndlc.h30 struct sk_buff_head ack_pending_q; member