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:portn
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_ines.c
444
u16
portn
, seqid;
in ines_match()
local
457
portn
= be16_to_cpu(hdr->source_port_identity.port_number);
in ines_match()
470
if (ts->portnum !=
portn
) {
in ines_match()
471
dev_dbg(dev, "
portn
mismatch ts %hu != skb %hu\n",
in ines_match()
472
ts->portnum,
portn
);
in ines_match()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_ines.c
435
u16
portn
, seqid;
in ines_match()
local
448
portn
= be16_to_cpu(hdr->source_port_identity.port_number);
in ines_match()
461
if (ts->portnum !=
portn
) {
in ines_match()
462
dev_dbg(dev, "
portn
mismatch ts %hu != skb %hu\n",
in ines_match()
463
ts->portnum,
portn
);
in ines_match()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
3479
u64
portn
= be64_to_cpu(req->port_select_mask[3]);
in pma_set_opa_portstatus()
local
3484
if ((nports != 1) || (
portn
!= 1 << port)) {
in pma_set_opa_portstatus()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
3437
u64
portn
= be64_to_cpu(req->port_select_mask[3]);
in pma_set_opa_portstatus()
local
3442
if ((nports != 1) || (
portn
!= 1 << port)) {
in pma_set_opa_portstatus()
Completed in 16 milliseconds