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:in_q
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_core_main.c
205
struct qeth_qdio_q *queue = card->qdio.
in_q
;
in qeth_clear_working_pool_list()
295
if (!card->qdio.
in_q
)
in qeth_resize_buffer_pool()
2665
card->qdio.
in_q
= qeth_alloc_qdio_queue();
in qeth_alloc_qdio_queues()
2666
if (!card->qdio.
in_q
)
in qeth_alloc_qdio_queues()
2706
qeth_free_qdio_queue(card->qdio.
in_q
);
in qeth_alloc_qdio_queues()
2707
card->qdio.
in_q
= NULL;
in qeth_alloc_qdio_queues()
2723
if (card->qdio.
in_q
->bufs[j].rx_skb)
in qeth_free_qdio_queues()
2724
dev_kfree_skb_any(card->qdio.
in_q
->bufs[j].rx_skb);
in qeth_free_qdio_queues()
2726
qeth_free_qdio_queue(card->qdio.
in_q
);
in qeth_free_qdio_queues()
2727
card->qdio.
in_q
in qeth_free_qdio_queues()
[all...]
H
A
D
qeth_core.h
557
struct qeth_qdio_q *
in_q
;
member
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_core_main.c
189
struct qeth_qdio_q *queue = card->qdio.
in_q
;
in qeth_clear_working_pool_list()
2659
if (card->qdio.
in_q
->bufs[j].rx_skb) {
in qeth_free_qdio_queues()
2660
consume_skb(card->qdio.
in_q
->bufs[j].rx_skb);
in qeth_free_qdio_queues()
2661
card->qdio.
in_q
->bufs[j].rx_skb = NULL;
in qeth_free_qdio_queues()
2953
qdio_reset_buffers(card->qdio.
in_q
->qdio_bufs, QDIO_MAX_BUFFERS_PER_Q);
in qeth_init_qdio_queues()
2959
rc = qeth_init_input_buffer(card, &card->qdio.
in_q
->bufs[i]);
in qeth_init_qdio_queues()
2964
card->qdio.
in_q
->next_buf_to_init = QDIO_BUFNR(rx_bufs);
in qeth_init_qdio_queues()
3413
struct qeth_qdio_q *queue = card->qdio.
in_q
;
in qeth_rx_refill_queue()
5067
in_sbal_ptrs[0] = card->qdio.
in_q
->qdio_bufs;
in qeth_qdio_establish()
5766
buffer = &card->qdio.
in_q
in qeth_rx_poll()
[all...]
H
A
D
qeth_core.h
548
struct qeth_qdio_q *
in_q
;
member
Completed in 19 milliseconds