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:rx_md_info
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
pci.c
580
cb->
rx_md_info
.tx_port_is_lag = true;
in mlxsw_pci_cqe_rdq_md_tx_port_init()
581
cb->
rx_md_info
.tx_lag_id = mlxsw_pci_cqe2_tx_lag_id_get(cqe);
in mlxsw_pci_cqe_rdq_md_tx_port_init()
582
cb->
rx_md_info
.tx_lag_port_index =
in mlxsw_pci_cqe_rdq_md_tx_port_init()
585
cb->
rx_md_info
.tx_port_is_lag = false;
in mlxsw_pci_cqe_rdq_md_tx_port_init()
586
cb->
rx_md_info
.tx_sys_port =
in mlxsw_pci_cqe_rdq_md_tx_port_init()
590
if (cb->
rx_md_info
.tx_sys_port != MLXSW_PCI_CQE2_TX_PORT_MULTI_PORT &&
in mlxsw_pci_cqe_rdq_md_tx_port_init()
591
cb->
rx_md_info
.tx_sys_port != MLXSW_PCI_CQE2_TX_PORT_INVALID)
in mlxsw_pci_cqe_rdq_md_tx_port_init()
592
cb->
rx_md_info
.tx_port_valid = 1;
in mlxsw_pci_cqe_rdq_md_tx_port_init()
594
cb->
rx_md_info
.tx_port_valid = 0;
in mlxsw_pci_cqe_rdq_md_tx_port_init()
601
cb->
rx_md_info
in mlxsw_pci_cqe_rdq_md_init()
[all...]
H
A
D
spectrum_trap.c
115
u32 cookie_index = mlxsw_skb_cb(skb)->
rx_md_info
.cookie_index;
in mlxsw_sp_rx_acl_drop_listener()
213
const struct mlxsw_rx_md_info *
rx_md_info
)
in mlxsw_sp_sample_tx_port_get()
217
if (!
rx_md_info
->tx_port_valid)
in mlxsw_sp_sample_tx_port_get()
220
if (
rx_md_info
->tx_port_is_lag)
in mlxsw_sp_sample_tx_port_get()
222
rx_md_info
->tx_lag_id,
in mlxsw_sp_sample_tx_port_get()
223
rx_md_info
->tx_lag_port_index);
in mlxsw_sp_sample_tx_port_get()
225
local_port =
rx_md_info
->tx_sys_port;
in mlxsw_sp_sample_tx_port_get()
243
struct mlxsw_rx_md_info *
rx_md_info
= &mlxsw_skb_cb(skb)->
rx_md_info
;
in mlxsw_sp_psample_md_init()
local
248
mlxsw_sp_port = mlxsw_sp_sample_tx_port_get(mlxsw_sp,
rx_md_info
);
in mlxsw_sp_psample_md_init()
212
mlxsw_sp_sample_tx_port_get(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_
rx_md_info
*
rx_md_info
)
mlxsw_sp_sample_tx_port_get()
argument
299
struct mlxsw_
rx_md_info
*
rx_md_info
= &mlxsw_skb_cb(skb)->
rx_md_info
;
mlxsw_sp_rx_sample_tx_listener()
local
[all...]
H
A
D
core.h
570
struct mlxsw_rx_md_info
rx_md_info
;
member
Completed in 5 milliseconds