Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_reg.h433 #define SXGBE_HW_FEAT_HASH_TABLE_SIZE(cap) ((cap & 0x03000000) >> 24) macro
H A Dsxgbe_main.c905 features->hash_tsize = SXGBE_HW_FEAT_HASH_TABLE_SIZE(rval); in sxgbe_get_hw_features()