Lines Matching refs:uint32_t
134 uint32_t entry_count; /* Number of entries to support on the queue */
135 uint32_t entry_size; /* Size of each queue entry. */
136 uint32_t entry_repost; /* Count of entries before doorbell is rung */
138 uint32_t queue_id; /* Queue ID assigned by the hardware */
139 uint32_t assoc_qid; /* Queue ID associated with, for CQ/WQ/MQ */
141 uint32_t page_count; /* Number of pages allocated for this queue */
142 uint32_t host_index; /* The host's index for putting or getting */
143 uint32_t hba_index; /* The last known hba index for get or put */
152 uint32_t q_cnt_1;
153 uint32_t q_cnt_2;
154 uint32_t q_cnt_3;
198 uint32_t priority;
200 uint32_t addr_mode;
201 uint32_t flag;
211 uint32_t priority;
227 uint32_t fcf_flag;
240 uint32_t addr_mode;
241 uint32_t eligible_fcf_cnt;
246 uint32_t current_fcf_scan_pri;
324 uint32_t bmbx_size;
383 uint32_t idx;
390 uint32_t supported;
391 uint32_t if_type;
392 uint32_t sli_rev;
393 uint32_t sli_family;
394 uint32_t featurelevel_1;
395 uint32_t featurelevel_2;
396 uint32_t proto_types;
402 uint32_t sge_supp_len;
403 uint32_t if_page_sz;
404 uint32_t rq_db_window;
405 uint32_t loopbk_scope;
406 uint32_t oas_supported;
407 uint32_t eq_pages_max;
408 uint32_t eqe_size;
409 uint32_t cq_pages_max;
410 uint32_t cqe_size;
411 uint32_t mq_pages_max;
412 uint32_t mqe_size;
413 uint32_t mq_elem_cnt;
414 uint32_t wq_pages_max;
415 uint32_t wqe_size;
416 uint32_t rq_pages_max;
417 uint32_t rqe_size;
418 uint32_t hdr_pages_max;
419 uint32_t hdr_size;
420 uint32_t hdr_pp_align;
421 uint32_t sgl_pages_max;
422 uint32_t sgl_pp_align;
433 uint32_t pf_number;
434 uint32_t vf_number;
512 uint32_t ue_mask_lo;
513 uint32_t ue_mask_hi;
533 uint32_t fw_func_mode; /* FW function protocol mode */
534 uint32_t ulp0_mode; /* ULP0 protocol mode */
535 uint32_t ulp1_mode; /* ULP1 protocol mode */
562 uint32_t intr_enable;
599 uint32_t pport_name_sta;
641 uint32_t len;
643 uint32_t page_count;
644 uint32_t start_rpi;
661 uint8_t, uint32_t, bool);
663 void lpfc_sli4_mbx_sge_set(struct lpfcMboxq *, uint32_t, dma_addr_t, uint32_t);
664 void lpfc_sli4_mbx_sge_get(struct lpfcMboxq *, uint32_t,
670 struct lpfc_queue *lpfc_sli4_queue_alloc(struct lpfc_hba *, uint32_t,
671 uint32_t);
673 int lpfc_eq_create(struct lpfc_hba *, struct lpfc_queue *, uint32_t);
674 int lpfc_modify_fcp_eq_delay(struct lpfc_hba *, uint32_t);
676 struct lpfc_queue *, uint32_t, uint32_t);
678 struct lpfc_queue *, uint32_t);
680 struct lpfc_queue *, uint32_t);
682 struct lpfc_queue *, struct lpfc_queue *, uint32_t);
727 uint32_t lpfc_sli4_cq_release(struct lpfc_queue *, bool);
728 uint32_t lpfc_sli4_eq_release(struct lpfc_queue *, bool);