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_SRIOV
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
996
if (!
IS_SRIOV
(bp))
in bnx2x_iov_init_dq()
1309
if (!
IS_SRIOV
(bp))
in bnx2x_iov_remove_one()
1334
if (!
IS_SRIOV
(bp))
in bnx2x_iov_free_mem()
1361
if (!
IS_SRIOV
(bp))
in bnx2x_iov_alloc_mem()
1534
if (!
IS_SRIOV
(bp))
in bnx2x_iov_link_update()
1546
if (!
IS_SRIOV
(bp)) {
in bnx2x_iov_nic_init()
1635
if (!
IS_SRIOV
(bp))
in bnx2x_iov_chip_cleanup()
1651
if (!
IS_SRIOV
(bp))
in bnx2x_iov_init_ilt()
1743
if (!
IS_SRIOV
(bp))
in bnx2x_iov_eq_sp_event()
1854
if (!
IS_SRIOV
(b
in bnx2x_iov_set_queue_sp_obj()
[all...]
H
A
D
bnx2x.h
1763
#define
IS_SRIOV
(bp) ((bp)->vfdb)
macro
H
A
D
bnx2x_main.c
3420
ether_stat->vf_cnt =
IS_SRIOV
(bp) ? bp->vfdb->sriov.nr_virtfn : 0;
in bnx2x_drv_info_ether_stat()
7988
if (
IS_SRIOV
(bp))
in bnx2x_init_hw_func()
8634
if (
IS_SRIOV
(bp))
in bnx2x_cid_ilt_lines()
10357
if (
IS_SRIOV
(bp) && test_and_clear_bit(BNX2X_SP_RTNL_ENABLE_SRIOV,
in bnx2x_sp_rtnl_task()
13606
if (
IS_SRIOV
(bp))
in bnx2x_set_qm_cid_count()
H
A
D
bnx2x_cmn.c
2257
if (
IS_SRIOV
(bp))
in bnx2x_alloc_fw_stats_mem()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
996
if (!
IS_SRIOV
(bp))
in bnx2x_iov_init_dq()
1308
if (!
IS_SRIOV
(bp))
in bnx2x_iov_remove_one()
1333
if (!
IS_SRIOV
(bp))
in bnx2x_iov_free_mem()
1360
if (!
IS_SRIOV
(bp))
in bnx2x_iov_alloc_mem()
1533
if (!
IS_SRIOV
(bp))
in bnx2x_iov_link_update()
1545
if (!
IS_SRIOV
(bp)) {
in bnx2x_iov_nic_init()
1634
if (!
IS_SRIOV
(bp))
in bnx2x_iov_chip_cleanup()
1650
if (!
IS_SRIOV
(bp))
in bnx2x_iov_init_ilt()
1742
if (!
IS_SRIOV
(bp))
in bnx2x_iov_eq_sp_event()
1853
if (!
IS_SRIOV
(b
in bnx2x_iov_set_queue_sp_obj()
[all...]
H
A
D
bnx2x.h
1764
#define
IS_SRIOV
(bp) ((bp)->vfdb)
macro
H
A
D
bnx2x_main.c
3418
ether_stat->vf_cnt =
IS_SRIOV
(bp) ? bp->vfdb->sriov.nr_virtfn : 0;
in bnx2x_drv_info_ether_stat()
7986
if (
IS_SRIOV
(bp))
in bnx2x_init_hw_func()
8632
if (
IS_SRIOV
(bp))
in bnx2x_cid_ilt_lines()
10358
if (
IS_SRIOV
(bp) && test_and_clear_bit(BNX2X_SP_RTNL_ENABLE_SRIOV,
in bnx2x_sp_rtnl_task()
13533
if (
IS_SRIOV
(bp))
in bnx2x_set_qm_cid_count()
H
A
D
bnx2x_cmn.c
2268
if (
IS_SRIOV
(bp))
in bnx2x_alloc_fw_stats_mem()
Completed in 62 milliseconds