Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h2119 #define BNXT_NTP_FLTR_HASH_SIZE 512 macro
2120 #define BNXT_NTP_FLTR_HASH_MASK (BNXT_NTP_FLTR_HASH_SIZE - 1)
2121 struct hlist_head ntp_fltr_hash_tbl[BNXT_NTP_FLTR_HASH_SIZE];
Dbnxt_ethtool.c1001 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_grxclsrlall()
1031 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_grxclsrule()
Dbnxt.c4505 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_free_ntp_fltrs()
4532 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) in bnxt_alloc_ntp_fltrs()
13031 for (i = 0; i < BNXT_NTP_FLTR_HASH_SIZE; i++) { in bnxt_cfg_ntp_filters()