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:buff_count
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
horizon.c
1816
int
buff_count
;
in hrz_init()
local
1875
for (
buff_count
= 0;
buff_count
< BUFN3_SIZE-1;
buff_count
++) {
in hrz_init()
1904
for (
buff_count
= 0;
buff_count
< BUFN4_SIZE-1;
buff_count
++) {
in hrz_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
644
__le16
buff_count
; /* Size of the buffer pointed by this descriptor */
member
665
__le16
buff_count
; /* Len of the buffer pointed by descriptor. */
member
H
A
D
amd8111e.c
330
lp->rx_ring[i].
buff_count
= cpu_to_le16(lp->rx_buff_len-2);
in amd8111e_init_ring()
339
lp->tx_ring[i].
buff_count
= 0;
in amd8111e_init_ring()
669
le16_to_cpu(lp->tx_ring[tx_index].
buff_count
);
in amd8111e_tx()
772
lp->rx_ring[rx_index].
buff_count
=
in amd8111e_rx_poll()
1264
lp->tx_ring[tx_index].
buff_count
= cpu_to_le16(skb->len);
in amd8111e_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
644
__le16
buff_count
; /* Size of the buffer pointed by this descriptor */
member
665
__le16
buff_count
; /* Len of the buffer pointed by descriptor. */
member
H
A
D
amd8111e.c
329
lp->rx_ring[i].
buff_count
= cpu_to_le16(lp->rx_buff_len-2);
in amd8111e_init_ring()
338
lp->tx_ring[i].
buff_count
= 0;
in amd8111e_init_ring()
668
le16_to_cpu(lp->tx_ring[tx_index].
buff_count
);
in amd8111e_tx()
771
lp->rx_ring[rx_index].
buff_count
=
in amd8111e_rx_poll()
1256
lp->tx_ring[tx_index].
buff_count
= cpu_to_le16(skb->len);
in amd8111e_start_xmit()
Completed in 13 milliseconds