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:p_qid_tlv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_vf.c
147
struct vfpf_qid_tlv *
p_qid_tlv
;
in qed_vf_pf_add_qid()
local
154
p_qid_tlv
= qed_add_tlv(p_hwfn, &p_iov->offset,
in qed_vf_pf_add_qid()
155
CHANNEL_TLV_QID, sizeof(*
p_qid_tlv
));
in qed_vf_pf_add_qid()
156
p_qid_tlv
->qid = p_cid->qid_usage_idx;
in qed_vf_pf_add_qid()
H
A
D
qed_sriov.c
2052
struct vfpf_qid_tlv *
p_qid_tlv
;
in qed_iov_vf_mbx_qid()
local
2063
p_qid_tlv
= (struct vfpf_qid_tlv *)
in qed_iov_vf_mbx_qid()
2066
if (!
p_qid_tlv
) {
in qed_iov_vf_mbx_qid()
2074
if (
p_qid_tlv
->qid >= MAX_QUEUES_PER_QZONE) {
in qed_iov_vf_mbx_qid()
2077
p_vf->relative_vf_id,
p_qid_tlv
->qid);
in qed_iov_vf_mbx_qid()
2081
return
p_qid_tlv
->qid;
in qed_iov_vf_mbx_qid()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_vf.c
144
struct vfpf_qid_tlv *
p_qid_tlv
;
in qed_vf_pf_add_qid()
local
151
p_qid_tlv
= qed_add_tlv(p_hwfn, &p_iov->offset,
in qed_vf_pf_add_qid()
152
CHANNEL_TLV_QID, sizeof(*
p_qid_tlv
));
in qed_vf_pf_add_qid()
153
p_qid_tlv
->qid = p_cid->qid_usage_idx;
in qed_vf_pf_add_qid()
H
A
D
qed_sriov.c
2054
struct vfpf_qid_tlv *
p_qid_tlv
;
in qed_iov_vf_mbx_qid()
local
2065
p_qid_tlv
= (struct vfpf_qid_tlv *)
in qed_iov_vf_mbx_qid()
2068
if (!
p_qid_tlv
) {
in qed_iov_vf_mbx_qid()
2076
if (
p_qid_tlv
->qid >= MAX_QUEUES_PER_QZONE) {
in qed_iov_vf_mbx_qid()
2079
p_vf->relative_vf_id,
p_qid_tlv
->qid);
in qed_iov_vf_mbx_qid()
2083
return
p_qid_tlv
->qid;
in qed_iov_vf_mbx_qid()
Completed in 17 milliseconds