Lines Matching refs:uint16_t

180 	uint16_t		eaenq_num_descs;
181 uint16_t eaenq_head;
189 uint16_t eas_tail;
196 uint16_t eac_head;
212 uint16_t ectx_id;
255 uint16_t ea_qlen; /* WO */
261 uint16_t ea_pending_cmds; /* ea_sq_lock */
280 uint16_t eh_mmio_read_timeout;
281 uint16_t eh_keep_alive_timeout;
282 uint16_t eh_tx_comp_timeout;
283 uint16_t eh_missed_tx_reset_threshold;
284 uint16_t eh_admin_comp_timeout;
285 uint16_t eh_max_tx_sgl;
286 uint16_t eh_max_rx_sgl;
392 uint16_t et_intr_vector; /* WO */
404 uint16_t et_sq_num_descs; /* WO */
411 uint16_t et_sq_avail_descs; /* TM */
422 uint16_t et_sq_tail_idx; /* TM */
428 uint16_t et_sq_phase; /* TM */
429 uint16_t et_sq_hw_idx; /* WO */
446 uint16_t et_cq_num_descs; /* WO */
447 uint16_t et_cq_head_idx; /* TM */
448 uint16_t et_cq_phase; /* TM */
449 uint16_t et_cq_hw_idx; /* WO */
489 uint16_t ercb_length;
561 uint16_t er_intr_vector; /* WO */
563 uint16_t er_intr_limit; /* RM */
567 uint16_t er_sq_num_descs; /* WO */
568 uint16_t er_sq_avail_descs; /* RM */
569 uint16_t er_sq_tail_idx; /* RM */
570 uint16_t er_sq_phase; /* RM */
571 uint16_t er_sq_hw_idx; /* WO */
576 uint16_t er_cq_num_descs; /* WO */
577 uint16_t er_cq_head_idx; /* RM */
578 uint16_t er_cq_phase; /* RM */
579 uint16_t er_cq_hw_idx; /* WO */
636 const uint16_t er_offset;
700 uint16_t ena_pci_vid;
701 uint16_t ena_pci_did;
703 uint16_t ena_pci_svid;
704 uint16_t ena_pci_sdid;
748 uint16_t ena_rxq_num_descs;
749 uint16_t ena_txq_num_descs;
755 uint16_t ena_rxq_intr_limit;
759 uint16_t ena_num_rxqs;
761 uint16_t ena_num_txqs;
806 uint16_t ena_tx_max_desc_per_pkt;
813 uint16_t ena_rx_max_desc_per_pkt;
816 uint16_t ena_max_io_queues;
858 extern uint32_t ena_hw_bar_read32(const ena_t *, const uint16_t);
860 extern void ena_hw_bar_write32(const ena_t *, const uint16_t, const uint32_t);
906 uint16_t *);
943 extern int ena_create_cq(ena_t *, uint16_t, uint64_t, bool, uint32_t,
944 uint16_t *, uint32_t **, uint32_t **);
945 extern int ena_destroy_cq(ena_t *, uint16_t);
946 extern int ena_create_sq(ena_t *, uint16_t, uint64_t, bool, uint16_t,
947 uint16_t *, uint32_t **);
948 extern int ena_destroy_sq(ena_t *, uint16_t, bool);