Home
last modified time | relevance | path

Searched refs:isc_rss_table_size (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/net/
HDiflib.h217 int isc_rss_table_size; member
HDiflib.c5258 if (scctx->isc_rss_table_size == 0) in iflib_device_register()
5259 scctx->isc_rss_table_size = 64; in iflib_device_register()
5260 scctx->isc_rss_table_mask = scctx->isc_rss_table_size - 1; in iflib_device_register()
5551 if (scctx->isc_rss_table_size == 0) in iflib_pseudo_register()
5552 scctx->isc_rss_table_size = 64; in iflib_pseudo_register()
5553 scctx->isc_rss_table_mask = scctx->isc_rss_table_size-1; in iflib_pseudo_register()
/freebsd-13-stable/sys/dev/iavf/
HDif_iavf_iflib.c379 scctx->isc_rss_table_size = IAVF_RSS_VSI_LUT_SIZE; in iavf_if_attach_pre()
/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c1488 scctx->isc_rss_table_size = HW_HASH_INDEX_SIZE; in bnxt_attach_pre()
1489 scctx->isc_rss_table_mask = scctx->isc_rss_table_size - 1; in bnxt_attach_pre()
/freebsd-13-stable/sys/dev/ixl/
HDif_ixl.c441 scctx->isc_rss_table_size = pf->hw.func_caps.rss_table_size; in ixl_setup_ssctx()
/freebsd-13-stable/sys/dev/ixgbe/
HDif_ix.c1069 scctx->isc_rss_table_size = 512; in ixgbe_if_attach_pre()
1073 scctx->isc_rss_table_size = 128; in ixgbe_if_attach_pre()
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
HDif_vmx.c400 scctx->isc_rss_table_size = UPT1_RSS_MAX_IND_TABLE_SIZE; in vmxnet3_attach_pre()
/freebsd-13-stable/sys/dev/axgbe/
HDif_axgbe_pci.c704 scctx->isc_rss_table_size = XGBE_RSS_MAX_TABLE_SIZE; in axgbe_init_iflib_softc_ctx()
/freebsd-13-stable/sys/dev/ice/
HDif_ice_iflib.c430 scctx->isc_rss_table_size = hw->func_caps.common_cap.rss_table_size; in ice_setup_scctx()