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:eth_mtu
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H
A
D
opa_vnic_vema_iface.c
182
info->
eth_mtu
= cpu_to_be16(src->
eth_mtu
);
in opa_vnic_get_vesw_info()
216
dst->
eth_mtu
= be16_to_cpu(info->
eth_mtu
);
in opa_vnic_set_vesw_info()
H
A
D
opa_vnic_netdev.c
162
netdev->max_mtu = max_t(unsigned int, info->vesw.
eth_mtu
,
in opa_vnic_process_vema_config()
199
adapter->info.vesw.
eth_mtu
= ETH_DATA_LEN;
in opa_vnic_set_pod_values()
H
A
D
opa_vnic_encap.h
130
* @
eth_mtu
: Ethernet MTU
150
__be16
eth_mtu
;
member
H
A
D
opa_vnic_internal.h
95
u16
eth_mtu
;
member
H
A
D
opa_vnic_vema.c
188
port_info->vesw.
eth_mtu
= cpu_to_be16(ETH_DATA_LEN);
in vema_get_pod_values()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H
A
D
opa_vnic_vema_iface.c
182
info->
eth_mtu
= cpu_to_be16(src->
eth_mtu
);
in opa_vnic_get_vesw_info()
216
dst->
eth_mtu
= be16_to_cpu(info->
eth_mtu
);
in opa_vnic_set_vesw_info()
H
A
D
opa_vnic_netdev.c
161
netdev->max_mtu = max_t(unsigned int, info->vesw.
eth_mtu
,
in opa_vnic_process_vema_config()
198
adapter->info.vesw.
eth_mtu
= ETH_DATA_LEN;
in opa_vnic_set_pod_values()
H
A
D
opa_vnic_encap.h
130
* @
eth_mtu
: Ethernet MTU
150
__be16
eth_mtu
;
member
H
A
D
opa_vnic_internal.h
95
u16
eth_mtu
;
member
H
A
D
opa_vnic_vema.c
189
port_info->vesw.
eth_mtu
= cpu_to_be16(ETH_DATA_LEN);
in vema_get_pod_values()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
fw.h
60
u16
eth_mtu
;
member
H
A
D
fw.c
1253
MLX4_GET(port_cap->
eth_mtu
, outbox, QUERY_PORT_ETH_MTU_OFFSET);
in mlx4_QUERY_PORT()
H
A
D
main.c
410
dev->caps.eth_mtu_cap[port] = port_cap->
eth_mtu
;
in _mlx4_dev_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
fw.h
60
u16
eth_mtu
;
member
H
A
D
fw.c
1253
MLX4_GET(port_cap->
eth_mtu
, outbox, QUERY_PORT_ETH_MTU_OFFSET);
in mlx4_QUERY_PORT()
H
A
D
main.c
409
dev->caps.eth_mtu_cap[port] = port_cap->
eth_mtu
;
in _mlx4_dev_port()
Completed in 29 milliseconds