Home
last modified time | relevance | path

Searched refs:tx_full (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Datarilance.c227 long tx_full; member
688 lp->tx_full = 0; in lance_init_ring()
749 lp->tx_full ? " (full)" : "", in lance_tx_timeout()
842 lp->tx_full = 1; in lance_start_xmit()
924 dirty_tx, lp->cur_tx, lp->tx_full )); in lance_interrupt()
929 if (lp->tx_full && (netif_queue_stopped(dev)) && in lance_interrupt()
932 lp->tx_full = 0; in lance_interrupt()
H A Dariadne.c94 char tx_full; member
124 priv->tx_full = 0; in ariadne_init_ring()
348 priv->tx_full); in ariadne_interrupt()
353 if (priv->tx_full && netif_queue_stopped(dev) && in ariadne_interrupt()
356 priv->tx_full = 0; in ariadne_interrupt()
614 priv->tx_full = 1; in ariadne_start_xmit()
H A Dau1000_eth.h80 u32 tx_full; member
H A D7990.c177 lp->tx_full = 0; in lance_init_ring()
485 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) { in lance_interrupt()
486 lp->tx_full = 0; in lance_interrupt()
590 lp->tx_full = 1; in lance_start_xmit()
H A Dau1000_eth.c596 aup->tx_full = 0; in au1000_reset_mac_unlocked()
877 if (aup->tx_full) { in au1000_tx_ack()
878 aup->tx_full = 0; in au1000_tx_ack()
974 aup->tx_full = 1; in au1000_tx()
981 if (aup->tx_full) { in au1000_tx()
982 aup->tx_full = 0; in au1000_tx()
H A D7990.h127 char tx_full; member
H A Dsun3lance.c156 long tx_full; member
461 lp->tx_full = 0; in lance_init_ring()
546 lp->tx_full ? " (full)" : "", in lance_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Datarilance.c227 long tx_full; member
687 lp->tx_full = 0; in lance_init_ring()
748 lp->tx_full ? " (full)" : "", in lance_tx_timeout()
841 lp->tx_full = 1; in lance_start_xmit()
923 dirty_tx, lp->cur_tx, lp->tx_full )); in lance_interrupt()
928 if (lp->tx_full && (netif_queue_stopped(dev)) && in lance_interrupt()
931 lp->tx_full = 0; in lance_interrupt()
H A Dariadne.c94 char tx_full; member
124 priv->tx_full = 0; in ariadne_init_ring()
348 priv->tx_full); in ariadne_interrupt()
353 if (priv->tx_full && netif_queue_stopped(dev) && in ariadne_interrupt()
356 priv->tx_full = 0; in ariadne_interrupt()
614 priv->tx_full = 1; in ariadne_start_xmit()
H A Dau1000_eth.h80 u32 tx_full; member
H A D7990.c177 lp->tx_full = 0; in lance_init_ring()
485 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) { in lance_interrupt()
486 lp->tx_full = 0; in lance_interrupt()
590 lp->tx_full = 1; in lance_start_xmit()
H A Dau1000_eth.c596 aup->tx_full = 0; in au1000_reset_mac_unlocked()
877 if (aup->tx_full) { in au1000_tx_ack()
878 aup->tx_full = 0; in au1000_tx_ack()
974 aup->tx_full = 1; in au1000_tx()
981 if (aup->tx_full) { in au1000_tx()
982 aup->tx_full = 0; in au1000_tx()
H A D7990.h127 char tx_full; member
H A Dsun3lance.c156 long tx_full; member
455 lp->tx_full = 0; in lance_init_ring()
540 lp->tx_full ? " (full)" : "", in lance_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Depic100.c285 unsigned int tx_full:1; /* The Tx queue is full. */ member
892 if (!ep->tx_full) in epic_tx_timeout()
902 ep->tx_full = 0; in epic_init_ring()
976 ep->tx_full = 1; in epic_start_xmit()
984 if (ep->tx_full) in epic_start_xmit()
1056 dirty_tx, cur_tx, ep->tx_full); in epic_tx()
1061 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { in epic_tx()
1063 ep->tx_full = 0; in epic_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dyellowfin.c183 the 'yp->tx_full' flag.
187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it
188 clears both the tx_full and tbusy flags.
328 unsigned int tx_full:1; /* The Tx queue is full. */ member
729 yp->tx_full = 0; in yellowfin_init_ring()
884 yp->tx_full = 1; in yellowfin_start_xmit()
941 if (yp->tx_full && in yellowfin_interrupt()
944 yp->tx_full = 0; in yellowfin_interrupt()
1005 dirty_tx, yp->cur_tx, yp->tx_full); in yellowfin_interrupt()
1010 if (yp->tx_full in yellowfin_interrupt()
[all...]
H A Dhamachi.c273 the 'hmp->tx_full' flag.
277 empty by incrementing the dirty_tx mark. Iff the 'hmp->tx_full' flag is set, it
278 clears both the tx_full and tbusy flags.
353 were available before resetting the tbusy and tx_full flags
497 unsigned int tx_full:1; /* The Tx queue is full. */ member
1111 hmp->tx_full = 0; in hamachi_tx_timeout()
1167 hmp->tx_full = 0; in hamachi_init_ring()
1223 if (hmp->tx_full) { in hamachi_start_xmit()
1285 hmp->tx_full = 1; in hamachi_start_xmit()
1335 if (hmp->tx_full){ in hamachi_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H A Dyellowfin.c183 the 'yp->tx_full' flag.
187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it
188 clears both the tx_full and tbusy flags.
328 unsigned int tx_full:1; /* The Tx queue is full. */ member
731 yp->tx_full = 0; in yellowfin_init_ring()
886 yp->tx_full = 1; in yellowfin_start_xmit()
943 if (yp->tx_full && in yellowfin_interrupt()
946 yp->tx_full = 0; in yellowfin_interrupt()
1007 dirty_tx, yp->cur_tx, yp->tx_full); in yellowfin_interrupt()
1012 if (yp->tx_full in yellowfin_interrupt()
[all...]
H A Dhamachi.c273 the 'hmp->tx_full' flag.
277 empty by incrementing the dirty_tx mark. Iff the 'hmp->tx_full' flag is set, it
278 clears both the tx_full and tbusy flags.
353 were available before resetting the tbusy and tx_full flags
497 unsigned int tx_full:1; /* The Tx queue is full. */ member
1115 hmp->tx_full = 0; in hamachi_tx_timeout()
1171 hmp->tx_full = 0; in hamachi_init_ring()
1227 if (hmp->tx_full) { in hamachi_start_xmit()
1289 hmp->tx_full = 1; in hamachi_start_xmit()
1339 if (hmp->tx_full){ in hamachi_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Depic100.c285 unsigned int tx_full:1; /* The Tx queue is full. */ member
894 if (!ep->tx_full) in epic_tx_timeout()
904 ep->tx_full = 0; in epic_init_ring()
978 ep->tx_full = 1; in epic_start_xmit()
986 if (ep->tx_full) in epic_start_xmit()
1058 dirty_tx, cur_tx, ep->tx_full); in epic_tx()
1063 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { in epic_tx()
1065 ep->tx_full = 0; in epic_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dkorina.c126 int tx_full; member
213 lp->tx_full = 1; in korina_send_packet()
534 if (lp->tx_full == 1) { in korina_tx()
536 lp->tx_full = 0; in korina_tx()
756 lp->tx_full = lp->tx_count = 0; in korina_alloc_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dkorina.c360 int tx_full; member
437 lp->tx_full = 1; in korina_send_packet()
775 if (lp->tx_full == 1) { in korina_tx()
777 lp->tx_full = 0; in korina_tx()
1002 lp->tx_full = lp->tx_count = 0; in korina_alloc_ring()
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis900.c191 unsigned int tx_full; /* The Tx queue is full. */ member
1130 sis_priv->tx_full = 0; in sis900_init_tx_ring()
1576 sis_priv->tx_full = 0; in sis900_tx_timeout()
1640 sis_priv->tx_full = 1; in sis900_start_xmit()
1647 sis_priv->tx_full = 1; in sis900_start_xmit()
1945 if (sis_priv->tx_full && netif_queue_stopped(net_dev) && in sis900_finish_xmit()
1947 /* The ring is no longer full, clear tx_full and schedule in sis900_finish_xmit()
1949 sis_priv->tx_full = 0; in sis900_finish_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis900.c191 unsigned int tx_full; /* The Tx queue is full. */ member
1137 sis_priv->tx_full = 0; in sis900_init_tx_ring()
1583 sis_priv->tx_full = 0; in sis900_tx_timeout()
1647 sis_priv->tx_full = 1; in sis900_start_xmit()
1654 sis_priv->tx_full = 1; in sis900_start_xmit()
1952 if (sis_priv->tx_full && netif_queue_stopped(net_dev) && in sis900_finish_xmit()
1954 /* The ring is no longer full, clear tx_full and schedule in sis900_finish_xmit()
1956 sis_priv->tx_full = 0; in sis900_finish_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunqe.c550 int tx_full; in qe_tx_timeout() local
558 tx_full = TX_BUFFS_AVAIL(qep) <= 0; in qe_tx_timeout()
562 if (! tx_full) in qe_tx_timeout()

Completed in 41 milliseconds

12