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:n_xdp_channels
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
170
efx->
n_xdp_channels
= 0;
in efx_allocate_msix_channels()
177
efx->
n_xdp_channels
= 0;
in efx_allocate_msix_channels()
181
efx->
n_xdp_channels
= n_xdp_ev;
in efx_allocate_msix_channels()
204
n_channels -= efx->
n_xdp_channels
;
in efx_allocate_msix_channels()
291
efx->
n_xdp_channels
= 0;
in efx_probe_interrupts()
312
efx->
n_xdp_channels
= 0;
in efx_probe_interrupts()
666
!WARN_ON_ONCE(!efx->
n_xdp_channels
)) {
in efx_get_channel_name()
H
A
D
net_driver.h
878
* @
n_xdp_channels
: Number of channels used for XDP TX
1045
unsigned int
n_xdp_channels
;
member
1555
EFX_WARN_ON_ONCE_PARANOID(index >= efx->
n_xdp_channels
);
in efx_get_xdp_channel()
1562
channel->efx->
n_xdp_channels
;
in efx_channel_is_xdp_tx()
H
A
D
ef100_netdev.c
43
tx_vis += efx->
n_xdp_channels
* efx->xdp_tx_per_channel;
in ef100_alloc_vis()
H
A
D
ef10.c
1149
efx->
n_xdp_channels
* efx->xdp_tx_per_channel);
in efx_ef10_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
188
efx->
n_xdp_channels
= n_xdp_ev;
in efx_allocate_msix_channels()
196
efx->
n_xdp_channels
= 0;
in efx_allocate_msix_channels()
215
n_channels -= efx->
n_xdp_channels
;
in efx_allocate_msix_channels()
302
efx->
n_xdp_channels
= 0;
in efx_probe_interrupts()
324
efx->
n_xdp_channels
= 0;
in efx_probe_interrupts()
687
!WARN_ON_ONCE(!efx->
n_xdp_channels
)) {
in efx_get_channel_name()
H
A
D
net_driver.h
869
* @
n_xdp_channels
: Number of channels used for XDP TX
1039
unsigned int
n_xdp_channels
;
member
1567
EFX_WARN_ON_ONCE_PARANOID(index >= efx->
n_xdp_channels
);
in efx_get_xdp_channel()
1574
channel->efx->
n_xdp_channels
;
in efx_channel_is_xdp_tx()
H
A
D
ef100_netdev.c
48
tx_vis += efx->
n_xdp_channels
* efx->xdp_tx_per_channel;
in ef100_alloc_vis()
H
A
D
ef10.c
1149
efx->
n_xdp_channels
* efx->xdp_tx_per_channel);
in efx_ef10_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_channels.c
189
efx->
n_xdp_channels
= n_xdp_ev;
in efx_allocate_msix_channels()
197
efx->
n_xdp_channels
= 0;
in efx_allocate_msix_channels()
216
n_channels -= efx->
n_xdp_channels
;
in efx_allocate_msix_channels()
303
efx->
n_xdp_channels
= 0;
in efx_siena_probe_interrupts()
325
efx->
n_xdp_channels
= 0;
in efx_siena_probe_interrupts()
690
!WARN_ON_ONCE(!efx->
n_xdp_channels
)) {
in efx_get_channel_name()
H
A
D
net_driver.h
837
* @
n_xdp_channels
: Number of channels used for XDP TX
1005
unsigned int
n_xdp_channels
;
member
1520
EFX_WARN_ON_ONCE_PARANOID(index >= efx->
n_xdp_channels
);
in efx_get_xdp_channel()
1527
channel->efx->
n_xdp_channels
;
in efx_channel_is_xdp_tx()
Completed in 25 milliseconds