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

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c198 struct mlx4_eqe *s_eqe; local
202 s_eqe = &slave_eq->event_eqe[slave_eq->prod & (SLAVE_EVENT_EQ_SIZE - 1)];
203 if ((!!(s_eqe->owner & 0x80)) ^
211 memcpy(s_eqe, eqe, sizeof(struct mlx4_eqe) - 1);
212 s_eqe->slave_id = slave;
215 s_eqe->owner = !!(slave_eq->prod & SLAVE_EVENT_EQ_SIZE) ? 0x0 : 0x80;

Completed in 93 milliseconds