Searched refs:log_id (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 246 uint64_t log_id; in elog_event() local 258 log_id = be64_to_cpu(id); in elog_event() 266 sprintf(name, "0x%llx", log_id); in elog_event() 275 create_elog_obj(log_id, elog_size, elog_type); in elog_event()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 80 static void lustre_swab_llog_id(struct llog_logid *log_id) in lustre_swab_llog_id() argument 82 __swab64s(&log_id->lgl_oi.oi.oi_id); in lustre_swab_llog_id() 83 __swab64s(&log_id->lgl_oi.oi.oi_seq); in lustre_swab_llog_id() 84 __swab32s(&log_id->lgl_ogen); in lustre_swab_llog_id()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | opal.h | 164 int64_t opal_read_elog(uint64_t buffer, uint64_t size, uint64_t log_id); 165 int64_t opal_get_elog_size(__be64 *log_id, __be64 *size, __be64 *elog_type); 167 int64_t opal_send_ack_elog(uint64_t log_id);
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 808 u8 log_id; member 4440 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id); in mvpp2_txq_done() 4476 cause &= ~(1 << txq->log_id); in mvpp2_tx_done() 4644 (txq->log_id * desc_per_txq); in mvpp2_txq_init() 4654 val = mvpp2_read(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id)); in mvpp2_txq_init() 4658 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id), val); in mvpp2_txq_init() 4661 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(txq->log_id), in mvpp2_txq_init() 4752 port->id, txq->log_id); in mvpp2_txq_clean() 6039 txq->log_id = queue; in mvpp2_port_init()
|