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:pending_skb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
i2c.c
60
struct sk_buff *
pending_skb
;
member
441
r = st21nfca_hci_i2c_read(phy, phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
463
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
470
nfc_hci_recv_frame(phy->hdev, phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
473
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
476
phy->
pending_skb
= alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
in st21nfca_hci_irq_thread_fn()
477
if (phy->
pending_skb
== NULL) {
in st21nfca_hci_irq_thread_fn()
519
phy->
pending_skb
= alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
in st21nfca_hci_i2c_probe()
520
if (phy->
pending_skb
== NULL)
in st21nfca_hci_i2c_probe()
572
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_i2c_probe()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
i2c.c
58
struct sk_buff *
pending_skb
;
member
433
r = st21nfca_hci_i2c_read(phy, phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
455
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
462
nfc_hci_recv_frame(phy->hdev, phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
465
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_irq_thread_fn()
468
phy->
pending_skb
= alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
in st21nfca_hci_irq_thread_fn()
469
if (phy->
pending_skb
== NULL) {
in st21nfca_hci_irq_thread_fn()
507
phy->
pending_skb
= alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
in st21nfca_hci_i2c_probe()
508
if (phy->
pending_skb
== NULL)
in st21nfca_hci_i2c_probe()
560
kfree_skb(phy->
pending_skb
);
in st21nfca_hci_i2c_probe()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H
A
D
smc91x.c
243
struct sk_buff *
pending_skb
;
in smc_reset()
local
251
pending_skb
= lp->pending_tx_skb;
in smc_reset()
256
if (
pending_skb
) {
in smc_reset()
257
dev_kfree_skb(
pending_skb
);
in smc_reset()
370
struct sk_buff *
pending_skb
;
in smc_shutdown()
local
378
pending_skb
= lp->pending_tx_skb;
in smc_shutdown()
381
dev_kfree_skb(
pending_skb
);
in smc_shutdown()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H
A
D
smc91x.c
243
struct sk_buff *
pending_skb
;
in smc_reset()
local
251
pending_skb
= lp->pending_tx_skb;
in smc_reset()
256
if (
pending_skb
) {
in smc_reset()
257
dev_kfree_skb(
pending_skb
);
in smc_reset()
370
struct sk_buff *
pending_skb
;
in smc_shutdown()
local
378
pending_skb
= lp->pending_tx_skb;
in smc_shutdown()
381
dev_kfree_skb(
pending_skb
);
in smc_shutdown()
Completed in 7 milliseconds