Searched refs:tx_busy (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlan_common.h134 int tx_busy; member in struct:irlan_client_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_client.c204 IRDA_DEBUG(2, "%s(), clearing tx_busy\n", __func__ );
205 self->client.tx_busy = FALSE;
237 self->client.tx_busy = FALSE;
H A Dirlan_eth.c156 self->client.tx_busy = 0;
H A Dirlan_common.c586 if (irda_lock(&self->client.tx_busy) == FALSE)
591 self->client.tx_busy = FALSE;
599 self->client.tx_busy = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h258 u64 tx_busy; member in struct:ixgbevf_adapter
H A Dethtool.c66 {"tx_busy", IXGBEVF_STAT(tx_busy, zero_base, zero_base)},
H A Dixgbevf_main.c3148 adapter->tx_busy++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.h386 tx_busy, enumerator in enum:__anon10844
H A Dhorizon.c242 only be entered when tx_busy is true (enforced by hardware). The
243 other TX component can only be entered when tx_busy is false
249 Atomic test and set tx_busy until we succeed; we should implement
250 some sort of timeout so that tx_busy will never be stuck at true.
259 The IRQ component handles TX completion (stats, free buffer, tx_busy
1025 wait_event_interruptible(dev->tx_queue, (!test_and_set_bit(tx_busy, &dev->flags)));
1029 PRINTD (DBG_TX, "set tx_busy for dev %p", dev);
1036 clear_bit (tx_busy, &dev->flags);
1037 PRINTD (DBG_TX, "cleared tx_busy for dev %p", dev);
1154 if (test_bit (tx_busy,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h382 u64 tx_busy; member in struct:ixgbe_adapter
H A Dixgbe_ethtool.c70 {"tx_busy", IXGBE_STAT(tx_busy)},
H A Dixgbe_main.c6240 adapter->tx_busy++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h766 int tx_busy; member in struct:ngene

Completed in 110 milliseconds