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:scd2vc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
idt77252.c
940
if (!card->
scd2vc
[i]) {
in get_free_scd()
941
card->
scd2vc
[i] = vc;
in get_free_scd()
2287
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2296
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2308
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2565
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_close()
2945
card->
scd2vc
[0] = vc;
in open_card_ubr0()
3085
vfree(card->
scd2vc
);
in deinit_card()
3432
card->
scd2vc
= vzalloc(size);
in init_card()
3433
if (!card->
scd2vc
) {
in init_card()
[all...]
H
A
D
nicstar.c
244
if (card->
scd2vc
[j] != NULL)
in nicstar_remove_one()
245
free_scq(card, card->
scd2vc
[j]->scq, card->
scd2vc
[j]->tx_vcc);
in nicstar_remove_one()
626
card->
scd2vc
[j] = NULL;
in ns_init_card()
1340
if (card->
scd2vc
[frscdi] == NULL) {
in ns_open()
1341
card->
scd2vc
[frscdi] = vc;
in ns_open()
1361
card->
scd2vc
[frscdi] = NULL;
in ns_open()
1523
card->
scd2vc
[(vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE] = NULL;
in ns_close()
1871
if (card->
scd2vc
[scdi] == NULL) {
in process_tsq()
1878
scq = card->
scd2vc
[scd
in process_tsq()
[all...]
H
A
D
nicstar.h
731
vc_map *
scd2vc
[NS_FRSCD_NUM];
member
756
scd2vc
allows us to find out unused fixed rate SCDs, because
H
A
D
idt77252.h
395
struct vc_map **
scd2vc
; /* SCD to Connection map */
member
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
246
if (card->
scd2vc
[j] != NULL)
in nicstar_remove_one()
247
free_scq(card, card->
scd2vc
[j]->scq, card->
scd2vc
[j]->tx_vcc);
in nicstar_remove_one()
628
card->
scd2vc
[j] = NULL;
in ns_init_card()
1336
if (card->
scd2vc
[frscdi] == NULL) {
in ns_open()
1337
card->
scd2vc
[frscdi] = vc;
in ns_open()
1357
card->
scd2vc
[frscdi] = NULL;
in ns_open()
1519
card->
scd2vc
[(vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE] = NULL;
in ns_close()
1877
if (card->
scd2vc
[scdi] == NULL) {
in process_tsq()
1884
scq = card->
scd2vc
[scd
in process_tsq()
[all...]
H
A
D
idt77252.c
940
if (!card->
scd2vc
[i]) {
in get_free_scd()
941
card->
scd2vc
[i] = vc;
in get_free_scd()
2280
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2289
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2301
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_init_tx()
2558
card->
scd2vc
[vc->scd_index] = NULL;
in idt77252_close()
2938
card->
scd2vc
[0] = vc;
in open_card_ubr0()
3078
vfree(card->
scd2vc
);
in deinit_card()
3425
card->
scd2vc
= vzalloc(size);
in init_card()
3426
if (!card->
scd2vc
) {
in init_card()
[all...]
H
A
D
nicstar.h
731
vc_map *
scd2vc
[NS_FRSCD_NUM];
member
756
scd2vc
allows us to find out unused fixed rate SCDs, because
H
A
D
idt77252.h
395
struct vc_map **
scd2vc
; /* SCD to Connection map */
member
Completed in 19 milliseconds