Searched refs:tx_work (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c233 queue_work(lbtf_wq, &priv->tx_work);
245 tx_work);
356 cancel_work_sync(&priv->tx_work);
654 INIT_WORK(&priv->tx_work, lbtf_tx_work);
709 queue_work(lbtf_wq, &priv->tx_work);
729 queue_work(lbtf_wq, &priv->tx_work);
H A Dlibertas_tf.h190 struct work_struct tx_work; member in struct:lbtf_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetpoll.h39 struct delayed_work tx_work; member in struct:netpoll_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnetpoll.c61 container_of(work, struct netpoll_info, tx_work.work);
86 schedule_delayed_work(&npinfo->tx_work, HZ/10);
346 schedule_delayed_work(&npinfo->tx_work,0);
762 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process);
928 cancel_rearming_delayed_work(&npinfo->tx_work);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_tx.c239 struct wl1271 *wl = container_of(work, struct wl1271, tx_work);
409 ieee80211_queue_work(wl->hw, &wl->tx_work);
H A Dwl1251.h310 struct work_struct tx_work; member in struct:wl1251
H A Dwl1271.h393 struct work_struct tx_work; member in struct:wl1271
H A Dwl1251_main.c383 * before that, the tx_work will not be initialized!
386 ieee80211_queue_work(wl->hw, &wl->tx_work);
478 cancel_work_sync(&wl->tx_work);
1374 INIT_WORK(&wl->tx_work, wl1251_tx_work);
H A Dwl1251_tx.c301 struct wl1251 *wl = container_of(work, struct wl1251, tx_work);
322 wl1251_debug(DEBUG_TX, "tx_work: fw buffer full, "
419 /* The skb can be NULL because tx_work might have been
H A Dwl1271_main.c425 ieee80211_queue_work(wl->hw, &wl->tx_work);
608 INIT_WORK(&wl->tx_work, wl1271_tx_work);
788 * before that, the tx_work will not be initialized!
791 ieee80211_queue_work(wl->hw, &wl->tx_work);
960 cancel_work_sync(&wl->tx_work);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dmcp251x.c241 struct work_struct tx_work; member in struct:mcp251x_priv
478 queue_work(priv->wq, &priv->tx_work);
689 tx_work);
888 INIT_WORK(&priv->tx_work, mcp251x_tx_work_handler);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851.c69 * @tx_work: Work queue for tx packets
120 struct work_struct tx_work; member in struct:ks8851_net
717 struct ks8851_net *ks = container_of(work, struct ks8851_net, tx_work);
857 flush_work(&ks->tx_work);
921 schedule_work(&ks->tx_work);
1571 INIT_WORK(&ks->tx_work, ks8851_tx_work);
H A Denc28j60.c63 struct work_struct tx_work; member in struct:enc28j60_net
1288 schedule_work(&priv->tx_work);
1296 container_of(work, struct enc28j60_net, tx_work);
1558 INIT_WORK(&priv->tx_work, enc28j60_tx_work_handler);
H A Dforcedeth.c2396 int tx_work = 0; local
2401 (tx_work < limit)) {
2424 tx_work++;
2442 tx_work++;
2454 return tx_work;
2461 int tx_work = 0; local
2466 (tx_work < limit)) {
2487 tx_work++;
2502 return tx_work;
3550 int rx_count, tx_work local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_main.c693 int rxret, tx_work = 0; local
699 tx_work = 1;
701 if (likely(!rxret || tx_work))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Db43.h828 struct work_struct tx_work; member in struct:b43_wl
H A Dmain.c3122 struct b43_wl *wl = container_of(work, struct b43_wl, tx_work);
3164 ieee80211_queue_work(wl->hw, &wl->tx_work);
3876 cancel_work_sync(&wl->tx_work);
4925 INIT_WORK(&wl->tx_work, b43_tx_work);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge.h1401 struct delayed_work tx_work; member in struct:tx_ring

Completed in 411 milliseconds