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:bnxt_pf_wq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
279
static struct workqueue_struct *
bnxt_pf_wq
;
variable
1190
queue_delayed_work(
bnxt_pf_wq
, &bp->fw_reset_task, delay);
in bnxt_queue_fw_reset_work()
1198
queue_work(
bnxt_pf_wq
, &bp->sp_task);
in bnxt_queue_sp_work()
12833
if (!
bnxt_pf_wq
) {
in bnxt_init_one()
12834
bnxt_pf_wq
=
in bnxt_init_one()
12835
create_singlethread_workqueue("
bnxt_pf_wq
");
in bnxt_init_one()
12836
if (!
bnxt_pf_wq
) {
in bnxt_init_one()
13158
if (
bnxt_pf_wq
)
in bnxt_exit()
13159
destroy_workqueue(
bnxt_pf_wq
);
in bnxt_exit()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
240
static struct workqueue_struct *
bnxt_pf_wq
;
variable
302
queue_delayed_work(
bnxt_pf_wq
, &bp->fw_reset_task, delay);
in bnxt_queue_fw_reset_work()
310
queue_work(
bnxt_pf_wq
, &bp->sp_task);
in __bnxt_queue_sp_work()
13786
if (!
bnxt_pf_wq
) {
in bnxt_init_one()
13787
bnxt_pf_wq
=
in bnxt_init_one()
13788
create_singlethread_workqueue("
bnxt_pf_wq
");
in bnxt_init_one()
13789
if (!
bnxt_pf_wq
) {
in bnxt_init_one()
14142
if (
bnxt_pf_wq
)
in bnxt_exit()
14143
destroy_workqueue(
bnxt_pf_wq
);
in bnxt_exit()
Completed in 32 milliseconds