Home
last modified time | relevance | path

Searched refs:tx_watchdog (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/
H A Dns83820.c447 struct timer_list tx_watchdog; member
1530 del_timer_sync(&dev->tx_watchdog);
1590 struct ns83820 *dev = from_timer(dev, t, tx_watchdog);
1608 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);
1640 timer_setup(&dev->tx_watchdog, ns83820_tx_watch, 0);
1641 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h126 void (*tx_watchdog)(struct phl_info_t *phl_info); member
H A Dphl_tx.c1694 trx_ops->tx_watchdog(phl_info); in phl_tx_watchdog()
H A Dphl_init.c479 if (!trx_ops->tx_watchdog) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h123 void (*tx_watchdog)(struct phl_info_t *phl_info); member
H A Dphl_init.c476 if (!trx_ops->tx_watchdog) { in _phl_hci_ops_check()
H A Dphl_tx.c1713 trx_ops->tx_watchdog(phl_info); in phl_tx_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1673 .tx_watchdog = phl_tx_watchdog_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3831 ops.tx_watchdog = phl_tx_watchdog_pcie; in phl_hci_trx_ops_init()