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:rx_buff_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2.c
166
u32
rx_buff_size
= HW_ATL2_RXBUF_MAX;
in hw_atl2_hw_qos_set()
local
178
rx_buff_size
/= cfg->tcs;
in hw_atl2_hw_qos_set()
192
hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self,
rx_buff_size
, tc);
in hw_atl2_hw_qos_set()
194
threshold = (
rx_buff_size
* (1024U / 32U) * 66U) / 100U;
in hw_atl2_hw_qos_set()
197
threshold = (
rx_buff_size
* (1024U / 32U) * 50U) / 100U;
in hw_atl2_hw_qos_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2.c
166
u32
rx_buff_size
= HW_ATL2_RXBUF_MAX;
in hw_atl2_hw_qos_set()
local
178
rx_buff_size
/= cfg->tcs;
in hw_atl2_hw_qos_set()
192
hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self,
rx_buff_size
, tc);
in hw_atl2_hw_qos_set()
194
threshold = (
rx_buff_size
* (1024U / 32U) * 66U) / 100U;
in hw_atl2_hw_qos_set()
197
threshold = (
rx_buff_size
* (1024U / 32U) * 50U) / 100U;
in hw_atl2_hw_qos_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
156
u32
rx_buff_size
= HW_ATL_B0_RXBUF_MAX;
in hw_atl_b0_hw_qos_set()
local
162
rx_buff_size
-= HW_ATL_B0_PTP_RXBUF_SIZE;
in hw_atl_b0_hw_qos_set()
173
rx_buff_size
/= cfg->tcs;
in hw_atl_b0_hw_qos_set()
187
hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self,
rx_buff_size
, tc);
in hw_atl_b0_hw_qos_set()
189
threshold = (
rx_buff_size
* (1024U / 32U) * 66U) / 100U;
in hw_atl_b0_hw_qos_set()
192
threshold = (
rx_buff_size
* (1024U / 32U) * 50U) / 100U;
in hw_atl_b0_hw_qos_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
156
u32
rx_buff_size
= HW_ATL_B0_RXBUF_MAX;
in hw_atl_b0_hw_qos_set()
local
162
rx_buff_size
-= HW_ATL_B0_PTP_RXBUF_SIZE;
in hw_atl_b0_hw_qos_set()
173
rx_buff_size
/= cfg->tcs;
in hw_atl_b0_hw_qos_set()
187
hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self,
rx_buff_size
, tc);
in hw_atl_b0_hw_qos_set()
189
threshold = (
rx_buff_size
* (1024U / 32U) * 66U) / 100U;
in hw_atl_b0_hw_qos_set()
192
threshold = (
rx_buff_size
* (1024U / 32U) * 50U) / 100U;
in hw_atl_b0_hw_qos_set()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
504
* @
rx_buff_size
: Rx buffer sizes.
512
__le32
rx_buff_size
;
member
H
A
D
cdnsp-gadget.c
1783
readl(&pdev->rev_cap->
rx_buff_size
),
in cdnsp_get_rev_cap()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
atmel.c
488
u16
rx_buff_size
;
member
3655
iface->
rx_buff_size
= le16_to_cpu(iface->
rx_buff_size
);
in atmel_wakeup_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
atmel.c
487
u16
rx_buff_size
;
member
3650
iface->
rx_buff_size
= le16_to_cpu(iface->
rx_buff_size
);
in atmel_wakeup_firmware()
Completed in 25 milliseconds