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:rcv_bufs_to_post
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
663
(bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX) +
in dfx_register()
1083
bp->
rcv_bufs_to_post
= RCV_BUFS_DEF;
in dfx_driver_init()
1151
(bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX) +
in dfx_driver_init()
1205
curr_v += (bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX);
in dfx_driver_init()
1206
curr_p += (bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX);
in dfx_driver_init()
3013
for (i = 0; i < (int)(bp->
rcv_bufs_to_post
); i++)
in dfx_rcv_init()
3014
for (j = 0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->
rcv_bufs_to_post
)
in dfx_rcv_init()
3052
for (i=0; i < (int)(bp->
rcv_bufs_to_post
); i++)
in dfx_rcv_init()
3053
for (j=0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->
rcv_bufs_to_post
)
in dfx_rcv_init()
3065
bp->rcv_xmt_reg.index.rcv_prod = bp->
rcv_bufs_to_post
;
in dfx_rcv_init()
[all...]
H
A
D
defxx.h
1782
u32
rcv_bufs_to_post
; /* receive buffers to post for LLC host queue */
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
654
(bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX) +
in dfx_register()
1072
bp->
rcv_bufs_to_post
= RCV_BUFS_DEF;
in dfx_driver_init()
1140
(bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX) +
in dfx_driver_init()
1194
curr_v += (bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX);
in dfx_driver_init()
1195
curr_p += (bp->
rcv_bufs_to_post
* PI_RCV_DATA_K_SIZE_MAX);
in dfx_driver_init()
3002
for (i = 0; i < (int)(bp->
rcv_bufs_to_post
); i++)
in dfx_rcv_init()
3003
for (j = 0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->
rcv_bufs_to_post
)
in dfx_rcv_init()
3041
for (i=0; i < (int)(bp->
rcv_bufs_to_post
); i++)
in dfx_rcv_init()
3042
for (j=0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->
rcv_bufs_to_post
)
in dfx_rcv_init()
3054
bp->rcv_xmt_reg.index.rcv_prod = bp->
rcv_bufs_to_post
;
in dfx_rcv_init()
[all...]
H
A
D
defxx.h
1785
u32
rcv_bufs_to_post
; /* receive buffers to post for LLC host queue */
member
Completed in 23 milliseconds