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:macsec_ops
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/net/8021q/
H
A
D
vlan_dev.c
827
static const struct
macsec_ops
*vlan_get_macsec_ops(const struct macsec_context *ctx)
in vlan_get_macsec_ops()
829
return vlan_dev_priv(ctx->netdev)->real_dev->
macsec_ops
;
in vlan_get_macsec_ops()
843
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_dev_open()
853
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_dev_stop()
863
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_add_secy()
873
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_upd_secy()
883
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_del_secy()
893
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_add_rxsc()
903
const struct
macsec_ops
*ops = vlan_get_macsec_ops(ctx);
in vlan_macsec_upd_rxsc()
913
const struct
macsec_ops
*op
in vlan_macsec_del_rxsc()
[all...]
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
361
macsec->real_dev->phydev->
macsec_ops
;
in macsec_check_offload()
364
macsec->real_dev->
macsec_ops
;
in macsec_check_offload()
369
static const struct
macsec_ops
*__macsec_get_ops(enum macsec_offload offload,
in __macsec_get_ops()
384
return macsec->real_dev->phydev->
macsec_ops
;
in __macsec_get_ops()
386
return macsec->real_dev->
macsec_ops
;
in __macsec_get_ops()
392
static const struct
macsec_ops
*macsec_get_ops(struct macsec_dev *macsec,
in macsec_get_ops()
1849
const struct
macsec_ops
*ops;
in macsec_add_rxsa()
1942
const struct
macsec_ops
*ops;
in macsec_add_rxsc()
2092
const struct
macsec_ops
*ops;
in macsec_add_txsa()
2169
const struct
macsec_ops
*op
in macsec_del_rxsa()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
344
macsec->real_dev->phydev->
macsec_ops
;
in macsec_check_offload()
347
macsec->real_dev->
macsec_ops
;
in macsec_check_offload()
352
static const struct
macsec_ops
*__macsec_get_ops(enum macsec_offload offload,
in __macsec_get_ops()
367
return macsec->real_dev->phydev->
macsec_ops
;
in __macsec_get_ops()
369
return macsec->real_dev->
macsec_ops
;
in __macsec_get_ops()
375
static const struct
macsec_ops
*macsec_get_ops(struct macsec_dev *macsec,
in macsec_get_ops()
1824
const struct
macsec_ops
*ops;
in macsec_add_rxsa()
1911
const struct
macsec_ops
*ops;
in macsec_add_rxsc()
2067
const struct
macsec_ops
*ops;
in macsec_add_txsa()
2138
const struct
macsec_ops
*op
in macsec_del_rxsa()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
120
extern const struct
macsec_ops
aq_macsec_ops;
H
A
D
aq_macsec.c
1487
const struct
macsec_ops
aq_macsec_ops = {
1527
nic->ndev->
macsec_ops
= &aq_macsec_ops;
in aq_macsec_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
120
extern const struct
macsec_ops
aq_macsec_ops;
H
A
D
aq_macsec.c
1430
const struct
macsec_ops
aq_macsec_ops = {
1470
nic->ndev->
macsec_ops
= &aq_macsec_ops;
in aq_macsec_init()
/kernel/linux/linux-5.10/include/net/
H
A
D
macsec.h
263
* struct
macsec_ops
- MACsec offloading operations
265
struct
macsec_ops
{
struct
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
macsec.c
332
static const struct
macsec_ops
nsim_macsec_ops = {
349
ns->netdev->
macsec_ops
= &nsim_macsec_ops;
in nsim_macsec_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
macsec.h
279
* struct
macsec_ops
- MACsec offloading operations
281
struct
macsec_ops
{
struct
/kernel/linux/linux-5.10/include/linux/
H
A
D
phy.h
468
struct
macsec_ops
;
498
* @
macsec_ops
: MACsec offloading ops.
646
const struct
macsec_ops
*
macsec_ops
;
member
H
A
D
netdevice.h
58
struct
macsec_ops
;
1874
* @
macsec_ops
: MACsec offloading ops
2194
const struct
macsec_ops
*
macsec_ops
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
537
struct
macsec_ops
;
579
* @
macsec_ops
: MACsec offloading ops.
762
const struct
macsec_ops
*
macsec_ops
;
member
H
A
D
netdevice.h
64
struct
macsec_ops
;
2033
* @
macsec_ops
: MACsec offloading ops
2405
const struct
macsec_ops
*
macsec_ops
;
member
/kernel/linux/linux-5.10/drivers/net/phy/mscc/
H
A
D
mscc_macsec.c
968
static const struct
macsec_ops
vsc8584_macsec_ops = {
996
phydev->
macsec_ops
= &vsc8584_macsec_ops;
in vsc8584_macsec_init()
/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H
A
D
mscc_macsec.c
936
static const struct
macsec_ops
vsc8584_macsec_ops = {
964
phydev->
macsec_ops
= &vsc8584_macsec_ops;
in vsc8584_macsec_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
macsec.c
1630
static const struct
macsec_ops
macsec_offload_ops = {
1714
netdev->
macsec_ops
= &macsec_offload_ops;
in mlx5e_macsec_build_netdev()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k_macsec.c
1718
static const struct
macsec_ops
cn10k_mcs_ops = {
1785
pfvf->netdev->
macsec_ops
= &cn10k_mcs_ops;
in cn10k_mcs_init()
Completed in 64 milliseconds