Lines Matching refs:uint32_t

43         uint32_t                size;
55 uint32_t cq_idx;
99 uint32_t wq_dma:1,
110 uint32_t wq_db_offset;
118 uint32_t *txr_cons_vaddr;
121 volatile uint32_t txr_free; /* # of free entries in tx ring */
122 volatile uint32_t txr_next; /* # next available tx ring entry */
123 volatile uint32_t txr_done;
167 uint32_t cq_dma:1,
182 uint32_t rx_free;
183 uint32_t rx_next;
185 uint32_t cq_db_offset;
190 uint32_t *cqi_vaddr;
195 uint32_t cq_next; /* next cq entry to process */
202 uint32_t lbq_next; /* next entry in LBQ to process */
203 uint32_t lbq_free;/* # of entries in LBQ to arm */
204 uint32_t lbq_in; /* next entry in LBQ to arm */
214 uint32_t sbq_next; /* next entry in SBQ to process */
215 uint32_t sbq_free;/* # of entries in SBQ to arm */
216 uint32_t sbq_in; /* next entry in SBQ to arm */
245 volatile uint32_t
258 volatile uint32_t hw_init;
260 volatile uint32_t qla_watchdog_exited;
261 volatile uint32_t qla_watchdog_paused;
262 volatile uint32_t qla_initiate_recovery;
292 uint32_t msize;
297 volatile uint32_t hw_lock_held;
299 uint32_t vm_pgsize;
301 uint32_t num_tx_rings;
311 uint32_t num_rx_rings;
316 uint32_t err_m_getcl;
317 uint32_t err_m_getjcl;
318 uint32_t err_tx_dmamap_create;
319 uint32_t err_tx_dmamap_load;
320 uint32_t err_tx_defrag;
325 uint32_t nmcast;
330 uint32_t link_status;
331 uint32_t link_down_info;
332 uint32_t link_hw_info;
333 uint32_t link_dcbx_counters;
334 uint32_t link_change_counters;
344 uint32_t err_inject;
349 uint32_t rev_id;
352 uint32_t aen[Q81_NUM_AEN_REGISTERS];
353 uint32_t mbox[Q81_NUM_MBX_REGISTERS];
354 volatile uint32_t mbx_done;
374 ((((*(uint32_t *) mac1) == (*(uint32_t *) mac2) && \