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:HINIC_IS_VF
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_debugfs.c
258
if (
HINIC_IS_VF
(dev->hwdev->hwif))
in hinic_func_table_debug_add()
267
if (!
HINIC_IS_VF
(dev->hwdev->hwif) && dev->dbg)
in hinic_func_table_debug_rem()
293
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_func_tbl_dbgfs_init()
299
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_func_tbl_dbgfs_uninit()
H
A
D
hinic_main.c
488
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_open()
558
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_close()
809
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_set_rx_mode()
996
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in link_status_event_handler()
1013
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in link_status_event_handler()
1193
if (!
HINIC_IS_VF
(hwdev->hwif))
in nic_dev_init()
1242
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif)) {
in nic_dev_init()
1436
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif)) {
in hinic_remove()
H
A
D
hinic_hw_mgmt.c
369
if (
HINIC_IS_VF
(hwif)) {
in hinic_msg_to_mgmt()
631
if (
HINIC_IS_VF
(hwif))
in hinic_pf_to_mgmt_init()
678
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_pf_to_mgmt_free()
H
A
D
hinic_hw_mbox.c
942
if (
HINIC_IS_VF
(func_to_func->hwif)) {
in recv_func_mbox_handler()
1078
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_mbox_to_pf()
1105
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_mbox_to_vf()
1452
if (!
HINIC_IS_VF
(hwdev->hwif))
in hinic_func_to_func_init()
1499
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_vf_mbox_random_id_init()
H
A
D
hinic_hw_dev.c
63
if (!
HINIC_IS_VF
(hwdev->hwif) && dev_cap->intr_type != INTR_MSIX_TYPE)
in parse_capability()
76
if (!
HINIC_IS_VF
(hwdev->hwif))
in parse_capability()
84
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in parse_capability()
771
if (!
HINIC_IS_VF
(hwif)) {
in init_pfhwdev()
803
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in free_pfhwdev()
H
A
D
hinic_hw_if.c
125
if (
HINIC_IS_VF
(hwif))
in hinic_set_pf_action()
203
if (
HINIC_IS_VF
(hwif)) {
in hwif_ready()
H
A
D
hinic_port.c
62
(port_mac_cmd.status != HINIC_PF_SET_VF_ALREADY || !
HINIC_IS_VF
(hwif)) &&
in change_mac()
292
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_port_set_state()
572
if (
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_set_rx_lro_state()
1217
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_dcb_set_pfc()
H
A
D
hinic_rx.c
473
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in rx_poll()
503
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in rx_irq()
H
A
D
hinic_hw_io.c
595
if (!
HINIC_IS_VF
(func_to_io->hwif))
in hinic_io_init()
624
if (!
HINIC_IS_VF
(func_to_io->hwif))
in hinic_io_free()
H
A
D
hinic_hw_if.h
155
#define
HINIC_IS_VF
(hwif) (HINIC_FUNC_TYPE(hwif) == HINIC_VF)
macro
H
A
D
hinic_tx.c
764
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in free_tx_poll()
782
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in tx_irq()
H
A
D
hinic_sriov.c
1172
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_vf_func_init()
1228
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_vf_func_free()
H
A
D
hinic_hw_eqs.c
579
if (
HINIC_IS_VF
(eq->hwif) && eq->type == HINIC_CEQ)
in set_eq_ctrls()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_debugfs.c
258
if (
HINIC_IS_VF
(dev->hwdev->hwif))
in hinic_func_table_debug_add()
267
if (!
HINIC_IS_VF
(dev->hwdev->hwif) && dev->dbg)
in hinic_func_table_debug_rem()
293
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_func_tbl_dbgfs_init()
299
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_func_tbl_dbgfs_uninit()
H
A
D
hinic_main.c
481
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_open()
551
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_close()
802
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_set_rx_mode()
987
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in link_status_event_handler()
1004
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in link_status_event_handler()
1195
if (!
HINIC_IS_VF
(hwdev->hwif))
in nic_dev_init()
1246
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif)) {
in nic_dev_init()
1419
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif)) {
in hinic_remove()
H
A
D
hinic_hw_dev.c
57
if (!
HINIC_IS_VF
(hwdev->hwif) && dev_cap->intr_type != INTR_MSIX_TYPE)
in parse_capability()
70
if (!
HINIC_IS_VF
(hwdev->hwif))
in parse_capability()
78
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in parse_capability()
757
if (!
HINIC_IS_VF
(hwif)) {
in init_pfhwdev()
790
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in free_pfhwdev()
H
A
D
hinic_hw_mgmt.c
369
if (
HINIC_IS_VF
(hwif)) {
in hinic_msg_to_mgmt()
627
if (
HINIC_IS_VF
(hwif))
in hinic_pf_to_mgmt_init()
674
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_pf_to_mgmt_free()
H
A
D
hinic_hw_if.c
90
if (
HINIC_IS_VF
(hwif))
in hinic_set_pf_action()
168
if (
HINIC_IS_VF
(hwif)) {
in hwif_ready()
H
A
D
hinic_port.c
59
(port_mac_cmd.status != HINIC_PF_SET_VF_ALREADY || !
HINIC_IS_VF
(hwif)) &&
in change_mac()
277
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_port_set_state()
468
HINIC_IS_VF
(hwif)) {
in hinic_set_vlan_fliter()
587
if (
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in hinic_set_rx_lro_state()
1232
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_dcb_set_pfc()
H
A
D
hinic_hw_mbox.c
937
if (
HINIC_IS_VF
(func_to_func->hwif)) {
in recv_func_mbox_handler()
1073
if (!
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_mbox_to_pf()
1100
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_mbox_to_vf()
1447
if (!
HINIC_IS_VF
(hwdev->hwif))
in hinic_func_to_func_init()
1494
if (
HINIC_IS_VF
(hwdev->hwif))
in hinic_vf_mbox_random_id_init()
H
A
D
hinic_rx.c
470
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in rx_poll()
501
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in rx_irq()
H
A
D
hinic_hw_io.c
594
if (!
HINIC_IS_VF
(func_to_io->hwif))
in hinic_io_init()
623
if (!
HINIC_IS_VF
(func_to_io->hwif))
in hinic_io_free()
H
A
D
hinic_hw_if.h
151
#define
HINIC_IS_VF
(hwif) (HINIC_FUNC_TYPE(hwif) == HINIC_VF)
macro
H
A
D
hinic_tx.c
766
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in free_tx_poll()
784
if (!
HINIC_IS_VF
(nic_dev->hwdev->hwif))
in tx_irq()
H
A
D
hinic_sriov.c
1186
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_vf_func_init()
1242
if (
HINIC_IS_VF
(hwdev->hwif)) {
in hinic_vf_func_free()
Completed in 41 milliseconds
1
2