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:LCS_NUM_BUFFS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
lcs.c
108
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_alloc_channel()
116
if (cnt <
LCS_NUM_BUFFS
) {
in lcs_alloc_channel()
135
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_free_channel()
215
memset(card->read.ccws, 0, sizeof (struct ccw1) * (
LCS_NUM_BUFFS
+ 1));
in lcs_setup_read_ccws()
216
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_setup_read_ccws()
234
card->read.ccws[
LCS_NUM_BUFFS
- 1].flags &= ~CCW_FLAG_PCI;
in lcs_setup_read_ccws()
235
card->read.ccws[
LCS_NUM_BUFFS
- 1].flags |= CCW_FLAG_SUSPEND;
in lcs_setup_read_ccws()
237
card->read.ccws[
LCS_NUM_BUFFS
].cmd_code = LCS_CCW_TRANSFER;
in lcs_setup_read_ccws()
238
card->read.ccws[
LCS_NUM_BUFFS
].cda =
in lcs_setup_read_ccws()
270
memset(card->write.ccws, 0, sizeof(struct ccw1) * (
LCS_NUM_BUFFS
in lcs_setup_write_ccws()
[all...]
H
A
D
lcs.h
119
#define
LCS_NUM_BUFFS
32 /* needs to be power of 2 */
macro
291
struct ccw1 ccws[
LCS_NUM_BUFFS
+ 1];
294
struct lcs_buffer iob[
LCS_NUM_BUFFS
];
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
lcs.c
103
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_alloc_channel()
111
if (cnt <
LCS_NUM_BUFFS
) {
in lcs_alloc_channel()
130
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_free_channel()
210
memset(card->read.ccws, 0, sizeof (struct ccw1) * (
LCS_NUM_BUFFS
+ 1));
in lcs_setup_read_ccws()
211
for (cnt = 0; cnt <
LCS_NUM_BUFFS
; cnt++) {
in lcs_setup_read_ccws()
229
card->read.ccws[
LCS_NUM_BUFFS
- 1].flags &= ~CCW_FLAG_PCI;
in lcs_setup_read_ccws()
230
card->read.ccws[
LCS_NUM_BUFFS
- 1].flags |= CCW_FLAG_SUSPEND;
in lcs_setup_read_ccws()
232
card->read.ccws[
LCS_NUM_BUFFS
].cmd_code = LCS_CCW_TRANSFER;
in lcs_setup_read_ccws()
233
card->read.ccws[
LCS_NUM_BUFFS
].cda =
in lcs_setup_read_ccws()
265
memset(card->write.ccws, 0, sizeof(struct ccw1) * (
LCS_NUM_BUFFS
in lcs_setup_write_ccws()
[all...]
H
A
D
lcs.h
119
#define
LCS_NUM_BUFFS
32 /* needs to be power of 2 */
macro
291
struct ccw1 ccws[
LCS_NUM_BUFFS
+ 1];
294
struct lcs_buffer iob[
LCS_NUM_BUFFS
];
Completed in 5 milliseconds