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:vpibits
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
idt77252.c
60
static unsigned int
vpibits
= 1;
variable
1045
if ((vpi >= (1 << card->
vpibits
)) || (vci != (vci & card->vcimask))) {
in dequeue_rx()
1287
if (vpi >= (1<<card->
vpibits
) || vci >= (1<<card->vcibits)) {
in idt77252_rx_raw()
1487
if (vpi >= (1 << card->
vpibits
) ||
in idt77252_tx()
2401
if (vpi >= (1 << card->
vpibits
)) {
in idt77252_open()
2857
for (vpi = 0; vpi < (1 << card->
vpibits
); vpi++) {
in open_card_oam()
2899
for (vpi = 0; vpi < (1 << card->
vpibits
); vpi++) {
in close_card_oam()
3353
switch (
vpibits
) {
in init_card()
3387
card->
vpibits
=
vpibits
;
in init_card()
[all...]
H
A
D
he.c
1167
he_dev->
vpibits
= CONFIG_DEFAULT_VPIBITS;
in he_start()
1175
he_dev->
vpibits
= nvpibits;
in he_start()
1181
he_dev->
vpibits
= HE_MAXCIDBITS - nvcibits;
in he_start()
1247
RX_VALVP(he_dev->
vpibits
) |
in he_start()
1513
he_dev->atm_dev->ci_range.vpi_bits = he_dev->
vpibits
;
in he_start()
H
A
D
nicstar.h
714
int
vpibits
;
member
H
A
D
he.h
261
unsigned int vcibits,
vpibits
;
member
H
A
D
idt77252.h
387
unsigned int
vpibits
; /* Bits used for VPI index */
member
H
A
D
nicstar.c
515
card->
vpibits
= NS_VPIBITS;
in ns_init_card()
786
card->atmdev->ci_range.vpi_bits = card->
vpibits
;
in ns_init_card()
2004
if (vpi >= 1UL << card->
vpibits
|| vci >= 1UL << card->vcibits) {
in dequeue_rx()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
idt77252.c
60
static unsigned int
vpibits
= 1;
variable
1045
if ((vpi >= (1 << card->
vpibits
)) || (vci != (vci & card->vcimask))) {
in dequeue_rx()
1286
if (vpi >= (1<<card->
vpibits
) || vci >= (1<<card->vcibits)) {
in idt77252_rx_raw()
1486
if (vpi >= (1 << card->
vpibits
) ||
in idt77252_tx()
2394
if (vpi >= (1 << card->
vpibits
)) {
in idt77252_open()
2850
for (vpi = 0; vpi < (1 << card->
vpibits
); vpi++) {
in open_card_oam()
2892
for (vpi = 0; vpi < (1 << card->
vpibits
); vpi++) {
in close_card_oam()
3346
switch (
vpibits
) {
in init_card()
3380
card->
vpibits
=
vpibits
;
in init_card()
[all...]
H
A
D
he.c
1164
he_dev->
vpibits
= CONFIG_DEFAULT_VPIBITS;
in he_start()
1172
he_dev->
vpibits
= nvpibits;
in he_start()
1178
he_dev->
vpibits
= HE_MAXCIDBITS - nvcibits;
in he_start()
1244
RX_VALVP(he_dev->
vpibits
) |
in he_start()
1510
he_dev->atm_dev->ci_range.vpi_bits = he_dev->
vpibits
;
in he_start()
H
A
D
nicstar.h
714
int
vpibits
;
member
H
A
D
he.h
261
unsigned int vcibits,
vpibits
;
member
H
A
D
idt77252.h
387
unsigned int
vpibits
; /* Bits used for VPI index */
member
H
A
D
nicstar.c
517
card->
vpibits
= NS_VPIBITS;
in ns_init_card()
788
card->atmdev->ci_range.vpi_bits = card->
vpibits
;
in ns_init_card()
2010
if (vpi >= 1UL << card->
vpibits
|| vci >= 1UL << card->vcibits) {
in dequeue_rx()
Completed in 32 milliseconds