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:CTCM_READ
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_sysfs.c
42
if (!(priv && priv->channel[
CTCM_READ
] &&
in ctcm_buffer_write()
43
priv->channel[
CTCM_READ
]->netdev)) {
in ctcm_buffer_write()
47
ndev = priv->channel[
CTCM_READ
]->netdev;
in ctcm_buffer_write()
62
priv->channel[
CTCM_READ
]->max_bufsize = bs1;
in ctcm_buffer_write()
66
priv->channel[
CTCM_READ
]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED;
in ctcm_buffer_write()
92
fsm_getstate_str(priv->channel[
CTCM_READ
]->fsm));
in ctcm_print_statistics()
H
A
D
ctcm_mpc.c
410
rch = priv->channel[
CTCM_READ
];
in ctc_mpc_establish_connectivity()
569
rch = priv->channel[
CTCM_READ
];
in ctc_mpc_flow_control()
707
grp->sweep_req_pend_num = grp->active_channels[
CTCM_READ
];
in mpc_rcvd_sweep_req()
708
grp->sweep_rsp_pend_num = grp->active_channels[
CTCM_READ
];
in mpc_rcvd_sweep_req()
892
ch = priv->channel[
CTCM_READ
];
in mpc_group_ready()
946
grp->active_channels[
CTCM_READ
],
in mpc_channel_action()
981
((CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)
in mpc_channel_action()
993
if ((grp->active_channels[
CTCM_READ
] > 0) &&
in mpc_channel_action()
1014
if (((grp->active_channels[
CTCM_READ
] == 0) &&
in mpc_channel_action()
1017
(grp->active_channels[
CTCM_READ
] >
in mpc_channel_action()
[all...]
H
A
D
ctcm_main.c
390
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_ch_alloc_buffer()
402
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_ch_alloc_buffer()
615
grp->sweep_rsp_pend_num = grp->active_channels[
CTCM_READ
];
in ctcmpc_send_sweep_req()
616
grp->sweep_req_pend_num = grp->active_channels[
CTCM_READ
];
in ctcmpc_send_sweep_req()
1028
max_bufsize = priv->channel[
CTCM_READ
]->max_bufsize;
in ctcm_change_mtu()
1221
if (priv->channel[
CTCM_READ
]->cdev == cdev)
in ctcm_irq_handler()
1222
ch = priv->channel[
CTCM_READ
];
in ctcm_irq_handler()
1580
for (direction =
CTCM_READ
; direction <= CTCM_WRITE; direction++) {
in ctcm_new_device()
1582
channel_get(type, direction ==
CTCM_READ
?
in ctcm_new_device()
1586
channel_free(priv->channel[
CTCM_READ
]);
in ctcm_new_device()
[all...]
H
A
D
ctcm_fsms.c
452
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in chx_firstio()
477
fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)
in chx_firstio()
492
if ((CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) &&
in chx_firstio()
596
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ? "RX" : "TX");
in ctcm_chx_start()
603
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_start()
617
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_chx_start()
716
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_cleanup()
796
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)) {
in ctcm_chx_setuperr()
808
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ? "RX" : "TX",
in ctcm_chx_setuperr()
811
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_setuperr()
[all...]
H
A
D
ctcm_main.h
113
#define
CTCM_READ
0
macro
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_sysfs.c
42
if (!(priv && priv->channel[
CTCM_READ
] &&
in ctcm_buffer_write()
43
priv->channel[
CTCM_READ
]->netdev)) {
in ctcm_buffer_write()
47
ndev = priv->channel[
CTCM_READ
]->netdev;
in ctcm_buffer_write()
62
priv->channel[
CTCM_READ
]->max_bufsize = bs1;
in ctcm_buffer_write()
66
priv->channel[
CTCM_READ
]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED;
in ctcm_buffer_write()
92
fsm_getstate_str(priv->channel[
CTCM_READ
]->fsm));
in ctcm_print_statistics()
H
A
D
ctcm_mpc.c
412
rch = priv->channel[
CTCM_READ
];
in ctc_mpc_establish_connectivity()
571
rch = priv->channel[
CTCM_READ
];
in ctc_mpc_flow_control()
695
grp->sweep_req_pend_num = grp->active_channels[
CTCM_READ
];
in mpc_rcvd_sweep_req()
696
grp->sweep_rsp_pend_num = grp->active_channels[
CTCM_READ
];
in mpc_rcvd_sweep_req()
880
ch = priv->channel[
CTCM_READ
];
in mpc_group_ready()
935
grp->active_channels[
CTCM_READ
],
in mpc_channel_action()
970
((CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)
in mpc_channel_action()
982
if ((grp->active_channels[
CTCM_READ
] > 0) &&
in mpc_channel_action()
1003
if (((grp->active_channels[
CTCM_READ
] == 0) &&
in mpc_channel_action()
1006
(grp->active_channels[
CTCM_READ
] >
in mpc_channel_action()
[all...]
H
A
D
ctcm_main.c
390
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_ch_alloc_buffer()
402
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_ch_alloc_buffer()
615
grp->sweep_rsp_pend_num = grp->active_channels[
CTCM_READ
];
in ctcmpc_send_sweep_req()
616
grp->sweep_req_pend_num = grp->active_channels[
CTCM_READ
];
in ctcmpc_send_sweep_req()
988
max_bufsize = priv->channel[
CTCM_READ
]->max_bufsize;
in ctcm_change_mtu()
1181
if (priv->channel[
CTCM_READ
]->cdev == cdev)
in ctcm_irq_handler()
1182
ch = priv->channel[
CTCM_READ
];
in ctcm_irq_handler()
1540
for (direction =
CTCM_READ
; direction <= CTCM_WRITE; direction++) {
in ctcm_new_device()
1542
channel_get(type, direction ==
CTCM_READ
?
in ctcm_new_device()
1546
channel_free(priv->channel[
CTCM_READ
]);
in ctcm_new_device()
[all...]
H
A
D
ctcm_fsms.c
452
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in chx_firstio()
477
fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)
in chx_firstio()
492
if ((CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) &&
in chx_firstio()
596
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ? "RX" : "TX");
in ctcm_chx_start()
603
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_start()
617
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ?
in ctcm_chx_start()
716
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_cleanup()
796
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
)) {
in ctcm_chx_setuperr()
808
(CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) ? "RX" : "TX",
in ctcm_chx_setuperr()
811
if (CHANNEL_DIRECTION(ch->flags) ==
CTCM_READ
) {
in ctcm_chx_setuperr()
[all...]
H
A
D
ctcm_main.h
114
#define
CTCM_READ
0
macro
Completed in 12 milliseconds