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:mchandle
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bna_tx_rx.c
366
struct bna_mcam_handle *
mchandle
;
in bna_rxf_mchandle_get()
local
368
list_for_each_entry(
mchandle
, &rxf->mcast_handle_q, qe)
in bna_rxf_mchandle_get()
369
if (
mchandle
->handle == handle)
in bna_rxf_mchandle_get()
370
return
mchandle
;
in bna_rxf_mchandle_get()
379
struct bna_mcam_handle *
mchandle
;
in bna_rxf_mchandle_attach()
local
382
mchandle
= bna_rxf_mchandle_get(rxf, handle);
in bna_rxf_mchandle_attach()
383
if (
mchandle
== NULL) {
in bna_rxf_mchandle_attach()
384
mchandle
= bna_mcam_mod_handle_get(&rxf->rx->bna->mcam_mod);
in bna_rxf_mchandle_attach()
385
mchandle
->handle = handle;
in bna_rxf_mchandle_attach()
386
mchandle
in bna_rxf_mchandle_attach()
397
struct bna_mcam_handle *
mchandle
;
bna_rxf_mcast_del()
local
[all...]
H
A
D
bna_types.h
873
struct bna_mcam_handle *
mchandle
; /* num_mcmac entries */
member
H
A
D
bna_enet.c
1817
mcam_mod->
mchandle
= (struct bna_mcam_handle *)
in bna_mcam_mod_init()
1822
list_add_tail(&mcam_mod->
mchandle
[i].qe,
in bna_mcam_mod_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bna_tx_rx.c
366
struct bna_mcam_handle *
mchandle
;
in bna_rxf_mchandle_get()
local
368
list_for_each_entry(
mchandle
, &rxf->mcast_handle_q, qe)
in bna_rxf_mchandle_get()
369
if (
mchandle
->handle == handle)
in bna_rxf_mchandle_get()
370
return
mchandle
;
in bna_rxf_mchandle_get()
379
struct bna_mcam_handle *
mchandle
;
in bna_rxf_mchandle_attach()
local
382
mchandle
= bna_rxf_mchandle_get(rxf, handle);
in bna_rxf_mchandle_attach()
383
if (
mchandle
== NULL) {
in bna_rxf_mchandle_attach()
384
mchandle
= bna_mcam_mod_handle_get(&rxf->rx->bna->mcam_mod);
in bna_rxf_mchandle_attach()
385
mchandle
->handle = handle;
in bna_rxf_mchandle_attach()
386
mchandle
in bna_rxf_mchandle_attach()
397
struct bna_mcam_handle *
mchandle
;
bna_rxf_mcast_del()
local
[all...]
H
A
D
bna_types.h
888
struct bna_mcam_handle *
mchandle
; /* num_mcmac entries */
member
H
A
D
bna_enet.c
1817
mcam_mod->
mchandle
= (struct bna_mcam_handle *)
in bna_mcam_mod_init()
1822
list_add_tail(&mcam_mod->
mchandle
[i].qe,
in bna_mcam_mod_init()
Completed in 17 milliseconds