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:soft_mac_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_main.c
1511
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
in hns_dsaf_find_soft_mac_entry()
local
1514
soft_mac_entry
= priv->soft_mac_tbl;
in hns_dsaf_find_soft_mac_entry()
1517
if ((
soft_mac_entry
->index != DSAF_INVALID_ENTRY_IDX) &&
in hns_dsaf_find_soft_mac_entry()
1518
(
soft_mac_entry
->tcam_key.high.val == mac_key->high.val) &&
in hns_dsaf_find_soft_mac_entry()
1519
(
soft_mac_entry
->tcam_key.low.val == mac_key->low.val))
in hns_dsaf_find_soft_mac_entry()
1521
return
soft_mac_entry
->index;
in hns_dsaf_find_soft_mac_entry()
1523
soft_mac_entry
++;
in hns_dsaf_find_soft_mac_entry()
1536
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
in hns_dsaf_find_empty_mac_entry()
local
1539
soft_mac_entry
= priv->soft_mac_tbl;
in hns_dsaf_find_empty_mac_entry()
1542
if (
soft_mac_entry
in hns_dsaf_find_empty_mac_entry()
1559
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
hns_dsaf_find_empty_mac_entry_reverse()
local
1621
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_set_mac_uc_entry()
local
1760
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_add_mac_mc_port()
local
1868
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_del_mac_entry()
local
1916
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_del_mac_mc_port()
local
2022
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
hns_dsaf_clr_mac_mc_port()
local
2770
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
set_promisc_tcam_enable()
local
2872
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
set_promisc_tcam_disable()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_main.c
1511
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
in hns_dsaf_find_soft_mac_entry()
local
1514
soft_mac_entry
= priv->soft_mac_tbl;
in hns_dsaf_find_soft_mac_entry()
1517
if ((
soft_mac_entry
->index != DSAF_INVALID_ENTRY_IDX) &&
in hns_dsaf_find_soft_mac_entry()
1518
(
soft_mac_entry
->tcam_key.high.val == mac_key->high.val) &&
in hns_dsaf_find_soft_mac_entry()
1519
(
soft_mac_entry
->tcam_key.low.val == mac_key->low.val))
in hns_dsaf_find_soft_mac_entry()
1521
return
soft_mac_entry
->index;
in hns_dsaf_find_soft_mac_entry()
1523
soft_mac_entry
++;
in hns_dsaf_find_soft_mac_entry()
1536
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
in hns_dsaf_find_empty_mac_entry()
local
1539
soft_mac_entry
= priv->soft_mac_tbl;
in hns_dsaf_find_empty_mac_entry()
1542
if (
soft_mac_entry
in hns_dsaf_find_empty_mac_entry()
1559
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
hns_dsaf_find_empty_mac_entry_reverse()
local
1621
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_set_mac_uc_entry()
local
1760
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_add_mac_mc_port()
local
1868
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_del_mac_entry()
local
1916
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
= priv->soft_mac_tbl;
hns_dsaf_del_mac_mc_port()
local
2022
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
hns_dsaf_clr_mac_mc_port()
local
2770
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
set_promisc_tcam_enable()
local
2872
struct dsaf_drv_soft_mac_tbl *
soft_mac_entry
;
set_promisc_tcam_disable()
local
[all...]
Completed in 6 milliseconds