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:respQ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
208
struct
respQ
{
struct
260
struct
respQ
respQ
; /* response Q */
member
532
if (sge->
respQ
.entries) {
in free_rx_resources()
533
size = sizeof(struct respQ_e) * sge->
respQ
.size;
in free_rx_resources()
534
dma_free_coherent(&pdev->dev, size, sge->
respQ
.entries,
in free_rx_resources()
535
sge->
respQ
.dma_addr);
in free_rx_resources()
602
sge->
respQ
.genbit = 1;
in alloc_rx_resources()
603
sge->
respQ
.size = SGE_RESPQ_E_N;
in alloc_rx_resources()
604
sge->
respQ
in alloc_rx_resources()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
199
struct
respQ
{
struct
251
struct
respQ
respQ
; /* response Q */
member
523
if (sge->
respQ
.entries) {
in free_rx_resources()
524
size = sizeof(struct respQ_e) * sge->
respQ
.size;
in free_rx_resources()
525
dma_free_coherent(&pdev->dev, size, sge->
respQ
.entries,
in free_rx_resources()
526
sge->
respQ
.dma_addr);
in free_rx_resources()
593
sge->
respQ
.genbit = 1;
in alloc_rx_resources()
594
sge->
respQ
.size = SGE_RESPQ_E_N;
in alloc_rx_resources()
595
sge->
respQ
in alloc_rx_resources()
[all...]
Completed in 6 milliseconds