Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_telemetry_pltdrv.c281 num_ioss_evts = evtconfig.num_evts; in telemetry_setup_iossevtconfig()
412 num_pss_evts = evtconfig.num_evts; in telemetry_setup_pssevtconfig()
542 pss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
547 ioss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
551 if (ioss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
557 if (pss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
626 pss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
630 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
647 if ((pss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
653 if ((ioss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dintel_telemetry.h31 u8 num_evts; member
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c3164 int num_evts = 0; in be_intx() local
3175 num_evts = events_get(eqo); in be_intx()
3177 if (num_evts) in be_intx()
3180 be_eq_notify(adapter, eqo->q.id, false, true, num_evts, 0); in be_intx()
3186 if (num_evts || eqo->spurious_intr++ == 0) in be_intx()
3298 int max_work = 0, work, i, num_evts; in be_poll() local
3303 num_evts = events_get(eqo); in be_poll()
3329 be_eq_notify(adapter, eqo->q.id, true, false, num_evts, in be_poll()
3333 be_eq_notify(adapter, eqo->q.id, false, false, num_evts, 0); in be_poll()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2405 __u8 num_evts; member