Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
A Dsmsc75xx.h154 #define DP_SEL_VHF_HASH_LEN (16) macro
A Dlan78xx.h285 #define DP_SEL_VHF_HASH_LEN (16) macro
A 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()
A Dlan78xx.c322 u32 mchash_table[DP_SEL_VHF_HASH_LEN]; /* multicast hash table */
1094 DP_SEL_VHF_HASH_LEN, pdata->mchash_table); in lan78xx_deferred_multicast_write()
1119 for (i = 0; i < DP_SEL_VHF_HASH_LEN; i++) in lan78xx_set_multicast()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_main.h53 #define DP_SEL_VHF_HASH_LEN (16) macro
A Dlan743x_main.c1083 u32 hash_table[DP_SEL_VHF_HASH_LEN]; in lan743x_rfe_set_multicast()
1098 memset(hash_table, 0, DP_SEL_VHF_HASH_LEN * sizeof(u32)); in lan743x_rfe_set_multicast()
1133 DP_SEL_VHF_HASH_LEN, hash_table); in lan743x_rfe_set_multicast()

Completed in 30 milliseconds