Home
last modified time | relevance | path

Searched refs:DP_SEL_VHF_HASH_LEN (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/usb/
Dsmsc75xx.h154 #define DP_SEL_VHF_HASH_LEN (16) macro
Dlan78xx.h285 #define DP_SEL_VHF_HASH_LEN (16) macro
Dsmsc75xx.c57 u32 multicast_hash_table[DP_SEL_VHF_HASH_LEN];
534 DP_SEL_VHF_HASH_LEN, pdata->multicast_hash_table); in smsc75xx_deferred_multicast_write()
554 for (i = 0; i < DP_SEL_VHF_HASH_LEN; i++) in smsc75xx_set_multicast()
Dlan78xx.c355 u32 mchash_table[DP_SEL_VHF_HASH_LEN]; /* multicast hash table */
1258 DP_SEL_VHF_HASH_LEN, pdata->mchash_table); in lan78xx_deferred_multicast_write()
1283 for (i = 0; i < DP_SEL_VHF_HASH_LEN; i++) in lan78xx_set_multicast()
/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_main.h69 #define DP_SEL_VHF_HASH_LEN (16) macro
Dlan743x_main.c1237 u32 hash_table[DP_SEL_VHF_HASH_LEN]; in lan743x_rfe_set_multicast()
1252 memset(hash_table, 0, DP_SEL_VHF_HASH_LEN * sizeof(u32)); in lan743x_rfe_set_multicast()
1287 DP_SEL_VHF_HASH_LEN, hash_table); in lan743x_rfe_set_multicast()