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:pkt_buf_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
802
u32
pkt_buf_size
; /* Total pf buf size for tx/rx */
member
H
A
D
hclge_main.c
893
hdev->
pkt_buf_size
= le16_to_cpu(req->buf_size) << HCLGE_BUF_UNIT_S;
in hclge_query_pf_resource()
1994
total_size = hdev->
pkt_buf_size
;
in hclge_tx_buffer_calc()
2018
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_rx_buf_calc_all()
2054
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_drop_nopfc_buf_till_fit()
2084
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_drop_pfc_buf_till_fit()
2118
u32 rx_priv = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_only_alloc_priv_buff()
2170
u32 rx_all = hdev->
pkt_buf_size
;
in hclge_rx_buffer_calc()
9730
dev_info(dev, "Total buffer size for TX/RX: %u\n", hdev->
pkt_buf_size
);
in hclge_info_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
924
u32
pkt_buf_size
; /* Total pf buf size for tx/rx */
member
H
A
D
hclge_main.c
800
hdev->
pkt_buf_size
= le16_to_cpu(req->buf_size) << HCLGE_BUF_UNIT_S;
in hclge_query_pf_resource()
2017
total_size = hdev->
pkt_buf_size
;
in hclge_tx_buffer_calc()
2041
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_rx_buf_calc_all()
2077
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_drop_nopfc_buf_till_fit()
2107
u32 rx_all = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_drop_pfc_buf_till_fit()
2141
u32 rx_priv = hdev->
pkt_buf_size
- hclge_get_tx_buff_alloced(buf_alloc);
in hclge_only_alloc_priv_buff()
2192
u32 rx_all = hdev->
pkt_buf_size
;
in hclge_rx_buffer_calc()
11070
dev_info(dev, "Total buffer size for TX/RX: %u\n", hdev->
pkt_buf_size
);
in hclge_info_show()
Completed in 63 milliseconds