log_id            175 arch/powerpc/include/asm/opal.h int64_t opal_read_elog(uint64_t buffer, uint64_t size, uint64_t log_id);
log_id            176 arch/powerpc/include/asm/opal.h int64_t opal_get_elog_size(__be64 *log_id, __be64 *size, __be64 *elog_type);
log_id            178 arch/powerpc/include/asm/opal.h int64_t opal_send_ack_elog(uint64_t log_id);
log_id            242 arch/powerpc/platforms/powernv/opal-elog.c 	uint64_t log_id;
log_id            255 arch/powerpc/platforms/powernv/opal-elog.c 	log_id = be64_to_cpu(id);
log_id            263 arch/powerpc/platforms/powernv/opal-elog.c 	sprintf(name, "0x%llx", log_id);
log_id            276 arch/powerpc/platforms/powernv/opal-elog.c 	create_elog_obj(log_id, elog_size, elog_type);
log_id            360 arch/x86/events/intel/lbr.c 	    (task_ctx->log_id == cpuc->last_log_id) &&
log_id            417 arch/x86/events/intel/lbr.c 	cpuc->last_log_id = ++task_ctx->log_id;
log_id            718 arch/x86/events/perf_event.h 	int log_id;
log_id           1111 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	u8 log_id;
log_id           2270 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id);
log_id           2307 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		cause &= ~(1 << txq->log_id);
log_id           2493 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	       (txq->log_id * desc_per_txq);
log_id           2504 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	val = mvpp2_read(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id));
log_id           2508 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mvpp2_write(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id), val);
log_id           2511 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(txq->log_id),
log_id           2575 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_CNTR_REG(txq->log_id), 0);
log_id           2606 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				    port->id, txq->log_id);
log_id           4587 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		txq->log_id = queue;