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:mcast_table
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
a2065.c
583
volatile u16 *
mcast_table
= (u16 *)&ib->filter;
in lance_load_multicast()
local
601
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
7990.c
602
volatile u16 *
mcast_table
= (u16 *)&ib->filter;
in lance_load_multicast()
local
620
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
sunlance.c
1191
u16 __iomem *
mcast_table
= (u16 __iomem *) &ib->filter;
in lance_load_multicast()
local
1192
u16 tmp = sbus_readw(&
mcast_table
[crc>>4]);
in lance_load_multicast()
1194
sbus_writew(tmp, &
mcast_table
[crc>>4]);
in lance_load_multicast()
1197
u16 *
mcast_table
= (u16 *) &ib->filter;
in lance_load_multicast()
local
1198
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
pcnet32.c
2670
volatile __le16 *
mcast_table
= (__le16 *)ib->filter;
in pcnet32_load_multicast()
local
2694
mcast_table
[crc >> 4] |= cpu_to_le16(1 << (crc & 0xf));
in pcnet32_load_multicast()
2698
le16_to_cpu(
mcast_table
[i]));
in pcnet32_load_multicast()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
a2065.c
583
volatile u16 *
mcast_table
= (u16 *)&ib->filter;
in lance_load_multicast()
local
601
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
7990.c
602
volatile u16 *
mcast_table
= (u16 *)&ib->filter;
in lance_load_multicast()
local
620
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
sunlance.c
1191
u16 __iomem *
mcast_table
= (u16 __iomem *) &ib->filter;
in lance_load_multicast()
local
1192
u16 tmp = sbus_readw(&
mcast_table
[crc>>4]);
in lance_load_multicast()
1194
sbus_writew(tmp, &
mcast_table
[crc>>4]);
in lance_load_multicast()
1197
u16 *
mcast_table
= (u16 *) &ib->filter;
in lance_load_multicast()
local
1198
mcast_table
[crc >> 4] |= 1 << (crc & 0xf);
in lance_load_multicast()
H
A
D
pcnet32.c
2680
volatile __le16 *
mcast_table
= (__le16 *)ib->filter;
in pcnet32_load_multicast()
local
2704
mcast_table
[crc >> 4] |= cpu_to_le16(1 << (crc & 0xf));
in pcnet32_load_multicast()
2708
le16_to_cpu(
mcast_table
[i]));
in pcnet32_load_multicast()
Completed in 15 milliseconds