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:traffic_type
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.h
89
u32
traffic_type
;
member
H
A
D
bnx2x_dcb.c
221
enum
traffic_type
type = MAX_TRAFFIC_TYPE;
in bnx2x_dcbx_get_ap_feature()
921
(TRAFFIC_TYPE_ETH == table[i].
traffic_type
))
in bnx2x_dcbx_admin_mib_updated_params()
924
(TRAFFIC_TYPE_PORT == table[i].
traffic_type
))
in bnx2x_dcbx_admin_mib_updated_params()
939
(TRAFFIC_TYPE_ETH == table[i].
traffic_type
) ?
in bnx2x_dcbx_admin_mib_updated_params()
2262
app_ent->
traffic_type
= TRAFFIC_TYPE_ETH;
in bnx2x_admin_app_set_ent()
2265
app_ent->
traffic_type
= TRAFFIC_TYPE_PORT;
in bnx2x_admin_app_set_ent()
2283
if (app_ent->
traffic_type
!= TRAFFIC_TYPE_ETH)
in bnx2x_admin_app_is_equal()
2287
if (app_ent->
traffic_type
!= TRAFFIC_TYPE_PORT)
in bnx2x_admin_app_is_equal()
H
A
D
bnx2x_vfpf.h
286
u8
traffic_type
; /* see in setup_context() */
member
H
A
D
bnx2x_sp.h
999
u16
traffic_type
;
member
H
A
D
bnx2x_vfpf.c
659
req->txq.
traffic_type
= LLFC_TRAFFIC_TYPE_NW;
in bnx2x_vfpf_setup_q()
1580
txq_params->
traffic_type
= setup_q->txq.
traffic_type
;
in bnx2x_vf_mbx_setup_q()
H
A
D
bnx2x_hsi.h
3626
u8
traffic_type
;
member
5933
enum
traffic_type
{
enum
H
A
D
bnx2x_sriov.c
139
setup_params->txq_params.
traffic_type
);
in bnx2x_vfop_qctor_dump_tx()
H
A
D
bnx2x_sp.c
4817
gen_data->
traffic_type
=
in bnx2x_q_fill_init_general_data()
H
A
D
bnx2x_main.c
3287
txq_init->
traffic_type
= LLFC_TRAFFIC_TYPE_NW;
in bnx2x_pf_tx_q_prep()
3298
txq_init->
traffic_type
= LLFC_TRAFFIC_TYPE_FCOE;
in bnx2x_pf_tx_q_prep()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.h
89
u32
traffic_type
;
member
H
A
D
bnx2x_dcb.c
221
enum
traffic_type
type = MAX_TRAFFIC_TYPE;
in bnx2x_dcbx_get_ap_feature()
921
(TRAFFIC_TYPE_ETH == table[i].
traffic_type
))
in bnx2x_dcbx_admin_mib_updated_params()
924
(TRAFFIC_TYPE_PORT == table[i].
traffic_type
))
in bnx2x_dcbx_admin_mib_updated_params()
939
(TRAFFIC_TYPE_ETH == table[i].
traffic_type
) ?
in bnx2x_dcbx_admin_mib_updated_params()
2262
app_ent->
traffic_type
= TRAFFIC_TYPE_ETH;
in bnx2x_admin_app_set_ent()
2265
app_ent->
traffic_type
= TRAFFIC_TYPE_PORT;
in bnx2x_admin_app_set_ent()
2283
if (app_ent->
traffic_type
!= TRAFFIC_TYPE_ETH)
in bnx2x_admin_app_is_equal()
2287
if (app_ent->
traffic_type
!= TRAFFIC_TYPE_PORT)
in bnx2x_admin_app_is_equal()
H
A
D
bnx2x_vfpf.h
286
u8
traffic_type
; /* see in setup_context() */
member
H
A
D
bnx2x_sp.h
999
u16
traffic_type
;
member
H
A
D
bnx2x_vfpf.c
661
req->txq.
traffic_type
= LLFC_TRAFFIC_TYPE_NW;
in bnx2x_vfpf_setup_q()
1582
txq_params->
traffic_type
= setup_q->txq.
traffic_type
;
in bnx2x_vf_mbx_setup_q()
H
A
D
bnx2x_hsi.h
3626
u8
traffic_type
;
member
5933
enum
traffic_type
{
enum
H
A
D
bnx2x_sriov.c
139
setup_params->txq_params.
traffic_type
);
in bnx2x_vfop_qctor_dump_tx()
H
A
D
bnx2x_sp.c
4817
gen_data->
traffic_type
=
in bnx2x_q_fill_init_general_data()
H
A
D
bnx2x_main.c
3285
txq_init->
traffic_type
= LLFC_TRAFFIC_TYPE_NW;
in bnx2x_pf_tx_q_prep()
3296
txq_init->
traffic_type
= LLFC_TRAFFIC_TYPE_FCOE;
in bnx2x_pf_tx_q_prep()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.h
1137
enum
traffic_type
{
enum
1194
/* see, enum
traffic_type
*/
1195
u8
traffic_type
;
member
H
A
D
wmi.c
2553
(params->
traffic_type
== TRAFFIC_TYPE_APERIODIC ||
in ath6kl_wmi_create_pstream_cmd()
2554
params->
traffic_type
== TRAFFIC_TYPE_PERIODIC) &&
in ath6kl_wmi_create_pstream_cmd()
H
A
D
debug.c
1436
if (kstrtou8(token, 0, &pstream.
traffic_type
))
in ath6kl_create_qos_write()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.h
1137
enum
traffic_type
{
enum
1194
/* see, enum
traffic_type
*/
1195
u8
traffic_type
;
member
H
A
D
wmi.c
2539
(params->
traffic_type
== TRAFFIC_TYPE_APERIODIC ||
in ath6kl_wmi_create_pstream_cmd()
2540
params->
traffic_type
== TRAFFIC_TYPE_PERIODIC) &&
in ath6kl_wmi_create_pstream_cmd()
H
A
D
debug.c
1436
if (kstrtou8(token, 0, &pstream.
traffic_type
))
in ath6kl_create_qos_write()
Completed in 132 milliseconds