Searched refs:num_evts (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/platform/x86/intel/telemetry/ |
D | pltdrv.c | 281 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 …]
|
/linux-6.1.9/drivers/remoteproc/ |
D | pru_rproc.h | 42 u8 num_evts; member
|
D | pru_rproc.c | 305 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-6.1.9/arch/x86/include/asm/ |
D | intel_telemetry.h | 31 u8 num_evts; member
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 3162 int num_evts = 0; in be_intx() local 3173 num_evts = events_get(eqo); in be_intx() 3175 if (num_evts) in be_intx() 3178 be_eq_notify(adapter, eqo->q.id, false, true, num_evts, 0); in be_intx() 3184 if (num_evts || eqo->spurious_intr++ == 0) in be_intx() 3296 int max_work = 0, work, i, num_evts; in be_poll() local 3301 num_evts = events_get(eqo); in be_poll() 3327 be_eq_notify(adapter, eqo->q.id, true, false, num_evts, in be_poll() 3331 be_eq_notify(adapter, eqo->q.id, false, false, num_evts, 0); in be_poll()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 2751 __u8 num_evts; member
|