Searched refs:start_xmit (Results 1 - 33 of 33) sorted by relevance

/linux-4.4.14/include/linux/
H A Dppp_channel.h32 int (*start_xmit)(struct ppp_channel *, struct sk_buff *); member in struct:ppp_channel_ops
83 * in the start_xmit and ioctl routines for the channel by the time
/linux-4.4.14/drivers/tty/ipwireless/
H A Dnetwork.c243 .start_xmit = ipwireless_ppp_start_xmit,
/linux-4.4.14/drivers/net/ethernet/dlink/
H A Ddl2k.c74 static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev);
102 .ndo_start_xmit = start_xmit,
601 /* Initialize Tx descriptors, TFDListPtr leaves in start_xmit(). */ alloc_list()
644 start_xmit (struct sk_buff *skb, struct net_device *dev) start_xmit() function
/linux-4.4.14/drivers/net/ethernet/
H A Djme.c637 txbi->start_xmit = 0; jme_free_tx_resources()
1508 ctxbi->start_xmit = 0; jme_tx_clean_tasklet()
2210 txbi->start_xmit = jiffies; jme_fill_tx_desc()
2211 if (!txbi->start_xmit) jme_fill_tx_desc()
2212 txbi->start_xmit = (0UL-1); jme_fill_tx_desc()
2238 if (unlikely(txbi->start_xmit && jme_stop_queue_if_full()
2239 (jiffies - txbi->start_xmit) >= TX_TIMEOUT && jme_stop_queue_if_full()
H A Ddnet.c539 pr_debug("start_xmit: len %u head %p data %p\n", dnet_start_xmit()
H A Djme.h370 unsigned long start_xmit; member in struct:jme_buffer_info
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c257 /* Unmap the data and free skb when mapping failed during start_xmit */ qede_free_failed_tx_pkt()
587 * the queue lock is released and another start_xmit is called (possibly qede_start_xmit()
660 /* Need to make the tx_bd_cons update visible to start_xmit() qede_tx_int()
663 * start_xmit() will miss it and cause the queue to be stopped qede_tx_int()
/linux-4.4.14/drivers/net/ethernet/hp/
H A Dhp100.c1652 printk("hp100: %s: start_xmit\n", dev->name); hp100_start_xmit()
1664 printk("hp100: %s: start_xmit: tx free mem = 0x%x\n", dev->name, i); hp100_start_xmit()
1710 printk("hp100: %s: start_xmit: busy\n", dev->name); hp100_start_xmit()
1721 printk("hp100: %s: start_xmit: irq_status=0x%.4x, irqmask=0x%.4x, len=%d\n", hp100_start_xmit()
1754 printk("hp100: %s: start_xmit: end\n", dev->name); hp100_start_xmit()
/linux-4.4.14/drivers/tty/
H A Dcyclades.c1390 static void start_xmit(struct cyclades_port *info) start_xmit() function
1408 printk(KERN_ERR "cyc:start_xmit retval on ttyC%d was " start_xmit()
1416 } /* start_xmit */
1806 start_xmit(info); cy_write()
1867 start_xmit(info); cy_flush_chars()
2516 start_xmit(info); cy_break()
2525 start_xmit(info); cy_break()
/linux-4.4.14/drivers/net/ppp/
H A Dppp_generic.c1383 if (pch->chan->ops->start_xmit(pch->chan, skb)) ppp_push()
1617 !chan->ops->start_xmit(chan, frag)) ppp_mp_explode()
1653 if (!pch->chan->ops->start_xmit(pch->chan, skb)) { ppp_channel_push()
2380 * the channel's start_xmit or ioctl routine before we proceed. ppp_unregister_channel()
H A Dppp_synctty.c103 .start_xmit = ppp_sync_send,
H A Dpptp.c649 .start_xmit = pptp_xmit,
H A Dppp_async.c114 .start_xmit = ppp_async_send,
H A Dpppoe.c991 .start_xmit = pppoe_xmit,
/linux-4.4.14/net/atm/
H A Dpppoatm.c389 .start_xmit = pppoatm_send,
/linux-4.4.14/drivers/net/ethernet/alteon/
H A Dacenic.c296 * new skb's. Thus start_xmit can run in parallel with rx processing
311 * start_xmit() is not running while this is happening. Well DaveM
2133 * start_xmit and receive processing, thus there is no reason ace_interrupt()
/linux-4.4.14/drivers/net/
H A Dvirtio_net.c915 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) start_xmit() function
1404 .ndo_start_xmit = start_xmit,
/linux-4.4.14/drivers/net/xen-netback/
H A Dnetback.c1212 * xenvif_mcast_match() is called asynchronously, during start_xmit.
1400 "Can't allocate a skb in start_xmit.\n"); xenvif_tx_build_gops()
/linux-4.4.14/drivers/net/can/
H A Ddev.c385 * The function is typically called in the start_xmit function
H A Dgrcan.c1671 * have the tx bug (see start_xmit) grcan_probe()
/linux-4.4.14/net/irda/irnet/
H A Dirnet_ppp.c23 .start_xmit = ppp_irnet_send,
/linux-4.4.14/net/core/
H A Dpktgen.c1183 if (strcmp(f, "start_xmit") == 0) { pktgen_if_write()
1204 f, "start_xmit, netif_receive\n"); pktgen_if_write()
H A Ddev.c1776 * start_xmit function of one device into the receive queue
/linux-4.4.14/drivers/usb/core/
H A Durb.c311 * (1) start_xmit, timeout, and receive methods of network drivers must
/linux-4.4.14/net/l2tp/
H A Dl2tp_ppp.c136 .start_xmit = pppol2tp_xmit,
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c1554 * - start_xmit:
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c442 /* We run in a bh and fight against start_xmit, which bcm_enet_tx_reclaim()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c311 /* Need to make the tx_bd_cons update visible to start_xmit() bnx2x_tx_int()
314 * start_xmit() will miss it and cause the queue to be stopped bnx2x_tx_int()
/linux-4.4.14/drivers/net/ethernet/packetengines/
H A Dhamachi.c1244 since the clearing of the Tx ring is handled by the start_xmit hamachi_start_xmit()
/linux-4.4.14/drivers/net/ethernet/cadence/
H A Dmacb.c1299 "start_xmit: queue %hu len %u head %p data %p tail %p end %p\n", macb_start_xmit()
/linux-4.4.14/drivers/net/ethernet/marvell/
H A Dsky2.c2011 * 2. This may run in parallel start_xmit because the it only
/linux-4.4.14/net/mac80211/
H A Dtx.c2929 * ieee80211_subif_start_xmit - netif start_xmit function for 802.3 vifs
/linux-4.4.14/drivers/net/ethernet/realtek/
H A Dr8169.c7312 * of start_xmit activity is detected (if it is not detected, rtl_tx()

Completed in 2702 milliseconds