Home
last modified time | relevance | path

Searched refs:num_evts (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dintel_telemetry_pltdrv.c297 num_ioss_evts = evtconfig.num_evts; in telemetry_setup_iossevtconfig()
433 num_pss_evts = evtconfig.num_evts; in telemetry_setup_pssevtconfig()
563 pss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
568 ioss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
572 if (ioss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
578 if (pss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
646 pss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
650 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
667 if ((pss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
673 if ((ioss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dintel_telemetry.h38 u8 num_evts; member
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_main.c3166 int num_evts = 0; in be_intx() local
3177 num_evts = events_get(eqo); in be_intx()
3179 if (num_evts) in be_intx()
3182 be_eq_notify(adapter, eqo->q.id, false, true, num_evts, 0); in be_intx()
3188 if (num_evts || eqo->spurious_intr++ == 0) in be_intx()
3300 int max_work = 0, work, i, num_evts; in be_poll() local
3305 num_evts = events_get(eqo); in be_poll()
3331 be_eq_notify(adapter, eqo->q.id, true, false, num_evts, in be_poll()
3335 be_eq_notify(adapter, eqo->q.id, false, false, num_evts, 0); in be_poll()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2179 __u8 num_evts; member