Home
last modified time | relevance | path

Searched refs:qe_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h213 queue->current_q_offset += queue->qe_size; in hw_qeit_inc()
269 u64 last_entry_in_q = queue->queue_length - queue->qe_size; in hw_qeit_eq_get_inc()
273 queue->current_q_offset += queue->qe_size; in hw_qeit_eq_get_inc()
H A Dehea_qmr.c41 const u32 pagesize, const u32 qe_size) in hw_queue_ctor() argument
76 queue->qe_size = qe_size; in hw_queue_ctor()
H A Dehea.h144 u32 qe_size; /* queue entry size */ member