Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/telemetry/
A Dpltdrv.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()
647 if ((pss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
653 if ((ioss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
852 pss_evtconfig.num_evts = num_pss_evts; in telemetry_plt_add_events()
[all …]
/linux/drivers/remoteproc/
A Dpru_rproc.h42 u8 num_evts; member
A Dpru_rproc.c305 if (rsc->num_evts > MAX_PRU_SYS_EVENTS) in pru_handle_intrmap()
308 if (sizeof(*rsc) + rsc->num_evts * sizeof(struct pruss_int_map) != in pru_handle_intrmap()
312 pru->evt_count = rsc->num_evts; in pru_handle_intrmap()
/linux/arch/x86/include/asm/
A Dintel_telemetry.h31 u8 num_evts; member
/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c3163 int num_evts = 0; in be_intx() local
3174 num_evts = events_get(eqo); in be_intx()
3176 if (num_evts) in be_intx()
3179 be_eq_notify(adapter, eqo->q.id, false, true, num_evts, 0); in be_intx()
3185 if (num_evts || eqo->spurious_intr++ == 0) in be_intx()
3297 int max_work = 0, work, i, num_evts; in be_poll() local
3302 num_evts = events_get(eqo); in be_poll()
3328 be_eq_notify(adapter, eqo->q.id, true, false, num_evts, in be_poll()
3332 be_eq_notify(adapter, eqo->q.id, false, false, num_evts, 0); in be_poll()
/linux/include/net/bluetooth/
A Dhci.h2528 __u8 num_evts; member

Completed in 39 milliseconds