Searched refs:log_id (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
H A Dllog_swab.c81 void lustre_swab_llog_id(struct llog_logid *log_id) argument
83 __swab64s(&log_id->lgl_oi.oi.oi_id);
84 __swab64s(&log_id->lgl_oi.oi.oi_seq);
85 __swab32s(&log_id->lgl_ogen);
/drivers/staging/lustre/lustre/include/
H A Dlustre_log.h105 static inline void logid_set_id(struct llog_logid *log_id, __u64 id) argument
107 log_id->lgl_oi.oi.oi_id = id;
110 static inline __u64 logid_id(struct llog_logid *log_id) argument
112 return log_id->lgl_oi.oi.oi_id;
/drivers/net/ethernet/marvell/
H A Dmvpp2.c791 u8 log_id; member in struct:mvpp2_tx_queue
4445 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id);
4626 (txq->log_id * desc_per_txq);
4636 val = mvpp2_read(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id));
4640 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id), val);
4643 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(txq->log_id),
4719 port->id, txq->log_id);
5957 txq->log_id = queue;

Completed in 103 milliseconds