Home
last modified time | relevance | path

Searched refs:fsf_depth (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/sfxge/common/
HDefx_filter.c713 fsfp->fsf_depth[EFX_FS_FILTER_RX_TCP_FULL] = 0; in falconsiena_filter_reset_search_depth()
714 fsfp->fsf_depth[EFX_FS_FILTER_RX_TCP_WILD] = 0; in falconsiena_filter_reset_search_depth()
715 fsfp->fsf_depth[EFX_FS_FILTER_RX_UDP_FULL] = 0; in falconsiena_filter_reset_search_depth()
716 fsfp->fsf_depth[EFX_FS_FILTER_RX_UDP_WILD] = 0; in falconsiena_filter_reset_search_depth()
721 fsfp->fsf_depth[EFX_FS_FILTER_RX_MAC_FULL] = 0; in falconsiena_filter_reset_search_depth()
722 fsfp->fsf_depth[EFX_FS_FILTER_RX_MAC_WILD] = 0; in falconsiena_filter_reset_search_depth()
726 fsfp->fsf_depth[EFX_FS_FILTER_TX_TCP_FULL] = 0; in falconsiena_filter_reset_search_depth()
727 fsfp->fsf_depth[EFX_FS_FILTER_TX_TCP_WILD] = 0; in falconsiena_filter_reset_search_depth()
728 fsfp->fsf_depth[EFX_FS_FILTER_TX_UDP_FULL] = 0; in falconsiena_filter_reset_search_depth()
729 fsfp->fsf_depth[EFX_FS_FILTER_TX_UDP_WILD] = 0; in falconsiena_filter_reset_search_depth()
[all …]
HDefx_impl.h434 unsigned int fsf_depth[EFX_FS_FILTER_NTYPES]; member