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:gen_tlvs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_main.c
3091
struct qed_generic_tlvs
gen_tlvs
;
in qed_fill_generic_tlv_data()
local
3095
memset(&
gen_tlvs
, 0, sizeof(
gen_tlvs
));
in qed_fill_generic_tlv_data()
3096
op->get_generic_tlv_data(cdev->ops_cookie, &
gen_tlvs
);
in qed_fill_generic_tlv_data()
3098
if (
gen_tlvs
.feat_flags & QED_TLV_IP_CSUM)
in qed_fill_generic_tlv_data()
3100
if (
gen_tlvs
.feat_flags & QED_TLV_LSO)
in qed_fill_generic_tlv_data()
3105
if (is_valid_ether_addr(
gen_tlvs
.mac[i])) {
in qed_fill_generic_tlv_data()
3106
ether_addr_copy(tlv->mac[i],
gen_tlvs
.mac[i]);
in qed_fill_generic_tlv_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_main.c
3135
struct qed_generic_tlvs
gen_tlvs
;
in qed_fill_generic_tlv_data()
local
3139
memset(&
gen_tlvs
, 0, sizeof(
gen_tlvs
));
in qed_fill_generic_tlv_data()
3140
op->get_generic_tlv_data(cdev->ops_cookie, &
gen_tlvs
);
in qed_fill_generic_tlv_data()
3142
if (
gen_tlvs
.feat_flags & QED_TLV_IP_CSUM)
in qed_fill_generic_tlv_data()
3144
if (
gen_tlvs
.feat_flags & QED_TLV_LSO)
in qed_fill_generic_tlv_data()
3149
if (is_valid_ether_addr(
gen_tlvs
.mac[i])) {
in qed_fill_generic_tlv_data()
3150
ether_addr_copy(tlv->mac[i],
gen_tlvs
.mac[i]);
in qed_fill_generic_tlv_data()
Completed in 14 milliseconds