Home
last modified time | relevance | path

Searched refs:xmit_pending (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def100_tx.c131 tx_queue->xmit_pending = false; in ef100_notify_tx_desc()
387 tx_queue->xmit_pending = true; in ef100_enqueue_skb()
414 * above, so xmit_pending still refers to the old state. in ef100_enqueue_skb()
416 if (tx_queue->xmit_pending && !xmit_more) in ef100_enqueue_skb()
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 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 Dnet_driver.h251 * @xmit_pending: Are any packets waiting to be pushed to the NIC
298 bool xmit_pending; member
H A Dfarch.c323 tx_queue->xmit_pending = false; in efx_farch_tx_write()
H A Def10.c2440 tx_queue->xmit_pending = false; in efx_ef10_tx_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def100_tx.c115 tx_queue->xmit_pending = false; in ef100_notify_tx_desc()
475 tx_queue->xmit_pending = true; in __ef100_enqueue_skb()
506 * above, so xmit_pending still refers to the old state. in __ef100_enqueue_skb()
508 if (tx_queue->xmit_pending && !xmit_more) in __ef100_enqueue_skb()
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 Dtx_common.c83 tx_queue->xmit_pending = false; in efx_init_tx_queue()
121 tx_queue->xmit_pending = false; in efx_fini_tx_queue()
H A Dnet_driver.h232 * @xmit_pending: Are any packets waiting to be pushed to the NIC
279 bool xmit_pending; member
H A Def10.c2456 tx_queue->xmit_pending = false; in efx_ef10_tx_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dtx.c118 if (q->xmit_pending) in efx_tx_send_pending()
178 tx_queue->xmit_pending = true; in __efx_siena_enqueue_skb()
H A Dtx_common.c83 tx_queue->xmit_pending = false; in efx_siena_init_tx_queue()
189 tx_queue->xmit_pending = false; in efx_siena_fini_tx_queue()
H A Dnet_driver.h250 * @xmit_pending: Are any packets waiting to be pushed to the NIC
297 bool xmit_pending; member
H A Dfarch.c324 tx_queue->xmit_pending = false; in efx_farch_tx_write()
/kernel/linux/linux-5.10/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()
1603 * and xmit_pending should be 0.
1712 ppp->xmit_pending = skb; in ppp_send_frame()
1722 * Try to send the frame in xmit_pending.
1730 struct sk_buff *skb = ppp->xmit_pending; in ppp_push()
1738 ppp->xmit_pending = NULL; in ppp_push()
1751 ppp->xmit_pending = NULL; in ppp_push()
1755 ppp->xmit_pending in ppp_push()
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c130 struct sk_buff *xmit_pending; /* a packet ready to go out 88 */ member
1644 while (!ppp->xmit_pending && in __ppp_xmit_process()
1649 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in __ppp_xmit_process()
1736 * and xmit_pending should be 0.
1845 ppp->xmit_pending = skb; in ppp_send_frame()
1855 * Try to send the frame in xmit_pending.
1863 struct sk_buff *skb = ppp->xmit_pending; in ppp_push()
1871 ppp->xmit_pending = NULL; in ppp_push()
1884 ppp->xmit_pending = NULL; in ppp_push()
1888 ppp->xmit_pending in ppp_push()
[all...]

Completed in 40 milliseconds