Searched refs:hdlcdev_tx_timeout (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 4172 static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) in hdlcdev_tx_timeout() function 4178 printk("hdlcdev_tx_timeout(%s)\n", dev->name); in hdlcdev_tx_timeout() 4239 .ndo_tx_timeout = hdlcdev_tx_timeout,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 7703 * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected 7707 static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) in hdlcdev_tx_timeout() function 7713 printk("hdlcdev_tx_timeout(%s)\n",dev->name); in hdlcdev_tx_timeout() 7775 .ndo_tx_timeout = hdlcdev_tx_timeout,
|
H A D | synclinkmp.c | 1804 * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected 1807 static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) in hdlcdev_tx_timeout() function 1813 printk("hdlcdev_tx_timeout(%s)\n",dev->name); in hdlcdev_tx_timeout() 1875 .ndo_tx_timeout = hdlcdev_tx_timeout,
|
H A D | synclink_gt.c | 1624 * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected 1627 static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) in hdlcdev_tx_timeout() function 1632 DBGINFO(("%s hdlcdev_tx_timeout\n", dev->name)); in hdlcdev_tx_timeout() 1692 .ndo_tx_timeout = hdlcdev_tx_timeout,
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 1613 * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected 1617 static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) in hdlcdev_tx_timeout() function 1622 DBGINFO(("%s hdlcdev_tx_timeout\n", dev->name)); in hdlcdev_tx_timeout() 1682 .ndo_tx_timeout = hdlcdev_tx_timeout,
|
Completed in 31 milliseconds