Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dppp_generic.rst52 * 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 …]
H A Dpktgen.rst233 Default xmit_mode is "start_xmit".
397 xmit_mode <start_xmit|netif_receive>
/linux/include/linux/qed/
H A Dqed_ll2_if.h238 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb, member
273 .start_xmit = NULL,
/linux/drivers/scsi/qedf/
H A 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()
H A Dqedf_main.c1245 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
/linux/drivers/net/ethernet/
H A Djme.c620 txbi->start_xmit = 0; in jme_free_tx_resources()
1470 ctxbi->start_xmit = 0; in jme_tx_clean_tasklet()
2152 txbi->start_xmit = jiffies; in jme_fill_tx_desc()
2153 if (!txbi->start_xmit) in jme_fill_tx_desc()
2154 txbi->start_xmit = (0UL-1); in jme_fill_tx_desc()
2180 if (unlikely(txbi->start_xmit && in jme_stop_queue_if_full()
2181 time_is_before_eq_jiffies(txbi->start_xmit + TX_TIMEOUT) && in jme_stop_queue_if_full()
H A Djme.h357 unsigned long start_xmit; member
/linux/drivers/tty/ipwireless/
H A Dnetwork.c244 .start_xmit = ipwireless_ppp_start_xmit,
/linux/net/l2tp/
H A Dl2tp_ppp.c128 .start_xmit = pppol2tp_xmit,
/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c1256 rc = qedi_ops->ll2->start_xmit(cdev, skb, 0); in qedi_data_avail()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c2806 .start_xmit = &qed_ll2_start_xmit,
/linux/net/mac80211/
H A Dtx.c4553 * ieee80211_subif_start_xmit - netif start_xmit function for 802.3 vifs in ieee80211_subif_start_xmit()
6562 goto start_xmit;
6590 start_xmit:
/linux/drivers/net/
H A Dvirtio_net.c961 * happens when called speculatively from start_xmit. in free_old_xmit()
1518 /* If this is called by rx poll, start_xmit and xdp xmit we should in virtnet_xsk_completed()
3333 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) in start_xmit()
6244 .ndo_start_xmit = start_xmit, in virtnet_config_changed_work()
3330 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) start_xmit() function