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:allow_rx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/mctp/
H
A
D
mctp-i2c.c
77
/* Spinlock protects i2c_lock_count, release_count,
allow_rx
*/
82
bool
allow_rx
;
member
329
if (midev->
allow_rx
) {
in mctp_i2c_recv()
768
midev->
allow_rx
= false;
in mctp_i2c_unregister()
796
midev->
allow_rx
= true;
in mctp_i2c_ndo_open()
848
midev->
allow_rx
= false;
in mctp_i2c_add_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H
A
D
dr_action.c
1551
action->rewrite.
allow_rx
= 0;
in dr_action_modify_check_set_field_limitation()
1566
if (!action->rewrite.
allow_rx
&& !action->rewrite.allow_tx) {
in dr_action_modify_check_set_field_limitation()
1606
action->rewrite.
allow_rx
= 0;
in dr_action_modify_check_copy_field_limitation()
1622
if (!action->rewrite.
allow_rx
&& !action->rewrite.allow_tx) {
in dr_action_modify_check_copy_field_limitation()
1693
action->rewrite.
allow_rx
= 1;
in dr_actions_convert_modify_header()
H
A
D
dr_types.h
742
u8
allow_rx
:1;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H
A
D
dr_action.c
1756
action->rewrite->
allow_rx
= 0;
in dr_action_modify_check_set_field_limitation()
1771
if (!action->rewrite->
allow_rx
&& !action->rewrite->allow_tx) {
in dr_action_modify_check_set_field_limitation()
1811
action->rewrite->
allow_rx
= 0;
in dr_action_modify_check_copy_field_limitation()
1827
if (!action->rewrite->
allow_rx
&& !action->rewrite->allow_tx) {
in dr_action_modify_check_copy_field_limitation()
1899
action->rewrite->
allow_rx
= 1;
in dr_actions_convert_modify_header()
H
A
D
dr_types.h
1043
u8
allow_rx
:1;
member
Completed in 19 milliseconds