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:sw_secy
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
93
const struct macsec_secy *
sw_secy
;
member
102
const struct macsec_secy *
sw_secy
;
member
H
A
D
aq_macsec.c
58
if (macsec_cfg->aq_txsc[i].
sw_secy
== secy)
in aq_get_txsc_idx_from_secy()
314
aq_clear_secy(nic, nic->macsec_cfg->aq_txsc[i].
sw_secy
,
in aq_mdo_dev_stop()
325
const struct macsec_secy *secy = aq_txsc->
sw_secy
;
in aq_set_txsc()
474
cfg->aq_txsc[txsc_idx].
sw_secy
= secy;
in aq_mdo_add_secy()
535
nic->macsec_cfg->aq_txsc[txsc_idx].
sw_secy
= NULL;
in aq_clear_txsc()
716
const struct macsec_secy *secy = aq_rxsc->
sw_secy
;
in aq_set_rxsc()
789
cfg->aq_rxsc[rxsc_idx].
sw_secy
= ctx->secy;
in aq_mdo_add_rxsc()
862
rx_sc->
sw_secy
= NULL;
in aq_clear_rxsc()
1124
secy = aq_txsc->
sw_secy
;
in aq_mdo_get_tx_sa_stats()
1231
const struct macsec_secy *secy = aq_txsc->
sw_secy
;
in apply_txsc_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
93
const struct macsec_secy *
sw_secy
;
member
102
const struct macsec_secy *
sw_secy
;
member
H
A
D
aq_macsec.c
58
if (macsec_cfg->aq_txsc[i].
sw_secy
== secy)
in aq_get_txsc_idx_from_secy()
308
aq_clear_secy(nic, nic->macsec_cfg->aq_txsc[i].
sw_secy
,
in aq_mdo_dev_stop()
319
const struct macsec_secy *secy = aq_txsc->
sw_secy
;
in aq_set_txsc()
465
cfg->aq_txsc[txsc_idx].
sw_secy
= secy;
in aq_mdo_add_secy()
523
nic->macsec_cfg->aq_txsc[txsc_idx].
sw_secy
= NULL;
in aq_clear_txsc()
692
const struct macsec_secy *secy = aq_rxsc->
sw_secy
;
in aq_set_rxsc()
762
cfg->aq_rxsc[rxsc_idx].
sw_secy
= ctx->secy;
in aq_mdo_add_rxsc()
832
rx_sc->
sw_secy
= NULL;
in aq_clear_rxsc()
1073
secy = aq_txsc->
sw_secy
;
in aq_mdo_get_tx_sa_stats()
1174
const struct macsec_secy *secy = aq_txsc->
sw_secy
;
in apply_txsc_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k_macsec.c
102
if (txsc->
sw_secy
== secy)
in cn10k_mcs_get_txsc()
116
if (rxsc->sw_rxsc == rx_sc && rxsc->
sw_secy
== secy)
in cn10k_mcs_get_rxsc()
315
struct macsec_secy *secy = rxsc->
sw_secy
;
in cn10k_mcs_write_rx_flowid()
968
cn10k_mcs_write_tx_sa_plcy(pfvf, txsc->
sw_secy
,
in cn10k_mcs_delete_txsc()
1024
cn10k_mcs_write_rx_sa_plcy(pfvf, rxsc->
sw_secy
, rxsc,
in cn10k_mcs_delete_rxsc()
1228
txsc->
sw_secy
= secy;
in cn10k_mdo_add_secy()
1413
rxsc->
sw_secy
= ctx->secy;
in cn10k_mdo_add_rxsc()
1758
secy = txsc->
sw_secy
;
in cn10k_handle_mcs_event()
H
A
D
otx2_common.h
406
struct macsec_secy *
sw_secy
;
member
425
struct macsec_secy *
sw_secy
;
member
Completed in 10 milliseconds