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:pdev_net
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_main.c
692
struct pci_dev *
pdev_net
;
in pvrdma_netdevice_event_handle()
local
720
pdev_net
= pci_get_slot(dev->pdev->bus,
in pvrdma_netdevice_event_handle()
723
(pci_get_drvdata(
pdev_net
) == ndev)) {
in pvrdma_netdevice_event_handle()
729
pci_dev_put(
pdev_net
);
in pvrdma_netdevice_event_handle()
782
struct pci_dev *
pdev_net
;
in pvrdma_pci_probe()
local
967
pdev_net
= pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
in pvrdma_pci_probe()
968
if (!
pdev_net
) {
in pvrdma_pci_probe()
974
if (
pdev_net
->vendor != PCI_VENDOR_ID_VMWARE ||
in pvrdma_pci_probe()
975
pdev_net
->device != PCI_DEVICE_ID_VMWARE_VMXNET3) {
in pvrdma_pci_probe()
977
pci_dev_put(
pdev_net
);
in pvrdma_pci_probe()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_main.c
664
struct pci_dev *
pdev_net
;
in pvrdma_netdevice_event_handle()
local
692
pdev_net
= pci_get_slot(dev->pdev->bus,
in pvrdma_netdevice_event_handle()
695
(pci_get_drvdata(
pdev_net
) == ndev)) {
in pvrdma_netdevice_event_handle()
701
pci_dev_put(
pdev_net
);
in pvrdma_netdevice_event_handle()
754
struct pci_dev *
pdev_net
;
in pvrdma_pci_probe()
local
929
pdev_net
= pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
in pvrdma_pci_probe()
930
if (!
pdev_net
) {
in pvrdma_pci_probe()
936
if (
pdev_net
->vendor != PCI_VENDOR_ID_VMWARE ||
in pvrdma_pci_probe()
937
pdev_net
->device != PCI_DEVICE_ID_VMWARE_VMXNET3) {
in pvrdma_pci_probe()
939
pci_dev_put(
pdev_net
);
in pvrdma_pci_probe()
[all...]
Completed in 3 milliseconds