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_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
430
unsigned int
fbl_count
;
member
938
*
fbl_count
mighe not be RX_BUF_NUM if alloc_rxbuf_skb() in
in tc35815_init_queues()
941
lp->
fbl_count
= 0;
in tc35815_init_queues()
944
if (i != lp->
fbl_count
) {
in tc35815_init_queues()
945
lp->rx_skbs[lp->
fbl_count
].skb =
in tc35815_init_queues()
947
lp->rx_skbs[lp->
fbl_count
].skb_dma =
in tc35815_init_queues()
950
lp->
fbl_count
++;
in tc35815_init_queues()
954
if (i >= lp->
fbl_count
) {
in tc35815_init_queues()
1557
lp->
fbl_count
--;
in tc35815_rx()
1558
while (lp->
fbl_count
< RX_BUF_NU
in tc35815_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
430
unsigned int
fbl_count
;
member
939
*
fbl_count
mighe not be RX_BUF_NUM if alloc_rxbuf_skb() in
in tc35815_init_queues()
942
lp->
fbl_count
= 0;
in tc35815_init_queues()
945
if (i != lp->
fbl_count
) {
in tc35815_init_queues()
946
lp->rx_skbs[lp->
fbl_count
].skb =
in tc35815_init_queues()
948
lp->rx_skbs[lp->
fbl_count
].skb_dma =
in tc35815_init_queues()
951
lp->
fbl_count
++;
in tc35815_init_queues()
955
if (i >= lp->
fbl_count
) {
in tc35815_init_queues()
1558
lp->
fbl_count
--;
in tc35815_rx()
1559
while (lp->
fbl_count
< RX_BUF_NU
in tc35815_rx()
[all...]
Completed in 6 milliseconds