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:pkt_status
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/
H
A
D
sgiseeq.c
348
unsigned char
pkt_status
;
in sgiseeq_rx()
local
359
pkt_status
= rd->skb->data[len];
in sgiseeq_rx()
360
if (
pkt_status
& SEEQ_RSTAT_FIG) {
in sgiseeq_rx()
395
record_rx_errors(dev,
pkt_status
);
in sgiseeq_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/
H
A
D
sgiseeq.c
348
unsigned char
pkt_status
;
in sgiseeq_rx()
local
359
pkt_status
= rd->skb->data[len];
in sgiseeq_rx()
360
if (
pkt_status
& SEEQ_RSTAT_FIG) {
in sgiseeq_rx()
395
record_rx_errors(dev,
pkt_status
);
in sgiseeq_rx()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
af_bluetooth.c
337
u8
pkt_status
= hci_skb_pkt_status(skb);
in bt_sock_recvmsg()
local
340
sizeof(
pkt_status
), &
pkt_status
);
in bt_sock_recvmsg()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
sco.c
457
sizeof(bt_cb(skb)->sco.
pkt_status
),
in sco_skb_put_cmsg()
458
&bt_cb(skb)->sco.
pkt_status
);
in sco_skb_put_cmsg()
970
int
pkt_status
;
in sco_sock_getsockopt()
local
1018
pkt_status
= (sco_pi(sk)->cmsg_mask & SCO_CMSG_PKT_STATUS);
in sco_sock_getsockopt()
1020
if (put_user(
pkt_status
, (int __user *)optval))
in sco_sock_getsockopt()
H
A
D
hci_core.c
4817
bt_cb(skb)->sco.
pkt_status
= flags & 0x03;
in hci_scodata_packet()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
bluetooth.h
466
u8
pkt_status
:2;
member
477
#define hci_skb_pkt_status(skb) bt_cb((skb))->
pkt_status
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
bluetooth.h
348
u8
pkt_status
;
member
Completed in 13 milliseconds