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:fbl_ptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
429
struct FrFD *
fbl_ptr
;
member
933
lp->
fbl_ptr
= (struct FrFD *)fd_addr;
in tc35815_init_queues()
934
lp->
fbl_ptr
->fd.FDNext = cpu_to_le32(fd_virt_to_bus(lp, lp->
fbl_ptr
));
in tc35815_init_queues()
935
lp->
fbl_ptr
->fd.FDCtl = cpu_to_le32(RX_BUF_NUM | FD_CownsFD);
in tc35815_init_queues()
955
lp->
fbl_ptr
->bd[i].BuffData = 0;
in tc35815_init_queues()
956
lp->
fbl_ptr
->bd[i].BDCtl = 0;
in tc35815_init_queues()
959
lp->
fbl_ptr
->bd[i].BuffData =
in tc35815_init_queues()
962
lp->
fbl_ptr
->bd[i].BDCtl =
in tc35815_init_queues()
968
dev->name, lp->tfd_base, lp->rfd_base, lp->
fbl_ptr
);
in tc35815_init_queues()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
429
struct FrFD *
fbl_ptr
;
member
934
lp->
fbl_ptr
= (struct FrFD *)fd_addr;
in tc35815_init_queues()
935
lp->
fbl_ptr
->fd.FDNext = cpu_to_le32(fd_virt_to_bus(lp, lp->
fbl_ptr
));
in tc35815_init_queues()
936
lp->
fbl_ptr
->fd.FDCtl = cpu_to_le32(RX_BUF_NUM | FD_CownsFD);
in tc35815_init_queues()
956
lp->
fbl_ptr
->bd[i].BuffData = 0;
in tc35815_init_queues()
957
lp->
fbl_ptr
->bd[i].BDCtl = 0;
in tc35815_init_queues()
960
lp->
fbl_ptr
->bd[i].BuffData =
in tc35815_init_queues()
963
lp->
fbl_ptr
->bd[i].BDCtl =
in tc35815_init_queues()
969
dev->name, lp->tfd_base, lp->rfd_base, lp->
fbl_ptr
);
in tc35815_init_queues()
[all...]
Completed in 5 milliseconds