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:maxTxCredits
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_edgeport.c
150
* Rx buffer (
maxTxCredits
) and this buffer will never exceed
maxTxCredits
.
163
__u16
maxTxCredits
; /* the max size of the port */
member
165
struct TxFifo txfifo; /* transmit fifo -- size will be
maxTxCredits
*/
989
edge_port->txfifo.size = edge_port->
maxTxCredits
;
in edge_open()
990
edge_port->txfifo.fifo = kmalloc(edge_port->
maxTxCredits
, GFP_KERNEL);
in edge_open()
1007
__func__, edge_port->
maxTxCredits
);
in edge_open()
1040
if (edge_port->txCredits == edge_port->
maxTxCredits
) {
in block_until_chase_response()
1316
if (edge_port->txCredits < EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(edge_port->
maxTxCredits
, EDGE_FW_BULK_MAX_PACKET_SIZE)) {
in send_more_port_data()
1455
num_chars = edge_port->
maxTxCredits
in edge_chars_in_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_edgeport.c
150
* Rx buffer (
maxTxCredits
) and this buffer will never exceed
maxTxCredits
.
163
__u16
maxTxCredits
; /* the max size of the port */
member
165
struct TxFifo txfifo; /* transmit fifo -- size will be
maxTxCredits
*/
913
edge_port->txfifo.size = edge_port->
maxTxCredits
;
in edge_open()
914
edge_port->txfifo.fifo = kmalloc(edge_port->
maxTxCredits
, GFP_KERNEL);
in edge_open()
931
__func__, edge_port->
maxTxCredits
);
in edge_open()
964
if (edge_port->txCredits == edge_port->
maxTxCredits
) {
in block_until_chase_response()
1240
if (edge_port->txCredits < EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(edge_port->
maxTxCredits
, EDGE_FW_BULK_MAX_PACKET_SIZE)) {
in send_more_port_data()
1354
num_chars = edge_port->
maxTxCredits
in edge_chars_in_buffer()
[all...]
Completed in 5 milliseconds