Home
last modified time | relevance | path

Searched refs:netiucv_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dnetiucv.c1120 * This is a helper function for netiucv_tx().
1125 * by netiucv_tx().
1264 static netdev_tx_t netiucv_tx(struct sk_buff *skb, struct net_device *dev) in netiucv_tx() function
1274 IUCV_DBF_TEXT(data, 2, "netiucv_tx: skb is NULL\n"); in netiucv_tx()
1280 "netiucv_tx: skb_headroom < NETIUCV_HDRLEN\n"); in netiucv_tx()
1299 IUCV_DBF_TEXT(data, 2, "EBUSY from netiucv_tx\n"); in netiucv_tx()
1859 .ndo_start_xmit = netiucv_tx,
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dnetiucv.c1108 * This is a helper function for netiucv_tx().
1113 * by netiucv_tx().
1252 static netdev_tx_t netiucv_tx(struct sk_buff *skb, struct net_device *dev) in netiucv_tx() function
1262 IUCV_DBF_TEXT(data, 2, "netiucv_tx: skb is NULL\n"); in netiucv_tx()
1268 "netiucv_tx: skb_headroom < NETIUCV_HDRLEN\n"); in netiucv_tx()
1287 IUCV_DBF_TEXT(data, 2, "EBUSY from netiucv_tx\n"); in netiucv_tx()
1847 .ndo_start_xmit = netiucv_tx,

Completed in 6 milliseconds