Searched refs:tbl_size (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.c | 1227 size_t tbl_size; in ena_com_indirect_table_allocate() local 1244 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate() 1248 tbl_size, in ena_com_indirect_table_allocate() 1255 tbl_size = (1ULL << log_size) * sizeof(u16); in ena_com_indirect_table_allocate() 1257 ENA_MEM_ALLOC(ena_dev->dmadev, tbl_size); in ena_com_indirect_table_allocate() 1266 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate() 1270 tbl_size, in ena_com_indirect_table_allocate() 1283 size_t tbl_size = (1ULL << rss->tbl_log_size) * in ena_com_indirect_table_destroy() local 1288 tbl_size, in ena_com_indirect_table_destroy() 3229 u32 tbl_size; in ena_com_indirect_table_get() local [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cab.c | 3156 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 D | archive_read_support_format_lha.c | 2711 int i, maxbits = 0, ptn, tbl_size, w; in lzh_make_huffman_table() local 2764 tbl_size = 1 << HTBL_BITS; in lzh_make_huffman_table() 2784 if ((bitptn[len] = ptn + cnt) > tbl_size) in lzh_make_huffman_table()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_l2.c | 547 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 D | ecore_hsi_eth.h | 1367 u8 tbl_size /* rss mask (Tbl size) */; member
|