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:txsc_idx_busy
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
313
if (nic->macsec_cfg->
txsc_idx_busy
& BIT(i))
in aq_mdo_dev_stop()
462
if (hweight32(cfg->
txsc_idx_busy
) >= aq_sc_idx_max(sc_sa))
in aq_mdo_add_secy()
465
txsc_idx = ffz(cfg->
txsc_idx_busy
);
in aq_mdo_add_secy()
479
set_bit(txsc_idx, &cfg->
txsc_idx_busy
);
in aq_mdo_add_secy()
534
clear_bit(txsc_idx, &nic->macsec_cfg->
txsc_idx_busy
);
in aq_clear_txsc()
1345
if (nic->macsec_cfg->
txsc_idx_busy
& BIT(i)) {
in aq_apply_macsec_cfg()
1426
if (!(cfg->
txsc_idx_busy
& BIT(txsc_idx))) {
in aq_check_txsa_expiration()
1646
cnt = hweight_long(nic->macsec_cfg->
txsc_idx_busy
);
in aq_macsec_tx_sc_cnt()
1663
if (!test_bit(i, &cfg->
txsc_idx_busy
))
in aq_macsec_tx_sa_cnt()
1684
if (!(cfg->
txsc_idx_busy
in aq_macsec_update_stats()
[all...]
H
A
D
aq_macsec.h
111
unsigned long
txsc_idx_busy
;
member
H
A
D
aq_ethtool.c
325
if (!(test_bit(i, &nic->macsec_cfg->
txsc_idx_busy
)))
in aq_ethtool_get_strings()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
307
if (nic->macsec_cfg->
txsc_idx_busy
& BIT(i))
in aq_mdo_dev_stop()
456
if (hweight32(cfg->
txsc_idx_busy
) >= aq_sc_idx_max(sc_sa))
in aq_mdo_add_secy()
459
txsc_idx = ffz(cfg->
txsc_idx_busy
);
in aq_mdo_add_secy()
470
set_bit(txsc_idx, &cfg->
txsc_idx_busy
);
in aq_mdo_add_secy()
522
clear_bit(txsc_idx, &nic->macsec_cfg->
txsc_idx_busy
);
in aq_clear_txsc()
1288
if (nic->macsec_cfg->
txsc_idx_busy
& BIT(i)) {
in aq_apply_macsec_cfg()
1369
if (!(cfg->
txsc_idx_busy
& BIT(txsc_idx))) {
in aq_check_txsa_expiration()
1589
cnt = hweight_long(nic->macsec_cfg->
txsc_idx_busy
);
in aq_macsec_tx_sc_cnt()
1606
if (!test_bit(i, &cfg->
txsc_idx_busy
))
in aq_macsec_tx_sa_cnt()
1627
if (!(cfg->
txsc_idx_busy
in aq_macsec_update_stats()
[all...]
H
A
D
aq_macsec.h
111
unsigned long
txsc_idx_busy
;
member
H
A
D
aq_ethtool.c
334
if (!(test_bit(i, &nic->macsec_cfg->
txsc_idx_busy
)))
in aq_ethtool_get_strings()
Completed in 9 milliseconds