Lines Matching defs:eqe
4341 struct mcx_eq_entry *eqe;
4359 eqe = (struct mcx_eq_entry *)MCX_DMA_KVA(&eq->eq_mem);
4361 eqe[i].eq_owner = MCX_EQ_ENTRY_OWNER_INIT;
7088 struct mcx_eq_entry *eqe;
7091 eqe = (struct mcx_eq_entry *)MCX_DMA_KVA(&eq->eq_mem);
7093 if ((eqe[next].eq_owner & 1) ==
7096 return (&eqe[next]);
7106 struct mcx_eq_entry *eqe;
7111 while ((eqe = mcx_next_eq_entry(sc, eq)) != NULL) {
7112 switch (eqe->eq_event_type) {
7151 struct mcx_eq_entry *eqe;
7157 while ((eqe = mcx_next_eq_entry(sc, eq)) != NULL) {
7158 switch (eqe->eq_event_type) {
7160 cqn = betoh32(eqe->eq_event_data[6]);