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

/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c232 bool fast_poll)
285 /* When fast_poll is not requested, prevent aggressive polling
288 if (!fast_poll && poll_interval < PDSC_ADMINQ_MAX_POLL_INTERVAL)
229 pdsc_adminq_post(struct pdsc *pdsc, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, bool fast_poll) argument
/linux-master/drivers/net/ethernet/3com/
H A D3c574_cs.c205 unsigned short fast_poll; member in struct:el3_private
873 if (!lp->fast_poll)
880 lp->fast_poll = HZ;
882 if (lp->fast_poll) {
883 lp->fast_poll--;
H A D3c589_cs.c137 u16 fast_poll; member in struct:el3_private
702 if (!lp->fast_poll)
709 lp->fast_poll = HZ;
711 if (lp->fast_poll) {
712 lp->fast_poll--;
/linux-master/drivers/vfio/pci/pds/
H A Dcmds.c21 bool fast_poll)
38 err = pdsc_adminq_post(pdsc, &cmd, resp, fast_poll);
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) argument
/linux-master/drivers/net/ethernet/8390/
H A Daxnet_cs.c114 int stale, fast_poll; member in struct:axnet_dev
564 if (!info->fast_poll)
567 info->fast_poll = HZ;
569 if (info->fast_poll) {
570 info->fast_poll--;
H A Dpcnet_cs.c206 int stale, fast_poll; member in struct:pcnet_dev
1032 if (!info->fast_poll)
1035 info->fast_poll = HZ;
1037 if (info->fast_poll) {
1038 info->fast_poll--;
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c111 u_short fast_poll; member in struct:smc_private
1749 if (!smc->fast_poll)
1754 smc->fast_poll = HZ;
1756 if (smc->fast_poll) {
1757 smc->fast_poll--;
/linux-master/include/linux/pds/
H A Dpds_adminq.h1267 bool fast_poll);

Completed in 135 milliseconds