Home
last modified time | relevance | path

Searched refs:start_xmit (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dppp_generic.txt48 * start_xmit() is called by the generic layer when it has a frame to
50 flow-control reasons. In this case, start_xmit() should return 0
54 is accepted, the start_xmit() function should return 1.
74 rejected a call to its start_xmit function, and can now accept more
119 presented to the start_xmit() function contain only the 2-byte
153 when the core networking code calls the generic layer's start_xmit()
156 The start_xmit function always accepts and queues the packet which it
167 channel's start_xmit() function. If the channel refuses to take
169 generic layer will call the channel's start_xmit() function again
171 networking code calls the generic layer's start_xmit() function
[all …]
Dpktgen.txt226 Default xmit_mode is "start_xmit".
377 xmit_mode <start_xmit|netif_receive>
/Linux-v5.4/include/linux/qed/
Dqed_ll2_if.h258 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb, member
293 .start_xmit = NULL,
/Linux-v5.4/include/linux/
Dppp_channel.h28 int (*start_xmit)(struct ppp_channel *, struct sk_buff *); member
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_fip.c70 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()
Dqedf_main.c1167 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
/Linux-v5.4/drivers/net/ethernet/
Djme.c619 txbi->start_xmit = 0; in jme_free_tx_resources()
1480 ctxbi->start_xmit = 0; in jme_tx_clean_tasklet()
2180 txbi->start_xmit = jiffies; in jme_fill_tx_desc()
2181 if (!txbi->start_xmit) in jme_fill_tx_desc()
2182 txbi->start_xmit = (0UL-1); in jme_fill_tx_desc()
2208 if (unlikely(txbi->start_xmit && in jme_stop_queue_if_full()
2209 (jiffies - txbi->start_xmit) >= TX_TIMEOUT && in jme_stop_queue_if_full()
Djme.h357 unsigned long start_xmit; member
/Linux-v5.4/net/atm/
Dpppoatm.c383 .start_xmit = pppoatm_send,
/Linux-v5.4/drivers/tty/ipwireless/
Dnetwork.c244 .start_xmit = ipwireless_ppp_start_xmit,
/Linux-v5.4/drivers/net/ppp/
Dppp_synctty.c100 .start_xmit = ppp_sync_send,
Dpptp.c599 .start_xmit = pptp_xmit,
Dppp_async.c110 .start_xmit = ppp_async_send,
Dppp_generic.c1644 if (pch->chan->ops->start_xmit(pch->chan, skb)) in ppp_push()
1878 !chan->ops->start_xmit(chan, frag)) in ppp_mp_explode()
1911 if (!pch->chan->ops->start_xmit(pch->chan, skb)) { in __ppp_channel_push()
Dpppoe.c975 .start_xmit = pppoe_xmit,
/Linux-v5.4/drivers/net/ethernet/dlink/
Ddl2k.c70 static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev);
97 .ndo_start_xmit = start_xmit,
712 start_xmit (struct sk_buff *skb, struct net_device *dev) in start_xmit() function
/Linux-v5.4/drivers/tty/
Dcyclades.c1386 static void start_xmit(struct cyclades_port *info) in start_xmit() function
1802 start_xmit(info); in cy_write()
1863 start_xmit(info); in cy_flush_chars()
2501 start_xmit(info); in cy_break()
2510 start_xmit(info); in cy_break()
/Linux-v5.4/net/l2tp/
Dl2tp_ppp.c129 .start_xmit = pppol2tp_xmit,
/Linux-v5.4/drivers/scsi/qedi/
Dqedi_iscsi.c1145 rc = qedi_ops->ll2->start_xmit(cdev, skb, 0); in qedi_data_avail()
/Linux-v5.4/drivers/net/
Dvirtio_net.c1551 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) in start_xmit() function
2587 .ndo_start_xmit = start_xmit,
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c2642 .start_xmit = &qed_ll2_start_xmit,