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_MPC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_main.h
296
#define
IS_MPC
(p) ((p)->protocol == CTCM_PROTO_MPC)
macro
299
#define IS_MPCDEV(dev)
IS_MPC
((struct ctcm_priv *)dev->ml_priv)
H
A
D
ctcm_main.c
216
if (
IS_MPC
(ch))
in channel_remove()
225
if (
IS_MPC
(ch)) {
in channel_remove()
430
if (!
IS_MPC
(priv))
in ctcm_open()
448
if (!
IS_MPC
(priv))
in ctcm_close()
1030
if (
IS_MPC
(priv)) {
in ctcm_change_mtu()
1128
if (
IS_MPC
(priv))
in ctcm_init_netdevice()
1153
if (
IS_MPC
(priv)) {
in ctcm_init_netdevice()
1356
if (
IS_MPC
(priv)) {
in add_channel()
1428
if (
IS_MPC
(priv)) {
in add_channel()
1473
if (
IS_MPC
(pri
in add_channel()
[all...]
H
A
D
ctcm_fsms.c
556
if (
IS_MPC
(ch)) {
in ctcm_chx_setmode()
659
if (
IS_MPC
(ch))
in ctcm_chx_haltio()
704
if (
IS_MPC
(ch))
in ctcm_chx_cleanup()
721
if (
IS_MPC
(ch))
in ctcm_chx_cleanup()
795
if (!
IS_MPC
(ch) &&
in ctcm_chx_setuperr()
1072
if (
IS_MPC
(ch)) {
in ctcm_chx_iofatal()
2069
if (
IS_MPC
(priv))
in dev_action_start()
2100
if (
IS_MPC
(priv))
in dev_action_stop()
2112
if (
IS_MPC
(priv)) {
in dev_action_restart()
2121
if (
IS_MPC
(pri
in dev_action_restart()
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_main.h
297
#define
IS_MPC
(p) ((p)->protocol == CTCM_PROTO_MPC)
macro
300
#define IS_MPCDEV(dev)
IS_MPC
((struct ctcm_priv *)dev->ml_priv)
H
A
D
ctcm_main.c
216
if (
IS_MPC
(ch))
in channel_remove()
225
if (
IS_MPC
(ch)) {
in channel_remove()
430
if (!
IS_MPC
(priv))
in ctcm_open()
448
if (!
IS_MPC
(priv))
in ctcm_close()
990
if (
IS_MPC
(priv)) {
in ctcm_change_mtu()
1088
if (
IS_MPC
(priv))
in ctcm_init_netdevice()
1113
if (
IS_MPC
(priv)) {
in ctcm_init_netdevice()
1316
if (
IS_MPC
(priv)) {
in add_channel()
1388
if (
IS_MPC
(priv)) {
in add_channel()
1433
if (
IS_MPC
(pri
in add_channel()
[all...]
H
A
D
ctcm_fsms.c
556
if (
IS_MPC
(ch)) {
in ctcm_chx_setmode()
659
if (
IS_MPC
(ch))
in ctcm_chx_haltio()
704
if (
IS_MPC
(ch))
in ctcm_chx_cleanup()
721
if (
IS_MPC
(ch))
in ctcm_chx_cleanup()
795
if (!
IS_MPC
(ch) &&
in ctcm_chx_setuperr()
1072
if (
IS_MPC
(ch)) {
in ctcm_chx_iofatal()
2063
if (
IS_MPC
(priv))
in dev_action_start()
2094
if (
IS_MPC
(priv))
in dev_action_stop()
2106
if (
IS_MPC
(priv)) {
in dev_action_restart()
2115
if (
IS_MPC
(pri
in dev_action_restart()
[all...]
Completed in 10 milliseconds