Lines Matching defs:sfxge_evq
158 struct sfxge_evq { struct
163 enum sfxge_evq_state init_state; argument
164 efsys_mem_t mem;
165 efx_evq_t *common;
166 unsigned int read_ptr;
167 boolean_t exception;
168 unsigned int rx_done;
169 unsigned int tx_done;
172 struct sfxge_txq *txq;
173 struct sfxge_txq **txqs;
176 unsigned int buf_base_id;
177 unsigned int entries;
178 char lock_name[SFXGE_LOCK_NAME_MAX];
180 clock_t stats_update_time;
181 uint64_t stats[EV_NQSTATS];