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:bufmgr_config
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
10139
tp->
bufmgr_config
.mbuf_read_dma_low_water);
in tg3_reset_hw()
10141
tp->
bufmgr_config
.mbuf_mac_rx_low_water);
in tg3_reset_hw()
10143
tp->
bufmgr_config
.mbuf_high_water);
in tg3_reset_hw()
10146
tp->
bufmgr_config
.mbuf_read_dma_low_water_jumbo);
in tg3_reset_hw()
10148
tp->
bufmgr_config
.mbuf_mac_rx_low_water_jumbo);
in tg3_reset_hw()
10150
tp->
bufmgr_config
.mbuf_high_water_jumbo);
in tg3_reset_hw()
10153
tp->
bufmgr_config
.dma_low_water);
in tg3_reset_hw()
10155
tp->
bufmgr_config
.dma_high_water);
in tg3_reset_hw()
17510
tp->
bufmgr_config
.mbuf_read_dma_low_water =
in tg3_init_bufmgr_config()
17512
tp->
bufmgr_config
in tg3_init_bufmgr_config()
[all...]
H
A
D
tg3.h
3248
struct tg3_bufmgr_config
bufmgr_config
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
10124
tp->
bufmgr_config
.mbuf_read_dma_low_water);
in tg3_reset_hw()
10126
tp->
bufmgr_config
.mbuf_mac_rx_low_water);
in tg3_reset_hw()
10128
tp->
bufmgr_config
.mbuf_high_water);
in tg3_reset_hw()
10131
tp->
bufmgr_config
.mbuf_read_dma_low_water_jumbo);
in tg3_reset_hw()
10133
tp->
bufmgr_config
.mbuf_mac_rx_low_water_jumbo);
in tg3_reset_hw()
10135
tp->
bufmgr_config
.mbuf_high_water_jumbo);
in tg3_reset_hw()
10138
tp->
bufmgr_config
.dma_low_water);
in tg3_reset_hw()
10140
tp->
bufmgr_config
.dma_high_water);
in tg3_reset_hw()
17433
tp->
bufmgr_config
.mbuf_read_dma_low_water =
in tg3_init_bufmgr_config()
17435
tp->
bufmgr_config
in tg3_init_bufmgr_config()
[all...]
H
A
D
tg3.h
3248
struct tg3_bufmgr_config
bufmgr_config
;
member
Completed in 52 milliseconds