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_afvf
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
304
type =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_bp_disable()
391
type =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_bp_enable()
1147
intf =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_lf_alloc()
1321
if (
is_afvf
(pcifunc)) {/* LBK links */
in nix_get_tx_link()
1338
if (
is_afvf
(pcifunc)) { /* LBK links */
in nix_get_txschq_range()
2049
if (
is_afvf
(pcifunc))
in nix_update_bcast_mce_list()
2915
if (
is_afvf
(pcifunc))
in rvu_mbox_handler_nix_rxvlan_alloc()
H
A
D
rvu.h
420
static inline int
is_afvf
(u16 pcifunc)
in is_afvf()
function
H
A
D
rvu_npc.c
381
if (
is_afvf
(pcifunc))
in rvu_npc_install_ucast_entry()
439
if ((pcifunc & RVU_PFVF_FUNC_MASK) && !
is_afvf
(pcifunc))
in rvu_npc_install_promisc_entry()
523
if (
is_afvf
(pcifunc))
in rvu_npc_install_bcast_match_entry()
H
A
D
rvu.c
1221
} else if (
is_afvf
(pcifunc)) {
in rvu_get_nix_blkaddr()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc.c
420
if (is_pffunc_af(owner) ||
is_afvf
(target_func) ||
in npc_fixup_vf_rule()
623
if (
is_afvf
(pcifunc) || is_sdp_vf(pcifunc))
in rvu_npc_install_ucast_entry()
788
if (
is_afvf
(pcifunc))
in rvu_npc_install_bcast_match_entry()
868
if (
is_afvf
(pcifunc) && is_sdp_vf(pcifunc))
in rvu_npc_install_allmulti_entry()
H
A
D
rvu_nix.c
491
type =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_bp_disable()
593
type =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_bp_enable()
1504
intf =
is_afvf
(pcifunc) ? NIX_INTF_TYPE_LBK : NIX_INTF_TYPE_CGX;
in rvu_mbox_handler_nix_lf_alloc()
1880
if (
is_afvf
(pcifunc)) {/* LBK links */
in nix_get_tx_link()
1897
if (
is_afvf
(pcifunc)) { /* LBK links */
in nix_get_txschq_range()
3135
if (
is_afvf
(pcifunc) || is_sdp_pfvf(pcifunc))
in nix_update_mce_rule()
3450
if (
is_afvf
(pcifunc))
in rvu_mbox_handler_nix_get_hw_info()
4167
if (
is_afvf
(pcifunc))
in rvu_mbox_handler_nix_set_hw_frs()
H
A
D
rvu.h
718
static inline bool
is_afvf
(u16 pcifunc)
in is_afvf()
function
H
A
D
rvu.c
1484
} else if (
is_afvf
(pcifunc)) {
in rvu_get_nix_blkaddr()
2034
if ((pcifunc & RVU_PFVF_FUNC_MASK) ||
is_afvf
(pcifunc))
in rvu_mbox_handler_set_vf_perm()
Completed in 32 milliseconds