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:tx_class_rec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
324
struct aq_mss_egress_class_record
tx_class_rec
= { 0 };
in aq_set_txsc()
local
331
aq_ether_addr_to_mac(
tx_class_rec
.mac_sa, secy->netdev->dev_addr);
in aq_set_txsc()
333
put_unaligned_be64((__force u64)secy->sci,
tx_class_rec
.sci);
in aq_set_txsc()
334
tx_class_rec
.sci_mask = 0;
in aq_set_txsc()
336
tx_class_rec
.sa_mask = 0x3f;
in aq_set_txsc()
338
tx_class_rec
.action = 0; /* forward to SA/SC table */
in aq_set_txsc()
339
tx_class_rec
.valid = 1;
in aq_set_txsc()
341
tx_class_rec
.sc_idx = sc_idx;
in aq_set_txsc()
343
tx_class_rec
.sc_sa = nic->macsec_cfg->sc_sa;
in aq_set_txsc()
345
ret = aq_mss_set_egress_class_record(hw, &
tx_class_rec
, txsc_id
in aq_set_txsc()
508
struct aq_mss_egress_class_record
tx_class_rec
= { 0 };
aq_clear_txsc()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
318
struct aq_mss_egress_class_record
tx_class_rec
= { 0 };
in aq_set_txsc()
local
325
aq_ether_addr_to_mac(
tx_class_rec
.mac_sa, secy->netdev->dev_addr);
in aq_set_txsc()
327
put_unaligned_be64((__force u64)secy->sci,
tx_class_rec
.sci);
in aq_set_txsc()
328
tx_class_rec
.sci_mask = 0;
in aq_set_txsc()
330
tx_class_rec
.sa_mask = 0x3f;
in aq_set_txsc()
332
tx_class_rec
.action = 0; /* forward to SA/SC table */
in aq_set_txsc()
333
tx_class_rec
.valid = 1;
in aq_set_txsc()
335
tx_class_rec
.sc_idx = sc_idx;
in aq_set_txsc()
337
tx_class_rec
.sc_sa = nic->macsec_cfg->sc_sa;
in aq_set_txsc()
339
ret = aq_mss_set_egress_class_record(hw, &
tx_class_rec
, txsc_id
in aq_set_txsc()
496
struct aq_mss_egress_class_record
tx_class_rec
= { 0 };
aq_clear_txsc()
local
[all...]
Completed in 4 milliseconds