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:ingr_map
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
332
struct sge_rspq *
ingr_map
[MAX_INGQ];
member
344
#define IQ_MAP(s, abs_id) ((s)->
ingr_map
[IQ_IDX(s, abs_id)])
H
A
D
sge.c
1986
rspq = s->
ingr_map
[iq_idx];
in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
333
struct sge_rspq *
ingr_map
[MAX_INGQ];
member
345
#define IQ_MAP(s, abs_id) ((s)->
ingr_map
[IQ_IDX(s, abs_id)])
H
A
D
sge.c
1983
rspq = s->
ingr_map
[iq_idx];
in process_intrq()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
911
return netdev2pinfo(p->
ingr_map
[qid]->netdev)->tx_chan;
in rxq_to_chan()
928
struct sge_rspq *q = adap->sge.
ingr_map
[i];
in quiesce_rx()
974
struct sge_rspq *q = adap->sge.
ingr_map
[i];
in enable_rx()
5044
adap->sge.
ingr_map
= kcalloc(adap->sge.ingr_sz,
in adap_init0()
5045
sizeof(*adap->sge.
ingr_map
), GFP_KERNEL);
in adap_init0()
5046
if (!adap->sge.
ingr_map
) {
in adap_init0()
5423
kfree(adap->sge.
ingr_map
);
in adap_init0()
6196
kfree(adapter->sge.
ingr_map
);
in free_some_resources()
H
A
D
sge.c
4152
napi_schedule(&adap->sge.
ingr_map
[qid]->napi);
in process_intrq()
4467
adap->sge.
ingr_map
[iq->cntxt_id - adap->sge.ingr_start] = iq;
in t4_sge_alloc_rxq()
4840
adap->sge.
ingr_map
[rq->cntxt_id - adap->sge.ingr_start] = NULL;
in free_rspq_fl()
H
A
D
cxgb4.h
1008
struct sge_rspq **
ingr_map
; /* qid->queue ingress queue map */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
910
return netdev2pinfo(p->
ingr_map
[qid]->netdev)->tx_chan;
in rxq_to_chan()
927
struct sge_rspq *q = adap->sge.
ingr_map
[i];
in quiesce_rx()
973
struct sge_rspq *q = adap->sge.
ingr_map
[i];
in enable_rx()
5039
adap->sge.
ingr_map
= kcalloc(adap->sge.ingr_sz,
in adap_init0()
5040
sizeof(*adap->sge.
ingr_map
), GFP_KERNEL);
in adap_init0()
5041
if (!adap->sge.
ingr_map
) {
in adap_init0()
5414
kfree(adap->sge.
ingr_map
);
in adap_init0()
6185
kfree(adapter->sge.
ingr_map
);
in free_some_resources()
H
A
D
sge.c
4177
napi_schedule(&adap->sge.
ingr_map
[qid]->napi);
in process_intrq()
4492
adap->sge.
ingr_map
[iq->cntxt_id - adap->sge.ingr_start] = iq;
in t4_sge_alloc_rxq()
4870
adap->sge.
ingr_map
[rq->cntxt_id - adap->sge.ingr_start] = NULL;
in free_rspq_fl()
H
A
D
cxgb4.h
1006
struct sge_rspq **
ingr_map
; /* qid->queue ingress queue map */
member
Completed in 58 milliseconds