Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hash_filter
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
236
dma_cap->
hash_filter
= (hw_cap & DMA_HW_FEAT_HASHSEL) >> 4;
in dwmac1000_get_hw_feature()
H
A
D
common.h
331
unsigned int
hash_filter
;
member
H
A
D
stmmac_main.c
4503
(priv->dma_cap.
hash_filter
) ? "Y" : "N");
in stmmac_dma_cap_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
241
dma_cap->
hash_filter
= (hw_cap & DMA_HW_FEAT_HASHSEL) >> 4;
in dwmac1000_get_hw_feature()
H
A
D
common.h
411
unsigned int
hash_filter
;
member
H
A
D
stmmac_main.c
6276
(priv->dma_cap.
hash_filter
) ? "Y" : "N");
in stmmac_dma_cap_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/calxeda/
H
A
D
xgmac.c
1277
u32
hash_filter
[XGMAC_NUM_HASH];
in xgmac_set_rx_mode()
local
1288
memset(
hash_filter
, 0, sizeof(
hash_filter
));
in xgmac_set_rx_mode()
1301
hash_filter
[bit_nr >> 5] |= 1 << (bit_nr & 31);
in xgmac_set_rx_mode()
1326
hash_filter
[bit_nr >> 5] |= 1 << (bit_nr & 31);
in xgmac_set_rx_mode()
1337
writel(
hash_filter
[i], ioaddr + XGMAC_HASH(i));
in xgmac_set_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/calxeda/
H
A
D
xgmac.c
1277
u32
hash_filter
[XGMAC_NUM_HASH];
in xgmac_set_rx_mode()
local
1288
memset(
hash_filter
, 0, sizeof(
hash_filter
));
in xgmac_set_rx_mode()
1301
hash_filter
[bit_nr >> 5] |= 1 << (bit_nr & 31);
in xgmac_set_rx_mode()
1326
hash_filter
[bit_nr >> 5] |= 1 << (bit_nr & 31);
in xgmac_set_rx_mode()
1337
writel(
hash_filter
[i], ioaddr + XGMAC_HASH(i));
in xgmac_set_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/
H
A
D
altera_tse_main.c
1325
priv->
hash_filter
=
in altera_tse_probe()
1332
priv->
hash_filter
= 0;
in altera_tse_probe()
1374
if (priv->
hash_filter
)
in altera_tse_probe()
H
A
D
altera_tse.h
441
u32
hash_filter
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
H
A
D
altera_tse.h
448
u32
hash_filter
;
member
H
A
D
altera_tse_main.c
1504
priv->
hash_filter
=
in altera_tse_probe()
1511
priv->
hash_filter
= 0;
in altera_tse_probe()
1555
if (priv->
hash_filter
)
in altera_tse_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
473
unsigned char
hash_filter
;
member
1487
return adap->params.
hash_filter
;
in is_hashfilter()
H
A
D
cxgb4_filter.c
2173
adap->params.
hash_filter
= 1;
in init_hash_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
471
unsigned char
hash_filter
;
member
1483
return adap->params.
hash_filter
;
in is_hashfilter()
H
A
D
cxgb4_filter.c
2173
adap->params.
hash_filter
= 1;
in init_hash_filter()
Completed in 46 milliseconds