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:from_vf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc_fs.c
1288
bool
from_vf
= !!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK);
in rvu_mbox_handler_npc_install_flow()
local
1334
if (
from_vf
&& req->default_rule)
in rvu_mbox_handler_npc_install_flow()
1346
else if (!
from_vf
&& req->vf) {
in rvu_mbox_handler_npc_install_flow()
1366
if (req->hdr.pcifunc && !
from_vf
&& req->vf)
in rvu_mbox_handler_npc_install_flow()
1394
if (
from_vf
&& !enable)
in rvu_mbox_handler_npc_install_flow()
H
A
D
rvu_nix.c
314
bool
from_vf
;
in nix_interface_init()
local
394
from_vf
= !!(pcifunc & RVU_PFVF_FUNC_MASK);
in nix_interface_init()
401
if (
from_vf
) {
in nix_interface_init()
3978
bool
from_vf
= req->hdr.pcifunc & RVU_PFVF_FUNC_MASK;
in rvu_mbox_handler_nix_set_mac_addr()
local
3991
(
from_vf
&& test_bit(PF_SET_VF_MAC, &pfvf->flags))) {
in rvu_mbox_handler_nix_set_mac_addr()
4002
if (test_bit(PF_SET_VF_TRUSTED, &pfvf->flags) &&
from_vf
)
in rvu_mbox_handler_nix_set_mac_addr()
5082
bool
from_vf
= !!(pcifunc & RVU_PFVF_FUNC_MASK);
in rvu_nix_reset_mac()
local
5085
if (
from_vf
)
in rvu_nix_reset_mac()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_vfpf.c
1075
static int bnx2x_copy32_vf_dmae(struct bnx2x *bp, u8
from_vf
,
in bnx2x_copy32_vf_dmae()
argument
1094
if (
from_vf
) {
in bnx2x_copy32_vf_dmae()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_vfpf.c
1077
static int bnx2x_copy32_vf_dmae(struct bnx2x *bp, u8
from_vf
,
in bnx2x_copy32_vf_dmae()
argument
1096
if (
from_vf
) {
in bnx2x_copy32_vf_dmae()
Completed in 15 milliseconds