Home
last modified time | relevance | path

Searched refs:edc_size (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_rx.c105 .edc_size = sq_descs_sz, in ena_alloc_rx_dma()
123 .edc_size = ena->ena_rx_buf_sz, in ena_alloc_rx_dma()
138 .edc_size = cq_descs_sz, in ena_alloc_rx_dma()
H A Dena_tx.c57 .edc_size = sq_descs_sz, in ena_alloc_tx_dma()
75 .edc_size = ena->ena_tx_buf_sz, in ena_alloc_tx_dma()
90 .edc_size = cq_descs_sz, in ena_alloc_tx_dma()
H A Dena_dma.c32 P2ROUNDUP_TYPED(conf->edc_size, ena->ena_page_sz, size_t); in ena_dma_attr()
H A Dena_aenq.c338 .edc_size = size, in ena_aenq_init()
H A Dena.h142 size_t edc_size; member
H A Dena.c643 .edc_size = size, in ena_admin_sq_init()
698 .edc_size = size, in ena_admin_cq_init()
H A Dena_admin.c300 .edc_size = ENAHW_HOST_INFO_ALLOC_SZ, in ena_init_host_info()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c939 u32 edc_size, mc_size; in t4_memory_rw_mtype() local
948 edc_size = G_EDRAM0_SIZE(t4_read_reg(adap, A_MA_EDRAM0_BAR)); in t4_memory_rw_mtype()
950 mtype_offset = 2 * (edc_size * 1024 * 1024); in t4_memory_rw_mtype()
952 mtype_offset = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw_mtype()
956 mtype_offset = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in t4_memory_rw_mtype()