Searched refs:log_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 267 uint64_t log_id; in elog_event() local 280 log_id = be64_to_cpu(id); in elog_event() 288 sprintf(name, "0x%llx", log_id); in elog_event() 301 create_elog_obj(log_id, elog_size, elog_type); in elog_event()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | opal.h | 169 int64_t opal_read_elog(uint64_t buffer, uint64_t size, uint64_t log_id); 170 int64_t opal_get_elog_size(__be64 *log_id, __be64 *size, __be64 *elog_type); 172 int64_t opal_send_ack_elog(uint64_t log_id);
|
/Linux-v6.6/arch/x86/events/intel/ |
D | lbr.c | 440 (task_context_opt(ctx)->log_id == cpuc->last_log_id) && in __intel_pmu_lbr_restore() 515 cpuc->last_log_id = ++task_context_opt(ctx)->log_id; in __intel_pmu_lbr_save()
|
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2837 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id); in mvpp2_txq_done() 2874 cause &= ~(1 << txq->log_id); in mvpp2_tx_done() 3106 (txq->log_id * desc_per_txq); in mvpp2_txq_init() 3117 val = mvpp2_read(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id)); in mvpp2_txq_init() 3121 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id), val); in mvpp2_txq_init() 3124 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(txq->log_id), in mvpp2_txq_init() 3188 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_CNTR_REG(txq->log_id), 0); in mvpp2_txq_deinit() 3219 port->id, txq->log_id); in mvpp2_txq_clean() 5964 txq->log_id = queue; in mvpp2_port_init()
|
D | mvpp2.h | 1435 u8 log_id; member
|
/Linux-v6.6/arch/x86/events/ |
D | perf_event.h | 949 int log_id; member
|