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:IS_QED_SRIOV
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed.h
790
#define
IS_QED_SRIOV
(cdev) (!!(cdev)->p_iov_info)
macro
H
A
D
qed_sriov.c
659
if (IS_VF(p_hwfn->cdev) || !
IS_QED_SRIOV
(p_hwfn->cdev) ||
in _qed_iov_pf_sanity_check()
696
if (!
IS_QED_SRIOV
(cdev))
in qed_iov_set_vfs_to_disable()
4590
if (!
IS_QED_SRIOV
(cdev)) {
in qed_sriov_configure()
4605
if (!
IS_QED_SRIOV
(cdev) || !IS_PF_SRIOV_ALLOC(&cdev->hwfns[0])) {
in qed_sriov_pf_set_mac()
4641
if (!
IS_QED_SRIOV
(cdev) || !IS_PF_SRIOV_ALLOC(&cdev->hwfns[0])) {
in qed_sriov_pf_set_vlan()
H
A
D
qed_dev.c
1414
if (
IS_QED_SRIOV
(p_hwfn->cdev))
in qed_get_pq_flags()
1454
return
IS_QED_SRIOV
(p_hwfn->cdev) ?
in qed_init_qm_get_num_vfs()
H
A
D
qed_l2.c
2228
if (
IS_QED_SRIOV
(cdev)) {
in qed_fill_eth_dev_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed.h
782
#define
IS_QED_SRIOV
(cdev) (!!(cdev)->p_iov_info)
macro
H
A
D
qed_sriov.c
661
if (IS_VF(p_hwfn->cdev) || !
IS_QED_SRIOV
(p_hwfn->cdev) ||
in _qed_iov_pf_sanity_check()
698
if (!
IS_QED_SRIOV
(cdev))
in qed_iov_set_vfs_to_disable()
4618
if (!
IS_QED_SRIOV
(cdev)) {
in qed_sriov_configure()
4633
if (!
IS_QED_SRIOV
(cdev) || !IS_PF_SRIOV_ALLOC(&cdev->hwfns[0])) {
in qed_sriov_pf_set_mac()
4669
if (!
IS_QED_SRIOV
(cdev) || !IS_PF_SRIOV_ALLOC(&cdev->hwfns[0])) {
in qed_sriov_pf_set_vlan()
H
A
D
qed_dev.c
1426
if (
IS_QED_SRIOV
(p_hwfn->cdev))
in qed_get_pq_flags()
1467
return
IS_QED_SRIOV
(p_hwfn->cdev) ?
in qed_init_qm_get_num_vfs()
H
A
D
qed_l2.c
2238
if (
IS_QED_SRIOV
(cdev)) {
in qed_fill_eth_dev_info()
Completed in 36 milliseconds