Home
last modified time | relevance | path

Searched refs:tbl_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ena-com/
H A Dena_com.c1206 size_t tbl_size; in ena_com_indirect_table_allocate() local
1223 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate()
1227 tbl_size, in ena_com_indirect_table_allocate()
1234 tbl_size = (1ULL << log_size) * sizeof(u16); in ena_com_indirect_table_allocate()
1236 ENA_MEM_ALLOC(ena_dev->dmadev, tbl_size); in ena_com_indirect_table_allocate()
1245 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate()
1249 tbl_size, in ena_com_indirect_table_allocate()
1267 tbl_size, in ena_com_indirect_table_destroy()
3110 u32 tbl_size; in ena_com_indirect_table_get() local
3113 tbl_size = (1ULL << rss->tbl_log_size) * in ena_com_indirect_table_get()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c3156 int i, maxbits = 0, ptn, tbl_size, w; in lzx_make_huffman_table() local
3192 tbl_size = 1 << hf->tbl_bits; in lzx_make_huffman_table()
3205 if (len > tbl_size) in lzx_make_huffman_table()
3210 if ((bitptn[len] = ptn + cnt) > tbl_size) in lzx_make_huffman_table()
H A Darchive_read_support_format_lha.c2712 int i, maxbits = 0, ptn, tbl_size, w; in lzh_make_huffman_table() local
2765 tbl_size = 1 << HTBL_BITS; in lzh_make_huffman_table()
2785 if ((bitptn[len] = ptn + cnt) > tbl_size) in lzh_make_huffman_table()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c547 p_config->tbl_size = p_rss->rss_table_size_log; in ecore_sp_vport_update_rss()
560 1 << p_config->tbl_size); in ecore_sp_vport_update_rss()
H A Decore_hsi_eth.h1367 u8 tbl_size /* rss mask (Tbl size) */; member