Home
last modified time | relevance | path

Searched refs:xq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c84 struct sk_buff_head xq; /* pppd transmit queue */ member
537 skb_queue_tail(&pf->xq, skb); in ppp_write()
1658 skb_queue_tail(&ppp->file.xq, skb); in __ppp_xmit_process()
1660 (skb = skb_dequeue(&ppp->file.xq))) in __ppp_xmit_process()
1664 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in __ppp_xmit_process()
1964 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
2131 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
2133 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()
2163 while (!skb_queue_empty(&pch->file.xq)) { in __ppp_channel_push()
2164 skb = skb_dequeue(&pch->file.xq); in __ppp_channel_push()
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass568 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
580 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-fitimage.bbclass570 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
590 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c291 static u32 dw100_map_format_coordinates(u16 xq, u16 yq) in dw100_map_format_coordinates() argument
293 return (u32)((yq << 16) | xq); in dw100_map_format_coordinates()