Home
last modified time | relevance | path

Searched refs:fast_poll (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/3com/
H A D3c589_cs.c137 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 D3c574_cs.c205 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()
/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c232 bool fast_poll) in pdsc_adminq_post() argument
288 if (!fast_poll && poll_interval < PDSC_ADMINQ_MAX_POLL_INTERVAL) in pdsc_adminq_post()
/linux/drivers/vfio/pci/pds/
H A Dcmds.c21 bool fast_poll) in pds_vfio_client_adminq_cmd() argument
38 err = pdsc_adminq_post(pdsc, &cmd, resp, fast_poll); in pds_vfio_client_adminq_cmd()
/linux/drivers/net/ethernet/8390/
H A Daxnet_cs.c114 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 Dpcnet_cs.c206 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()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c111 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()
/linux/include/linux/pds/
H A Dpds_adminq.h1267 bool fast_poll);