/Linux-v6.1/include/linux/qed/ |
D | qed_ll2_if.h | 238 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb, member 273 .start_xmit = NULL,
|
/Linux-v6.1/Documentation/networking/ |
D | ppp_generic.rst | 52 * start_xmit() is called by the generic layer when it has a frame to 54 flow-control reasons. In this case, start_xmit() should return 0 58 is accepted, the start_xmit() function should return 1. 78 rejected a call to its start_xmit function, and can now accept more 123 presented to the start_xmit() function contain only the 2-byte 157 when the core networking code calls the generic layer's start_xmit() 160 The start_xmit function always accepts and queues the packet which it 171 channel's start_xmit() function. If the channel refuses to take 173 generic layer will call the channel's start_xmit() function again 175 networking code calls the generic layer's start_xmit() function [all …]
|
D | pktgen.rst | 232 Default xmit_mode is "start_xmit". 385 xmit_mode <start_xmit|netif_receive>
|
/Linux-v6.1/include/linux/ |
D | ppp_channel.h | 30 int (*start_xmit)(struct ppp_channel *, struct sk_buff *); member
|
/Linux-v6.1/drivers/scsi/qedf/ |
D | qedf_fip.c | 70 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, flags); in qedf_fcoe_send_vlan_req() 157 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_fip_send()
|
D | qedf_main.c | 1232 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
|
/Linux-v6.1/drivers/net/ethernet/micrel/ |
D | ks8851.h | 421 netdev_tx_t (*start_xmit)(struct sk_buff *skb, member
|
D | ks8851_par.c | 300 ks->start_xmit = ks8851_start_xmit_par; in ks8851_probe_par()
|
D | ks8851_spi.c | 425 ks->start_xmit = ks8851_start_xmit_spi; in ks8851_probe_spi()
|
D | ks8851_common.c | 583 return ks->start_xmit(skb, dev); in ks8851_start_xmit()
|
/Linux-v6.1/drivers/net/ethernet/ |
D | jme.c | 620 txbi->start_xmit = 0; in jme_free_tx_resources() 1472 ctxbi->start_xmit = 0; in jme_tx_clean_tasklet() 2154 txbi->start_xmit = jiffies; in jme_fill_tx_desc() 2155 if (!txbi->start_xmit) in jme_fill_tx_desc() 2156 txbi->start_xmit = (0UL-1); in jme_fill_tx_desc() 2182 if (unlikely(txbi->start_xmit && in jme_stop_queue_if_full() 2183 time_is_before_eq_jiffies(txbi->start_xmit + TX_TIMEOUT) && in jme_stop_queue_if_full()
|
D | jme.h | 357 unsigned long start_xmit; member
|
/Linux-v6.1/net/atm/ |
D | pppoatm.c | 385 .start_xmit = pppoatm_send,
|
/Linux-v6.1/drivers/tty/ipwireless/ |
D | network.c | 244 .start_xmit = ipwireless_ppp_start_xmit,
|
/Linux-v6.1/drivers/net/ppp/ |
D | ppp_synctty.c | 100 .start_xmit = ppp_sync_send,
|
D | ppp_generic.c | 1881 if (pch->chan->ops->start_xmit(pch->chan, skb)) in ppp_push() 2115 !chan->ops->start_xmit(chan, frag)) in ppp_mp_explode() 2148 if (!pch->chan->ops->start_xmit(pch->chan, skb)) { in __ppp_channel_push() 2263 if (!pchb->chan->ops->start_xmit(pchb->chan, skb)) in ppp_channel_bridge_input()
|
D | pptp.c | 598 .start_xmit = pptp_xmit,
|
D | ppp_async.c | 110 .start_xmit = ppp_async_send,
|
D | pppoe.c | 999 .start_xmit = pppoe_xmit,
|
/Linux-v6.1/drivers/net/ethernet/dlink/ |
D | dl2k.c | 65 static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev); 92 .ndo_start_xmit = start_xmit, 706 start_xmit (struct sk_buff *skb, struct net_device *dev) in start_xmit() function
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_ppp.c | 128 .start_xmit = pppol2tp_xmit,
|
/Linux-v6.1/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 1256 rc = qedi_ops->ll2->start_xmit(cdev, skb, 0); in qedi_data_avail()
|
/Linux-v6.1/drivers/net/ |
D | virtio_net.c | 1820 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) in start_xmit() function 3267 .ndo_start_xmit = start_xmit,
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.c | 2805 .start_xmit = &qed_ll2_start_xmit,
|
/Linux-v6.1/net/mac80211/ |
D | tx.c | 5941 goto start_xmit; in ieee80211_tx_control_port() 5970 start_xmit: in ieee80211_tx_control_port()
|