Home
last modified time | relevance | path

Searched refs:xmit_pending (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_tx.c131 tx_queue->xmit_pending = false; in ef100_notify_tx_desc()
386 tx_queue->xmit_pending = true; in ef100_enqueue_skb()
415 if (tx_queue->xmit_pending && !xmit_more) in ef100_enqueue_skb()
H A Dtx_common.c82 tx_queue->xmit_pending = false; in efx_init_tx_queue()
116 tx_queue->xmit_pending = false; in efx_fini_tx_queue()
H A Dtx.c301 if (q->xmit_pending) in efx_tx_send_pending()
384 tx_queue->xmit_pending = true; in __efx_enqueue_skb()
H A Dnet_driver.h298 bool xmit_pending; member
H A Dfarch.c323 tx_queue->xmit_pending = false; in efx_farch_tx_write()
H A Def10.c2422 tx_queue->xmit_pending = false; in efx_ef10_tx_write()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c130 struct sk_buff *xmit_pending; /* a packet ready to go out 88 */ member
1511 while (!ppp->xmit_pending && in __ppp_xmit_process()
1516 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in __ppp_xmit_process()
1710 ppp->xmit_pending = skb; in ppp_send_frame()
1728 struct sk_buff *skb = ppp->xmit_pending; in ppp_push()
1736 ppp->xmit_pending = NULL; in ppp_push()
1749 ppp->xmit_pending = NULL; in ppp_push()
1753 ppp->xmit_pending = NULL; in ppp_push()
1766 ppp->xmit_pending = NULL; in ppp_push()
3226 kfree_skb(ppp->xmit_pending); in ppp_destroy_interface()