| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | ops.c | 1230 int ratecheck; in iwl_op_mode_mvm_start() local 1281 ratecheck = in iwl_op_mode_mvm_start() 1288 if (ratecheck != 0 && ratecheck != 4) { in iwl_op_mode_mvm_start() 1293 if (ratecheck == 4) in iwl_op_mode_mvm_start() 1297 ratecheck = in iwl_op_mode_mvm_start() 1306 if (ratecheck != 0 && ratecheck != 5) { in iwl_op_mode_mvm_start() 1311 if (ratecheck == 5) in iwl_op_mode_mvm_start()
|
| /freebsd/sys/dev/e1000/ |
| H A D | if_igbv.c | 234 !ratecheck(&sc->vf_last_mbx_log, &igbv_mbx_log_interval)) in igbv_log_reset_failure() 584 ratecheck(&sc->vf_last_queue_log, in igbv_if_update_admin_status() 723 if (ratecheck(&sc->vf_last_queue_log, in igbv_sanitize_queues()
|
| H A D | if_igb_iov.c | 187 return (ratecheck(&vf->last_nack, &igb_iov_nack_interval) != 0); in igb_iov_nack_allowed() 1148 if (ratecheck(&vf->last_queue_log, in igb_iov_sanitize_vf_queues() 1498 if (ratecheck(&vf->last_mbx_log, &igb_iov_mbx_log_interval)) in igb_iov_service_pending_mbx() 1574 if (ratecheck(&vf->last_mbx_log, in igb_iov_notify_vf_mdd_reset() 1682 ratecheck(&vf->last_spoof_log, in igb_iov_handle_mdd() 1692 if (ratecheck(&vf->last_mdd_log, &igb_iov_mdd_log_interval)) in igb_iov_handle_mdd() 1709 if (ratecheck(&sc->iov_last_mdd_log, in igb_iov_handle_mdd()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_sriov.c | 939 report = ratecheck(&vf->last_dma_abort_log, in ixgbe_iov_recovery_task() 1523 if (ratecheck(&vf->last_mdd_log, &ixgbe_mdd_log_interval)) in ixgbe_notify_vf_mdd_reset() 1558 if (ratecheck(&sc->iov_last_mdd_log, in ixgbe_handle_mdd() 1579 if (ratecheck(&vf->last_mdd_log, &ixgbe_mdd_log_interval)) in ixgbe_handle_mdd()
|
| H A D | if_ixv.c | 856 !ratecheck(&sc->vf_mbx_last_log, &ixv_mbx_log_interval)) in ixv_mbx_log_allowed()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mac80211.c | 452 int ratecheck; in iwl_mld_hw_verify_preconditions() local 455 ratecheck = in iwl_mld_hw_verify_preconditions() 463 if (ratecheck != 0 && ratecheck != 4) { in iwl_mld_hw_verify_preconditions()
|
| /freebsd/sys/sys/ |
| H A D | time.h | 616 int ratecheck(struct timeval *, const struct timeval *);
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdkrpc.c | 226 if (ratecheck(&privport_ratecheck, in nfssvc_program()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_hwmp.c | 1241 if (ratecheck(last, minint) == 0) in hwmp_send_preq() 1649 if (ratecheck(&hs->hs_lastperr, &ieee80211_hwmp_perrminint) == 0) in hwmp_send_perr()
|
| /freebsd/sys/x86/x86/ |
| H A D | mca.c | 734 ratecheck(&mca_last_log_time, &mca_log_interval) == 0) { in mca_log()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 312 ratecheck.9 \ 1923 MLINKS+=ratecheck.9 ppsratecheck.9
|
| /freebsd/sys/kern/ |
| H A D | kern_time.c | 1117 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) in ratecheck() function
|
| H A D | uipc_socket.c | 1104 !!ratecheck(&head->sol_lastover, &overinterval);
|
| /freebsd/sys/dev/iavf/ |
| H A D | if_iavf_iflib.c | 783 return (ratecheck(&sc->mbx_last_log, &iavf_mbx_log_interval) != 0); in iavf_mbx_log_allowed()
|
| /freebsd/sys/netinet6/ |
| H A D | mld6.c | 893 if (!ratecheck(&inm->in6m_lastgsrtv, in mld_v2_input_query()
|
| /freebsd/sys/netinet/ |
| H A D | igmp.c | 1125 if (!ratecheck(&inm->inm_lastgsrtv, in igmp_input_v3_query()
|
| H A D | ip_mroute.c | 1683 if (ratecheck(&rt->mfc_last_assert, in ip_mdq()
|
| H A D | in_pcb.c | 436 if (ratecheck(&lastprint, &interval)) in in_pcbinslbgrouphash()
|
| /freebsd/sys/dev/mps/ |
| H A D | mps.c | 3001 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_iov.c | 984 if (ratecheck(&vf->last_mdd_log, &log_interval)) { in ice_iov_handle_mdd()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr.c | 3727 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 2854 if (ratecheck(&txerr_ratecheck, &txerr_interval)) { in parse_pkt() 2902 if (ratecheck(&txerr_ratecheck, &txerr_interval)) { in parse_pkt()
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 1980 if (ratecheck(&vf->last_mdd_log, &log_interval)) { in ixl_handle_mdd_event()
|
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 1087 if (ratecheck(&zone->uz_ratecheck, &warninterval)) in zone_log_warning()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 2514 if (ratecheck(&lastprint, &printinterval)) in get_pv_entry()
|