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:IS_VF
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.h
17
#define
IS_VF
(cdev) ((cdev)->b_is_vf)
macro
21
#define
IS_VF
(cdev) (0)
macro
H
A
D
qed_main.c
624
if ((IS_PF(cdev) && rc > 0) || (
IS_VF
(cdev) && rc == cnt)) {
in qed_enable_msix()
1129
if (cdev->num_hwfns > 1 ||
IS_VF
(cdev))
in qed_update_pf_params()
1189
if (
IS_VF
(cdev))
in qed_slowpath_wq_stop()
1240
if (
IS_VF
(cdev))
in qed_slowpath_wq_start()
1700
if (
IS_VF
(cdev)) {
in qed_set_link()
2261
if (
IS_VF
(cdev))
in qed_drain()
2851
if (
IS_VF
(cdev))
in qed_update_wol()
2875
if (
IS_VF
(cdev))
in qed_update_drv_state()
2897
if (
IS_VF
(cdev))
in qed_update_mac()
2921
if (
IS_VF
(cde
in qed_update_mtu()
[all...]
H
A
D
qed_l2.c
226
if (
IS_VF
(p_hwfn->cdev)) {
in _qed_eth_queue_to_cid()
418
if (
IS_VF
(p_hwfn->cdev)) {
in qed_sp_vport_start()
670
if (
IS_VF
(p_hwfn->cdev)) {
in qed_sp_vport_update()
751
if (
IS_VF
(p_hwfn->cdev))
in qed_sp_vport_stop()
811
if (
IS_VF
(cdev)) {
in qed_filter_accept_cmd()
1550
if (
IS_VF
(cdev)) {
in qed_filter_mcast_cmd()
1577
if (
IS_VF
(cdev)) {
in qed_filter_ucast_cmd()
2155
if (
IS_VF
(p_hwfn->cdev)) {
in qed_get_queue_coalesce()
2276
if (
IS_VF
(cdev))
in qed_fill_eth_dev_info()
2289
if (
IS_VF
(cde
in qed_register_eth_ops()
[all...]
H
A
D
qed_dev.c
133
if (
IS_VF
(cdev)) {
in qed_db_recovery_add()
180
if (
IS_VF
(cdev)) {
in qed_db_recovery_del()
1269
if (
IS_VF
(p_hwfn->cdev))
in qed_hw_bar_size()
1349
if (
IS_VF
(cdev)) {
in qed_resc_free()
2155
if (
IS_VF
(cdev)) {
in qed_resc_alloc()
2361
if (
IS_VF
(cdev)) {
in qed_resc_setup()
3013
if (
IS_VF
(cdev)) {
in qed_hw_init()
3273
if (
IS_VF
(cdev)) {
in qed_hw_stop()
3384
if (
IS_VF
(cdev)) {
in qed_hw_stop_fastpath()
3418
if (
IS_VF
(p_hwf
in qed_hw_start_fastpath()
[all...]
H
A
D
qed_mcp.c
1638
if (
IS_VF
(p_hwfn->cdev))
in qed_get_process_kill_counter()
2098
if (
IS_VF
(p_hwfn->cdev)) {
in qed_mcp_get_mfw_ver()
2137
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_mbi_ver()
2167
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_media_type()
2198
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_transceiver_data()
2354
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_board_config()
2585
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_flash_size()
H
A
D
qed_int.c
1481
if (
IS_VF
(p_hwfn->cdev))
in qed_int_cau_conf_pi()
1703
if (
IS_VF
(p_hwfn->cdev)) {
in qed_int_sb_release()
1881
if (
IS_VF
(p_hwfn->cdev))
in qed_int_igu_disable_int()
H
A
D
qed_init_ops.c
192
if (
IS_VF
(p_hwfn->cdev))
in qed_init_alloc()
H
A
D
qed_sp_commands.c
490
if (
IS_VF
(p_hwfn->cdev))
in qed_sp_pf_update_tunn_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.h
17
#define
IS_VF
(cdev) ((cdev)->b_is_vf)
macro
21
#define
IS_VF
(cdev) (0)
macro
H
A
D
qed_main.c
591
if ((IS_PF(cdev) && rc > 0) || (
IS_VF
(cdev) && rc == cnt)) {
in qed_enable_msix()
1095
if (cdev->num_hwfns > 1 ||
IS_VF
(cdev))
in qed_update_pf_params()
1156
if (
IS_VF
(cdev))
in qed_slowpath_wq_stop()
1212
if (
IS_VF
(cdev))
in qed_slowpath_wq_start()
1672
if (
IS_VF
(cdev)) {
in qed_set_link()
2233
if (
IS_VF
(cdev))
in qed_drain()
2823
if (
IS_VF
(cdev))
in qed_update_wol()
2847
if (
IS_VF
(cdev))
in qed_update_drv_state()
2869
if (
IS_VF
(cdev))
in qed_update_mac()
2893
if (
IS_VF
(cde
in qed_update_mtu()
[all...]
H
A
D
qed_l2.c
226
if (
IS_VF
(p_hwfn->cdev)) {
in _qed_eth_queue_to_cid()
419
if (
IS_VF
(p_hwfn->cdev)) {
in qed_sp_vport_start()
671
if (
IS_VF
(p_hwfn->cdev)) {
in qed_sp_vport_update()
752
if (
IS_VF
(p_hwfn->cdev))
in qed_sp_vport_stop()
812
if (
IS_VF
(cdev)) {
in qed_filter_accept_cmd()
1551
if (
IS_VF
(cdev)) {
in qed_filter_mcast_cmd()
1578
if (
IS_VF
(cdev)) {
in qed_filter_ucast_cmd()
2165
if (
IS_VF
(p_hwfn->cdev)) {
in qed_get_queue_coalesce()
2286
if (
IS_VF
(cdev))
in qed_fill_eth_dev_info()
2299
if (
IS_VF
(cde
in qed_register_eth_ops()
[all...]
H
A
D
qed_dev.c
135
if (
IS_VF
(cdev)) {
in qed_db_recovery_add()
182
if (
IS_VF
(cdev)) {
in qed_db_recovery_del()
1275
if (
IS_VF
(p_hwfn->cdev))
in qed_hw_bar_size()
1355
if (
IS_VF
(cdev)) {
in qed_resc_free()
2168
if (
IS_VF
(cdev)) {
in qed_resc_alloc()
2427
if (
IS_VF
(cdev)) {
in qed_resc_setup()
3096
if (
IS_VF
(cdev)) {
in qed_hw_init()
3359
if (
IS_VF
(cdev)) {
in qed_hw_stop()
3470
if (
IS_VF
(cdev)) {
in qed_hw_stop_fastpath()
3504
if (
IS_VF
(p_hwf
in qed_hw_start_fastpath()
[all...]
H
A
D
qed_mcp.c
1671
if (
IS_VF
(p_hwfn->cdev))
in qed_get_process_kill_counter()
2147
if (
IS_VF
(p_hwfn->cdev)) {
in qed_mcp_get_mfw_ver()
2186
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_mbi_ver()
2216
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_media_type()
2247
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_transceiver_data()
2404
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_board_config()
2635
if (
IS_VF
(p_hwfn->cdev))
in qed_mcp_get_flash_size()
H
A
D
qed_int.c
1501
if (
IS_VF
(p_hwfn->cdev))
in qed_int_cau_conf_pi()
1723
if (
IS_VF
(p_hwfn->cdev)) {
in qed_int_sb_release()
1901
if (
IS_VF
(p_hwfn->cdev))
in qed_int_igu_disable_int()
2409
if (
IS_VF
(p_hwfn->cdev))
in qed_int_get_sb_dbg()
H
A
D
qed_sp_commands.c
497
if (
IS_VF
(p_hwfn->cdev))
in qed_sp_pf_update_tunn_cfg()
H
A
D
qed_init_ops.c
210
if (
IS_VF
(p_hwfn->cdev))
in qed_init_alloc()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H
A
D
qede_main.c
554
if (
IS_VF
(edev))
in qede_tx_timeout()
796
if (
IS_VF
(edev)) {
in qede_init_ndev()
1262
if (!
IS_VF
(edev))
in __qede_probe()
2596
IS_VF
(edev), QEDE_PROBE_RECOVERY);
in qede_recovery_handler()
2834
if (
IS_VF
(edev)) {
in qede_io_error_detected()
H
A
D
qede.h
181
#define
IS_VF
(edev) test_bit(QEDE_FLAGS_IS_VF, \
macro
H
A
D
qede_ethtool.c
320
return (
IS_VF
(edev) && QEDE_STAT_IS_PF_ONLY(stat_index)) ||
in qede_is_irrelevant_stat()
471
if (!
IS_VF
(edev))
in qede_get_sset_count()
2208
if (
IS_VF
(edev))
in qede_set_ethtool_ops()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H
A
D
qede_main.c
619
if (
IS_VF
(edev))
in qede_tx_timeout()
855
if (
IS_VF
(edev)) {
in qede_init_ndev()
1328
if (!
IS_VF
(edev))
in __qede_probe()
2690
IS_VF
(edev), QEDE_PROBE_RECOVERY);
in qede_recovery_handler()
2935
if (
IS_VF
(edev)) {
in qede_io_error_detected()
H
A
D
qede.h
176
#define
IS_VF
(edev) test_bit(QEDE_FLAGS_IS_VF, \
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1496
#define
IS_VF
(bp) ((bp)->flags & IS_VF_FLAG)
macro
1499
#define
IS_VF
(bp) false
macro
2222
IS_VF
(bp) ? 0 : BNX2X_NUM_TESTS_SF)
H
A
D
bnx2x_stats.c
544
if (
IS_VF
(bp))
in bnx2x_stats_restart()
1250
if (
IS_VF
(bp))
in bnx2x_stats_update()
1603
if (
IS_VF
(bp)) {
in bnx2x_stats_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1495
#define
IS_VF
(bp) ((bp)->flags & IS_VF_FLAG)
macro
1498
#define
IS_VF
(bp) false
macro
2223
IS_VF
(bp) ? 0 : BNX2X_NUM_TESTS_SF)
H
A
D
bnx2x_stats.c
544
if (
IS_VF
(bp))
in bnx2x_stats_restart()
1251
if (
IS_VF
(bp))
in bnx2x_stats_update()
1604
if (
IS_VF
(bp)) {
in bnx2x_stats_init()
Completed in 69 milliseconds
1
2