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:feup
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_resources.c
69
context->pri_path.
feup
= MLX4_FEUP_FORCE_ETH_UP;
in mlx4_en_fill_qp_context()
H
A
D
resource_tracker.c
126
u8
feup
;
member
834
qpc->pri_path.
feup
|= MLX4_FEUP_FORCE_ETH_UP | MLX4_FVL_FORCE_ETH_VLAN;
in update_vport_qp_param()
840
qpc->pri_path.
feup
|= MLX4_FSM_FORCE_ETH_SRC_MAC;
in update_vport_qp_param()
2987
qp->
feup
= 0;
in mlx4_RST2INIT_QP_wrapper()
3834
u8 orig_feup = qpc->pri_path.
feup
;
in mlx4_INIT2RTR_QP_wrapper()
3875
qp->
feup
= orig_feup;
in mlx4_INIT2RTR_QP_wrapper()
5366
upd_context->qp_context.pri_path.
feup
= qp->
feup
;
in mlx4_vf_immed_vlan_work_handler()
5381
upd_context->qp_context.pri_path.
feup
=
in mlx4_vf_immed_vlan_work_handler()
5382
qp->
feup
| MLX4_FEUP_FORCE_ETH_U
in mlx4_vf_immed_vlan_work_handler()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_resources.c
69
context->pri_path.
feup
= MLX4_FEUP_FORCE_ETH_UP;
in mlx4_en_fill_qp_context()
H
A
D
resource_tracker.c
126
u8
feup
;
member
834
qpc->pri_path.
feup
|= MLX4_FEUP_FORCE_ETH_UP | MLX4_FVL_FORCE_ETH_VLAN;
in update_vport_qp_param()
840
qpc->pri_path.
feup
|= MLX4_FSM_FORCE_ETH_SRC_MAC;
in update_vport_qp_param()
2988
qp->
feup
= 0;
in mlx4_RST2INIT_QP_wrapper()
3835
u8 orig_feup = qpc->pri_path.
feup
;
in mlx4_INIT2RTR_QP_wrapper()
3876
qp->
feup
= orig_feup;
in mlx4_INIT2RTR_QP_wrapper()
5367
upd_context->qp_context.pri_path.
feup
= qp->
feup
;
in mlx4_vf_immed_vlan_work_handler()
5382
upd_context->qp_context.pri_path.
feup
=
in mlx4_vf_immed_vlan_work_handler()
5383
qp->
feup
| MLX4_FEUP_FORCE_ETH_U
in mlx4_vf_immed_vlan_work_handler()
[all...]
/kernel/linux/linux-5.10/include/linux/mlx4/
H
A
D
qp.h
155
u8
feup
;
member
182
enum { /*
feup
*/
/kernel/linux/linux-6.6/include/linux/mlx4/
H
A
D
qp.h
155
u8
feup
;
member
182
enum { /*
feup
*/
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
1788
path->
feup
|= MLX4_FEUP_FORCE_ETH_UP;
in _mlx4_set_path()
1816
path->
feup
|= MLX4_FVL_FORCE_ETH_VLAN;
in _mlx4_set_path()
2427
context->pri_path.
feup
= 1 << 7; /* don't fsm */
in __mlx4_ib_modify_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
1821
path->
feup
|= MLX4_FEUP_FORCE_ETH_UP;
in _mlx4_set_path()
1849
path->
feup
|= MLX4_FVL_FORCE_ETH_VLAN;
in _mlx4_set_path()
2460
context->pri_path.
feup
= 1 << 7; /* don't fsm */
in __mlx4_ib_modify_qp()
Completed in 39 milliseconds