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:removal
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
trans.c
2106
struct iwl_trans_pcie_removal *
removal
=
in iwl_trans_pcie_removal_wk()
local
2108
struct pci_dev *pdev =
removal
->pdev;
in iwl_trans_pcie_removal_wk()
2112
dev_err(&pdev->dev, "Device gone - attempting
removal
\n");
in iwl_trans_pcie_removal_wk()
2117
if (
removal
->rescan)
in iwl_trans_pcie_removal_wk()
2121
kfree(
removal
);
in iwl_trans_pcie_removal_wk()
2127
struct iwl_trans_pcie_removal *
removal
;
in iwl_trans_pcie_remove()
local
2132
IWL_ERR(trans, "Device gone - scheduling
removal
!\n");
in iwl_trans_pcie_remove()
2146
removal
= kzalloc(sizeof(*
removal
), GFP_ATOMIC);
in iwl_trans_pcie_remove()
2147
if (!
removal
) {
in iwl_trans_pcie_remove()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
trans.c
2010
struct iwl_trans_pcie_removal *
removal
=
in iwl_trans_pcie_removal_wk()
local
2012
struct pci_dev *pdev =
removal
->pdev;
in iwl_trans_pcie_removal_wk()
2015
dev_err(&pdev->dev, "Device gone - attempting
removal
\n");
in iwl_trans_pcie_removal_wk()
2022
kfree(
removal
);
in iwl_trans_pcie_removal_wk()
2077
struct iwl_trans_pcie_removal *
removal
;
in iwl_trans_pcie_grab_nic_access()
local
2082
IWL_ERR(trans, "Device gone - scheduling
removal
!\n");
in iwl_trans_pcie_grab_nic_access()
2096
removal
= kzalloc(sizeof(*
removal
), GFP_ATOMIC);
in iwl_trans_pcie_grab_nic_access()
2097
if (!
removal
) {
in iwl_trans_pcie_grab_nic_access()
2107
removal
in iwl_trans_pcie_grab_nic_access()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.c
1805
u8
removal
;
in qed_iov_configure_vport_forced()
local
1836
removal
= filter.vlan ? 1
in qed_iov_configure_vport_forced()
1838
vport_update.inner_vlan_removal_flg =
removal
;
in qed_iov_configure_vport_forced()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.c
1807
u8
removal
;
in qed_iov_configure_vport_forced()
local
1838
removal
= filter.vlan ? 1
in qed_iov_configure_vport_forced()
1840
vport_update.inner_vlan_removal_flg =
removal
;
in qed_iov_configure_vport_forced()
Completed in 36 milliseconds