Lines Matching refs:uint32_t
106 uint32_t intr_idx; /* MSIX Vector index */
214 uint32_t n_abort_req; /* Total abort request */
215 uint32_t n_abort_rsp; /* Total abort response */
216 uint32_t n_close_req; /* Total close request */
217 uint32_t n_close_rsp; /* Total close response */
218 uint32_t n_err; /* Total Errors */
219 uint32_t n_drop; /* Total request dropped */
220 uint32_t n_active; /* Count of active_q */
221 uint32_t n_cbfn; /* Count of cbfn_q */
254 uint32_t sf_size; /* serial flash
257 uint32_t sf_nsec; /* # of flash sectors */
259 uint32_t log_level; /* Module-level for
265 uint32_t cclk;
289 uint32_t max_xchgs;
290 uint32_t max_ssns;
291 uint32_t used_xchgs;
292 uint32_t used_ssns;
293 uint32_t max_fcfs;
294 uint32_t max_vnps;
295 uint32_t used_fcfs;
296 uint32_t used_vnps;
301 CSIO_HWE_CFG = (uint32_t)1, /* Starts off the State machine */
320 uint32_t n_evt_activeq; /* Number of event in active Q */
321 uint32_t n_evt_freeq; /* Number of event in free Q */
322 uint32_t n_evt_drop; /* Number of event droped */
323 uint32_t n_evt_unexp; /* Number of unexpected events */
324 uint32_t n_pcich_offline;/* Number of pci channel offline */
325 uint32_t n_lnlkup_miss; /* Number of lnode lookup miss */
326 uint32_t n_cpl_fw6_msg; /* Number of cpl fw6 message*/
327 uint32_t n_cpl_fw6_pld; /* Number of cpl fw6 payload*/
328 uint32_t n_cpl_unexp; /* Number of unexpected cpl */
329 uint32_t n_mbint_unexp; /* Number of unexpected mbox */
331 uint32_t n_plint_unexp; /* Number of unexpected PL */
333 uint32_t n_plint_cnt; /* Number of PL interrupt */
334 uint32_t n_int_stray; /* Number of stray interrupt */
335 uint32_t n_err; /* Number of hw errors */
336 uint32_t n_err_fatal; /* Number of fatal errors */
337 uint32_t n_err_nomem; /* Number of memory alloc failure */
338 uint32_t n_err_io; /* Number of IO failure */
341 uint32_t rsvd1;
405 uint32_t num_sqsets; /* Number of SCSI
407 uint32_t num_scsi_msix_cpus; /* Number of CPUs that
416 uint32_t evtflag; /* Event flag */
417 uint32_t flags; /* HW flags */
423 uint32_t num_lns; /* Number of lnodes */
446 uint32_t optrom_ver;
447 uint32_t fwrev;
448 uint32_t tp_vers;
457 uint32_t port_vec; /* Port vector */
464 uint32_t dev_num; /* device number */
474 uint32_t fwevt_intr_idx; /* FW evt MSIX/interrupt
477 uint32_t nondata_intr_idx; /* nondata MSIX/intr
517 void csio_set_reg_field(struct csio_hw *, uint32_t, uint32_t, uint32_t);
520 static inline uint32_t
521 csio_core_ticks_to_us(struct csio_hw *hw, uint32_t ticks) in csio_core_ticks_to_us()
527 static inline uint32_t
528 csio_us_to_core_ticks(struct csio_hw *hw, uint32_t us) in csio_us_to_core_ticks()
572 int csio_hw_wait_op_done_val(struct csio_hw *, int, uint32_t, int,
573 int, int, uint32_t *);