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:vf_queues
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.c
211
p_qcid = &p_vf->
vf_queues
[qid].cids[i];
in qed_iov_validate_queue_mode()
848
qed_fw_l2_queue(p_hwfn, vf->
vf_queues
[qid].fw_rx_qid,
in qed_iov_config_perm_table()
1054
struct qed_vf_queue *p_queue = &vf->
vf_queues
[i];
in qed_iov_init_hw_for_vf()
1362
struct qed_vf_queue *p_queue = &p_vf->
vf_queues
[i];
in qed_iov_vf_cleanup()
1455
qed_fw_l2_queue(p_hwfn, p_vf->
vf_queues
[i].fw_rx_qid,
in qed_iov_vf_mbx_acquire_resc()
1851
struct qed_vf_queue *p_queue = &p_vf->
vf_queues
[i];
in qed_iov_configure_vport_forced()
2110
p_queue = &vf->
vf_queues
[req->rx_qid];
in qed_iov_vf_mbx_start_rxq()
2446
p_queue = &vf->
vf_queues
[req->tx_qid];
in qed_iov_vf_mbx_start_txq()
2507
p_queue = &vf->
vf_queues
[rxq_id];
in qed_iov_vf_stop_rxqs()
2548
p_queue = &vf->
vf_queues
[txq_i
in qed_iov_vf_stop_txqs()
[all...]
H
A
D
qed_sriov.h
203
struct qed_vf_queue
vf_queues
[QED_MAX_VF_CHAINS_PER_PF];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.c
213
p_qcid = &p_vf->
vf_queues
[qid].cids[i];
in qed_iov_validate_queue_mode()
850
qed_fw_l2_queue(p_hwfn, vf->
vf_queues
[qid].fw_rx_qid,
in qed_iov_config_perm_table()
1056
struct qed_vf_queue *p_queue = &vf->
vf_queues
[i];
in qed_iov_init_hw_for_vf()
1364
struct qed_vf_queue *p_queue = &p_vf->
vf_queues
[i];
in qed_iov_vf_cleanup()
1457
qed_fw_l2_queue(p_hwfn, p_vf->
vf_queues
[i].fw_rx_qid,
in qed_iov_vf_mbx_acquire_resc()
1853
struct qed_vf_queue *p_queue = &p_vf->
vf_queues
[i];
in qed_iov_configure_vport_forced()
2112
p_queue = &vf->
vf_queues
[req->rx_qid];
in qed_iov_vf_mbx_start_rxq()
2448
p_queue = &vf->
vf_queues
[req->tx_qid];
in qed_iov_vf_mbx_start_txq()
2509
p_queue = &vf->
vf_queues
[rxq_id];
in qed_iov_vf_stop_rxqs()
2550
p_queue = &vf->
vf_queues
[txq_i
in qed_iov_vf_stop_txqs()
[all...]
H
A
D
qed_sriov.h
203
struct qed_vf_queue
vf_queues
[QED_MAX_VF_CHAINS_PER_PF];
member
Completed in 12 milliseconds