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:hwlro_ip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H
A
D
mtk_eth_soc.c
1911
if (mac->
hwlro_ip
[i])
in mtk_hwlro_get_ip_cnt()
1932
mac->
hwlro_ip
[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst);
in mtk_hwlro_add_ipaddr()
1937
mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->
hwlro_ip
[fsp->location]);
in mtk_hwlro_add_ipaddr()
1954
mac->
hwlro_ip
[fsp->location] = 0;
in mtk_hwlro_del_ipaddr()
1971
mac->
hwlro_ip
[i] = 0;
in mtk_hwlro_netdev_disable()
1987
if (fsp->location >= ARRAY_SIZE(mac->
hwlro_ip
))
in mtk_hwlro_get_fdir_entry()
1992
fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->
hwlro_ip
[fsp->location]);
in mtk_hwlro_get_fdir_entry()
2019
if (mac->
hwlro_ip
[i]) {
in mtk_hwlro_get_fdir_all()
2889
memset(mac->
hwlro_ip
, 0, sizeof(mac->
hwlro_ip
));
in mtk_add_mac()
[all...]
H
A
D
mtk_eth_soc.h
940
__be32
hwlro_ip
[MTK_MAX_LRO_IP_CNT];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H
A
D
mtk_eth_soc.c
2892
if (mac->
hwlro_ip
[i])
in mtk_hwlro_get_ip_cnt()
2913
mac->
hwlro_ip
[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst);
in mtk_hwlro_add_ipaddr()
2918
mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->
hwlro_ip
[fsp->location]);
in mtk_hwlro_add_ipaddr()
2935
mac->
hwlro_ip
[fsp->location] = 0;
in mtk_hwlro_del_ipaddr()
2952
mac->
hwlro_ip
[i] = 0;
in mtk_hwlro_netdev_disable()
2968
if (fsp->location >= ARRAY_SIZE(mac->
hwlro_ip
))
in mtk_hwlro_get_fdir_entry()
2973
fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->
hwlro_ip
[fsp->location]);
in mtk_hwlro_get_fdir_entry()
3000
if (mac->
hwlro_ip
[i]) {
in mtk_hwlro_get_fdir_all()
4531
memset(mac->
hwlro_ip
, 0, sizeof(mac->
hwlro_ip
));
in mtk_add_mac()
[all...]
H
A
D
mtk_eth_soc.h
1320
__be32
hwlro_ip
[MTK_MAX_LRO_IP_CNT];
member
Completed in 16 milliseconds