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:xdp_hw
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
main.c
47
xdp_running = running && nn->
xdp_hw
.prog;
in nfp_bpf_xdp_offload()
191
if (nn->
xdp_hw
.prog) {
in nfp_bpf_check_mtu()
192
prog = nn->
xdp_hw
.prog;
in nfp_bpf_check_mtu()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
main.c
47
xdp_running = running && nn->
xdp_hw
.prog;
in nfp_bpf_xdp_offload()
191
if (nn->
xdp_hw
.prog) {
in nfp_bpf_check_mtu()
192
prog = nn->
xdp_hw
.prog;
in nfp_bpf_check_mtu()
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
bpf.c
89
return ns->
xdp_hw
.prog;
in nsim_xdp_offload_active()
570
return nsim_xdp_set_prog(ns, bpf, &ns->
xdp_hw
);
in nsim_bpf()
654
WARN_ON(ns->
xdp_hw
.prog);
in nsim_bpf_uninit()
H
A
D
netdevsim.h
76
struct xdp_attachment_info
xdp_hw
;
member
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
bpf.c
89
return ns->
xdp_hw
.prog;
in nsim_xdp_offload_active()
566
return nsim_xdp_set_prog(ns, bpf, &ns->
xdp_hw
);
in nsim_bpf()
650
WARN_ON(ns->
xdp_hw
.prog);
in nsim_bpf_uninit()
H
A
D
netdevsim.h
109
struct xdp_attachment_info
xdp_hw
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net.h
546
* @
xdp_hw
: Information about the HW XDP program
621
struct xdp_attachment_info
xdp_hw
;
member
H
A
D
nfp_net_common.c
3597
xdp_attachment_setup(&nn->
xdp_hw
, bpf);
in nfp_net_xdp_setup_hw()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net.h
560
* @
xdp_hw
: Information about the HW XDP program
644
struct xdp_attachment_info
xdp_hw
;
member
H
A
D
nfp_net_common.c
2032
xdp_attachment_setup(&nn->
xdp_hw
, bpf);
in nfp_net_xdp_setup_hw()
Completed in 18 milliseconds