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:eswitch_mode
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_vfr.c
268
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_close()
288
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_open()
342
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_destroy()
364
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in bnxt_vf_reps_destroy()
366
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_SWITCHDEV;
in bnxt_vf_reps_destroy()
386
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_free()
424
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_alloc()
559
*mode = bp->
eswitch_mode
;
in bnxt_dl_eswitch_mode_get()
569
if (bp->
eswitch_mode
== mode) {
in bnxt_dl_eswitch_mode_set()
597
bp->
eswitch_mode
in bnxt_dl_eswitch_mode_set()
[all...]
H
A
D
bnxt_sriov.c
828
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_sriov_enable()
H
A
D
bnxt_devlink.c
1279
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in bnxt_dl_register()
H
A
D
bnxt.h
2187
enum devlink_eswitch_mode
eswitch_mode
;
member
H
A
D
bnxt.c
13161
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_get_port_parent_id()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_vfr.c
264
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_close()
284
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_open()
324
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_vf_reps_destroy()
341
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in bnxt_vf_reps_destroy()
462
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_SWITCHDEV;
in bnxt_vf_reps_create()
478
*mode = bp->
eswitch_mode
;
in bnxt_dl_eswitch_mode_get()
489
if (bp->
eswitch_mode
== mode) {
in bnxt_dl_eswitch_mode_set()
H
A
D
bnxt_devlink.c
767
bp->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in bnxt_dl_register()
H
A
D
bnxt.h
1999
enum devlink_eswitch_mode
eswitch_mode
;
member
H
A
D
bnxt.c
12206
if (bp->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in bnxt_get_port_parent_id()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_eswitch.c
556
if (pf->
eswitch_mode
== mode)
in ice_eswitch_mode_set()
589
pf->
eswitch_mode
= mode;
in ice_eswitch_mode_set()
602
*mode = pf->
eswitch_mode
;
in ice_eswitch_mode_get()
615
return pf->
eswitch_mode
== DEVLINK_ESWITCH_MODE_SWITCHDEV;
in ice_is_eswitch_mode_switchdev()
624
if (pf->
eswitch_mode
== DEVLINK_ESWITCH_MODE_LEGACY)
in ice_eswitch_release()
639
if (pf->
eswitch_mode
== DEVLINK_ESWITCH_MODE_LEGACY || pf->switchdev.is_running)
in ice_eswitch_configure()
H
A
D
ice.h
558
u16
eswitch_mode
; /* current mode of eswitch */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/
H
A
D
main.c
186
return abm->
eswitch_mode
;
in nfp_abm_eswitch_mode_get()
194
abm->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in nfp_abm_eswitch_set_legacy()
200
if (abm->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_LEGACY)
in nfp_abm_eswitch_clean_up()
230
abm->
eswitch_mode
= DEVLINK_ESWITCH_MODE_SWITCHDEV;
in nfp_abm_eswitch_set_switchdev()
243
if (abm->
eswitch_mode
== mode)
in nfp_abm_eswitch_mode_set()
H
A
D
main.h
56
* @
eswitch_mode
: devlink eswitch mode, advanced functions only visible
80
enum devlink_eswitch_mode
eswitch_mode
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/abm/
H
A
D
main.c
186
return abm->
eswitch_mode
;
in nfp_abm_eswitch_mode_get()
194
abm->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in nfp_abm_eswitch_set_legacy()
200
if (abm->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_LEGACY)
in nfp_abm_eswitch_clean_up()
230
abm->
eswitch_mode
= DEVLINK_ESWITCH_MODE_SWITCHDEV;
in nfp_abm_eswitch_set_switchdev()
243
if (abm->
eswitch_mode
== mode)
in nfp_abm_eswitch_mode_set()
H
A
D
main.h
56
* @
eswitch_mode
: devlink eswitch mode, advanced functions only visible
80
enum devlink_eswitch_mode
eswitch_mode
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
devlink.c
226
u8
eswitch_mode
;
in mlx5_devlink_fs_mode_validate()
local
229
eswitch_mode
= mlx5_eswitch_mode(dev->priv.eswitch);
in mlx5_devlink_fs_mode_validate()
238
else if (
eswitch_mode
== MLX5_ESWITCH_OFFLOADS) {
in mlx5_devlink_fs_mode_validate()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
lio_vf_rep.c
496
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in lio_vf_rep_create()
582
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in lio_vf_rep_destroy()
H
A
D
lio_main.c
3146
*mode = oct->
eswitch_mode
;
in liquidio_eswitch_mode_get()
3165
if (oct->
eswitch_mode
== mode)
in liquidio_eswitch_mode_set()
3170
oct->
eswitch_mode
= mode;
in liquidio_eswitch_mode_set()
3176
oct->
eswitch_mode
= mode;
in liquidio_eswitch_mode_set()
3198
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in liquidio_get_port_parent_id()
3790
octeon_dev->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in setup_nic_devices()
H
A
D
octeon_device.h
608
enum devlink_eswitch_mode
eswitch_mode
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
lio_vf_rep.c
496
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in lio_vf_rep_create()
582
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in lio_vf_rep_destroy()
H
A
D
lio_main.c
3136
*mode = oct->
eswitch_mode
;
in liquidio_eswitch_mode_get()
3155
if (oct->
eswitch_mode
== mode)
in liquidio_eswitch_mode_set()
3160
oct->
eswitch_mode
= mode;
in liquidio_eswitch_mode_set()
3166
oct->
eswitch_mode
= mode;
in liquidio_eswitch_mode_set()
3188
if (oct->
eswitch_mode
!= DEVLINK_ESWITCH_MODE_SWITCHDEV)
in liquidio_get_port_parent_id()
3774
octeon_dev->
eswitch_mode
= DEVLINK_ESWITCH_MODE_LEGACY;
in setup_nic_devices()
H
A
D
octeon_device.h
608
enum devlink_eswitch_mode
eswitch_mode
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
fs_core.c
3297
u8
eswitch_mode
;
in mlx5_fs_mode_validate()
local
3300
eswitch_mode
= mlx5_eswitch_mode(dev);
in mlx5_fs_mode_validate()
3309
else if (
eswitch_mode
== MLX5_ESWITCH_OFFLOADS) {
in mlx5_fs_mode_validate()
Completed in 82 milliseconds