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:priv_buf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_cmd.h
135
struct hclge_priv_buf
priv_buf
[HCLGE_MAX_TC_NUM];
member
H
A
D
hclge_main.c
1848
u32 buf_size = buf_alloc->
priv_buf
[i].tx_buf_size;
in hclge_cmd_alloc_tx_buff()
1894
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_pfc_priv_num()
1912
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_no_pfc_priv_num()
1929
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_rx_priv_buff_alloced()
1941
total_tx_size += buf_alloc->
priv_buf
[i].tx_buf_size;
in hclge_get_tx_buff_alloced()
2021
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_tx_buffer_calc()
2046
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_rx_buf_calc_all()
2083
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_drop_nopfc_buf_till_fit()
2113
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_drop_pfc_buf_till_fit()
2161
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[
in hclge_only_alloc_priv_buff()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
1825
u32 buf_size = buf_alloc->
priv_buf
[i].tx_buf_size;
in hclge_cmd_alloc_tx_buff()
1871
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_pfc_priv_num()
1889
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_no_pfc_priv_num()
1906
priv = &buf_alloc->
priv_buf
[i];
in hclge_get_rx_priv_buff_alloced()
1918
total_tx_size += buf_alloc->
priv_buf
[i].tx_buf_size;
in hclge_get_tx_buff_alloced()
1998
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_tx_buffer_calc()
2023
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_rx_buf_calc_all()
2060
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_drop_nopfc_buf_till_fit()
2090
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[i];
in hclge_drop_pfc_buf_till_fit()
2139
struct hclge_priv_buf *priv = &buf_alloc->
priv_buf
[
in hclge_only_alloc_priv_buff()
[all...]
H
A
D
hclge_cmd.h
435
struct hclge_priv_buf
priv_buf
[HCLGE_MAX_TC_NUM];
member
Completed in 30 milliseconds