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:repr_cap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_repr.c
321
u32
repr_cap
= nn->tlv_caps.
repr_cap
;
in nfp_repr_init()
local
339
if (
repr_cap
& NFP_NET_CFG_CTRL_LIVE_ADDR)
in nfp_repr_init()
343
if (
repr_cap
& NFP_NET_CFG_CTRL_RXCSUM_ANY)
in nfp_repr_init()
345
if (
repr_cap
& NFP_NET_CFG_CTRL_TXCSUM)
in nfp_repr_init()
347
if (
repr_cap
& NFP_NET_CFG_CTRL_GATHER)
in nfp_repr_init()
349
if ((
repr_cap
& NFP_NET_CFG_CTRL_LSO && nn->fw_ver.major > 2) ||
in nfp_repr_init()
350
repr_cap
& NFP_NET_CFG_CTRL_LSO2)
in nfp_repr_init()
352
if (
repr_cap
& NFP_NET_CFG_CTRL_RSS_ANY)
in nfp_repr_init()
354
if (
repr_cap
in nfp_repr_init()
[all...]
H
A
D
nfp_net_ctrl.c
124
caps->
repr_cap
= readl(data);
in nfp_net_tlv_caps_parse()
H
A
D
nfp_net_ctrl.h
546
* @
repr_cap
: capabilities for representors
558
u32
repr_cap
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_repr.c
322
u32
repr_cap
= nn->tlv_caps.
repr_cap
;
in nfp_repr_init()
local
340
if (
repr_cap
& NFP_NET_CFG_CTRL_LIVE_ADDR)
in nfp_repr_init()
344
if (
repr_cap
& NFP_NET_CFG_CTRL_RXCSUM_ANY)
in nfp_repr_init()
346
if (
repr_cap
& NFP_NET_CFG_CTRL_TXCSUM)
in nfp_repr_init()
348
if (
repr_cap
& NFP_NET_CFG_CTRL_GATHER)
in nfp_repr_init()
350
if ((
repr_cap
& NFP_NET_CFG_CTRL_LSO && nn->fw_ver.major > 2) ||
in nfp_repr_init()
351
repr_cap
& NFP_NET_CFG_CTRL_LSO2)
in nfp_repr_init()
353
if (
repr_cap
& NFP_NET_CFG_CTRL_RSS_ANY)
in nfp_repr_init()
355
if (
repr_cap
in nfp_repr_init()
[all...]
H
A
D
nfp_net_ctrl.c
124
caps->
repr_cap
= readl(data);
in nfp_net_tlv_caps_parse()
H
A
D
nfp_net_ctrl.h
520
* @
repr_cap
: capabilities for representors
532
u32
repr_cap
;
member
Completed in 5 milliseconds