Home
last modified time | relevance | path

Searched refs:BNXT_NTP_FLTR_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2136 #define BNXT_NTP_FLTR_HASH_SIZE 512 macro
2137 #define BNXT_NTP_FLTR_HASH_MASK (BNXT_NTP_FLTR_HASH_SIZE - 1)
2138 struct hlist_head ntp_fltr_hash_tbl[BNXT_NTP_FLTR_HASH_SIZE];
H A Dbnxt_ethtool.c1000 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_grxclsrlall()
1030 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_grxclsrule()
H A Dbnxt.c4442 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_free_ntp_fltrs()
4469 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) in bnxt_alloc_ntp_fltrs()
13025 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_cfg_ntp_filters()