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:IS_LAYER2
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_ethtool.c
188
strlcpy(info->driver,
IS_LAYER2
(card) ? "qeth_l2" : "qeth_l3",
in qeth_get_drvinfo()
H
A
D
qeth_core_main.c
2452
else if (
IS_LAYER2
(card))
in qeth_update_max_mtu()
2519
return
IS_LAYER2
(card) ? QETH_PROT_LAYER2 : QETH_PROT_TCPIP;
in qeth_mpc_select_prot_type()
3121
hdr->prim_version_no =
IS_LAYER2
(card) ? 2 : 1;
in qeth_ipa_alloc_cmd()
4376
proto_len = (IS_IQD(card) &&
IS_LAYER2
(card)) ? ETH_HLEN : 0;
in qeth_xmit()
4468
if (
IS_LAYER2
(card) && IS_OSD(card) && !IS_VM_NIC(card) &&
in qeth_setadpparms_change_macaddr_cb()
6163
if (
IS_LAYER2
(card))
in qeth_core_free_discipline()
6761
if (
IS_LAYER2
(card) && IS_VM_NIC(card)) {
in qeth_enable_hw_features()
H
A
D
qeth_core.h
759
#define
IS_LAYER2
(card) ((card)->options.layer == QETH_DISCIPLINE_LAYER2)
macro
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_ethtool.c
191
strscpy(info->driver,
IS_LAYER2
(card) ? "qeth_l2" : "qeth_l3",
in qeth_get_drvinfo()
H
A
D
qeth_core.h
757
#define
IS_LAYER2
(card) ((card)->options.layer == QETH_DISCIPLINE_LAYER2)
macro
H
A
D
qeth_core_main.c
2391
else if (
IS_LAYER2
(card))
in qeth_update_max_mtu()
2456
return
IS_LAYER2
(card) ? QETH_MPC_PROT_L2 : QETH_MPC_PROT_L3;
in qeth_mpc_select_prot_type()
3057
hdr->prim_version_no =
IS_LAYER2
(card) ? 2 : 1;
in qeth_ipa_alloc_cmd()
4312
proto_len = (IS_IQD(card) &&
IS_LAYER2
(card)) ? ETH_HLEN : 0;
in qeth_xmit()
4404
if (
IS_LAYER2
(card) && IS_OSD(card) && !IS_VM_NIC(card) &&
in qeth_setadpparms_change_macaddr_cb()
6176
if (
IS_LAYER2
(card))
in qeth_remove_discipline()
6753
if (
IS_LAYER2
(card) && IS_VM_NIC(card)) {
in qeth_enable_hw_features()
Completed in 37 milliseconds