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:q_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H
A
D
adminq.c
81
struct pdsc_q_info *
q_info
;
in pdsc_process_adminq()
local
104
* run the callback in the related
q_info
,
in pdsc_process_adminq()
110
q_info
= &q->info[q->tail_idx];
in pdsc_process_adminq()
114
memcpy(
q_info
->dest, comp, sizeof(*comp));
in pdsc_process_adminq()
116
complete_all(&
q_info
->wc->wait_completion);
in pdsc_process_adminq()
173
struct pdsc_q_info *
q_info
;
in __pdsc_adminq_post()
local
211
q_info
= &q->info[index];
in __pdsc_adminq_post()
212
q_info
->wc = wc;
in __pdsc_adminq_post()
213
q_info
->dest = comp;
in __pdsc_adminq_post()
214
memcpy(
q_info
in __pdsc_adminq_post()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
29
if (bp->
q_info
[i].queue_id == queue_id) {
in bnxt_queue_to_tc()
57
pri2cos[i] = bp->
q_info
[qidx].queue_id;
in bnxt_hwrm_queue_pri2cos_cfg()
107
cos2bw.queue_id = bp->
q_info
[qidx].queue_id;
in bnxt_hwrm_queue_cos2bw_cfg()
183
if (BNXT_LLQ(bp->
q_info
[j].queue_profile)) {
in bnxt_queue_remap()
259
if (!BNXT_LLQ(bp->
q_info
[qidx].queue_profile)) {
in bnxt_hwrm_queue_pfc_cfg()
H
A
D
bnxt.h
1788
struct bnxt_queue_info
q_info
[BNXT_MAX_QUEUE];
member
H
A
D
bnxt.c
3101
ring->queue_id = bp->
q_info
[qidx].queue_id;
in bnxt_alloc_tx_rings()
7691
bp->
q_info
[j].queue_id = *qptr;
in bnxt_hwrm_queue_qportcfg()
7693
bp->
q_info
[j].queue_profile = *qptr++;
in bnxt_hwrm_queue_qportcfg()
7695
if (!BNXT_CNPQ(bp->
q_info
[j].queue_profile) ||
in bnxt_hwrm_queue_qportcfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
30
if (bp->
q_info
[i].queue_id == queue_id) {
in bnxt_queue_to_tc()
61
pri2cos[i] = bp->
q_info
[qidx].queue_id;
in bnxt_hwrm_queue_pri2cos_cfg()
115
cos2bw.queue_id = bp->
q_info
[qidx].queue_id;
in bnxt_hwrm_queue_cos2bw_cfg()
202
if (BNXT_LLQ(bp->
q_info
[j].queue_profile)) {
in bnxt_queue_remap()
279
if (!BNXT_LLQ(bp->
q_info
[qidx].queue_profile)) {
in bnxt_hwrm_queue_pfc_cfg()
H
A
D
bnxt.h
1947
struct bnxt_queue_info
q_info
[BNXT_MAX_QUEUE];
member
H
A
D
bnxt.c
3363
ring->queue_id = bp->
q_info
[qidx].queue_id;
in bnxt_alloc_tx_rings()
8121
bp->
q_info
[j].queue_id = *qptr;
in bnxt_hwrm_queue_qportcfg()
8123
bp->
q_info
[j].queue_profile = *qptr++;
in bnxt_hwrm_queue_qportcfg()
8125
if (!BNXT_CNPQ(bp->
q_info
[j].queue_profile) ||
in bnxt_hwrm_queue_qportcfg()
Completed in 84 milliseconds