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:igc_xdp_buff
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc.h
531
struct
igc_xdp_buff
{
struct
H
A
D
igc_main.c
2301
XSK_CHECK_PRIV_TYPE(struct
igc_xdp_buff
);
in igc_alloc_rx_buffers_zc()
2589
struct
igc_xdp_buff
ctx;
in igc_clean_rx_irq()
2757
static struct
igc_xdp_buff
*xsk_buff_to_igc_ctx(struct xdp_buff *xdp)
in xsk_buff_to_igc_ctx()
2760
*
igc_xdp_buff
shares its layout with xdp_buff_xsk and private
in xsk_buff_to_igc_ctx()
2761
*
igc_xdp_buff
fields fall into xdp_buff_xsk->cb
in xsk_buff_to_igc_ctx()
2763
return (struct
igc_xdp_buff
*)xdp;
in xsk_buff_to_igc_ctx()
2784
struct
igc_xdp_buff
*ctx;
in igc_clean_rx_irq_zc()
6660
const struct
igc_xdp_buff
*ctx = (void *)_ctx;
in igc_xdp_rx_hash()
6673
const struct
igc_xdp_buff
*ctx = (void *)_ctx;
in igc_xdp_rx_timestamp()
Completed in 10 milliseconds