Home
last modified time | relevance | path

Searched refs:table_size (Results 51 – 55 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c914 rsrc_pool->rsrc_pool_size = state->hs_icm[i].table_size; in hermon_rsrc_init_phase2()
915 rsrc_pool->rsrc_align = state->hs_icm[i].table_size; in hermon_rsrc_init_phase2()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3072 uint32_t table_size; in ixgbe_setup_rss_table() local
3084 table_size = 128; in ixgbe_setup_rss_table()
3092 table_size = 512; in ixgbe_setup_rss_table()
3109 for (i = 0, j = 0; i < table_size; i++, j++) { in ixgbe_setup_rss_table()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2512 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type, in lm_enable_rss() argument
2568 params.rss_result_mask = (u8_t)table_size - 1; in lm_enable_rss()
2576 for (i = 0; i < table_size; i++) in lm_enable_rss()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c6266 u32_t table_size, u8_t enable) in lm_tcp_update_rss() argument
6300 for (j = 0; j < TOE_INDIRECTION_TABLE_SIZE/table_size; j++) in lm_tcp_update_rss()
6302 for (i = 0; i < table_size; i++) in lm_tcp_update_rss()
6306 if (pdev->toe_info.indirection_table[(j*table_size)+i] != value) { in lm_tcp_update_rss()
6307 pdev->toe_info.indirection_table[(j*table_size)+i] = value; in lm_tcp_update_rss()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c7775 size_t table_size; in ip_sioctl_ip6addrpolicy() local
7795 table_size = iocp->ioc_count; in ip_sioctl_ip6addrpolicy()
7815 table_size = iocp->ioc_count; in ip_sioctl_ip6addrpolicy()
7820 iocp->ioc_rval = ip6_asp_get(table, table_size, ipst); in ip_sioctl_ip6addrpolicy()
7828 int count = table_size / sizeof (ip6_asp_t); in ip_sioctl_ip6addrpolicy()
7863 ip6_asp_replace(mp, table, table_size, B_FALSE, ipst, in ip_sioctl_ip6addrpolicy()

123