/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 137 u16 fast_poll; member 702 if (!lp->fast_poll) in media_check() 709 lp->fast_poll = HZ; in media_check() 711 if (lp->fast_poll) { in media_check() 712 lp->fast_poll--; in media_check()
|
H A D | 3c574_cs.c | 205 unsigned short fast_poll; member 874 if (!lp->fast_poll) in media_check() 881 lp->fast_poll = HZ; in media_check() 883 if (lp->fast_poll) { in media_check() 884 lp->fast_poll--; in media_check()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 137 u16 fast_poll; member 702 if (!lp->fast_poll) in media_check() 709 lp->fast_poll = HZ; in media_check() 711 if (lp->fast_poll) { in media_check() 712 lp->fast_poll--; in media_check()
|
H A D | 3c574_cs.c | 205 unsigned short fast_poll; member 873 if (!lp->fast_poll) in media_check() 880 lp->fast_poll = HZ; in media_check() 882 if (lp->fast_poll) { in media_check() 883 lp->fast_poll--; in media_check()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | adminq.c | 236 bool fast_poll) in pdsc_adminq_post() 289 /* When fast_poll is not requested, prevent aggressive polling in pdsc_adminq_post() 292 if (!fast_poll && poll_interval < PDSC_ADMINQ_MAX_POLL_INTERVAL) in pdsc_adminq_post() 233 pdsc_adminq_post(struct pdsc *pdsc, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, bool fast_poll) pdsc_adminq_post() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 114 int stale, fast_poll; member 561 if (!info->fast_poll) in ei_watchdog() 564 info->fast_poll = HZ; in ei_watchdog() 566 if (info->fast_poll) { in ei_watchdog() 567 info->fast_poll--; in ei_watchdog()
|
H A D | pcnet_cs.c | 207 int stale, fast_poll; member 1023 if (!info->fast_poll) in ei_watchdog() 1026 info->fast_poll = HZ; in ei_watchdog() 1028 if (info->fast_poll) { in ei_watchdog() 1029 info->fast_poll--; in ei_watchdog()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 114 int stale, fast_poll; member 564 if (!info->fast_poll) in ei_watchdog() 567 info->fast_poll = HZ; in ei_watchdog() 569 if (info->fast_poll) { in ei_watchdog() 570 info->fast_poll--; in ei_watchdog()
|
H A D | pcnet_cs.c | 206 int stale, fast_poll; member 1032 if (!info->fast_poll) in ei_watchdog() 1035 info->fast_poll = HZ; in ei_watchdog() 1037 if (info->fast_poll) { in ei_watchdog() 1038 info->fast_poll--; in ei_watchdog()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/ |
H A D | cmds.c | 21 bool fast_poll) in pds_vfio_client_adminq_cmd() 38 err = pdsc_adminq_post(pdsc, &cmd, resp, fast_poll); in pds_vfio_client_adminq_cmd() 18 pds_vfio_client_adminq_cmd(struct pds_vfio_pci_device *pds_vfio, union pds_core_adminq_cmd *req, union pds_core_adminq_comp *resp, bool fast_poll) pds_vfio_client_adminq_cmd() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 111 u_short fast_poll; member 1746 if (!smc->fast_poll) in media_check() 1751 smc->fast_poll = HZ; in media_check() 1753 if (smc->fast_poll) { in media_check() 1754 smc->fast_poll--; in media_check()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 111 u_short fast_poll; member 1749 if (!smc->fast_poll) in media_check() 1754 smc->fast_poll = HZ; in media_check() 1756 if (smc->fast_poll) { in media_check() 1757 smc->fast_poll--; in media_check()
|
/kernel/linux/linux-6.6/include/linux/pds/ |
H A D | pds_adminq.h | 1267 bool fast_poll);
|