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:ncsi_pkt_hdr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-pkt.h
9
struct
ncsi_pkt_hdr
{
struct
21
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
25
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
31
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
H
A
D
ncsi-netlink.c
398
struct
ncsi_pkt_hdr
*hdr;
in ncsi_send_cmd_nl()
446
if (len < sizeof(struct
ncsi_pkt_hdr
)) {
in ncsi_send_cmd_nl()
455
hdr = (struct
ncsi_pkt_hdr
*)data;
in ncsi_send_cmd_nl()
551
NCSI_PACKAGE_INDEX((((struct
ncsi_pkt_hdr
*)
in ncsi_send_netlink_timeout()
H
A
D
ncsi-cmd.c
38
static void ncsi_cmd_build_header(struct
ncsi_pkt_hdr
*h,
in ncsi_cmd_build_header()
58
pchecksum = (__be32 *)((void *)h + sizeof(struct
ncsi_pkt_hdr
) +
in ncsi_cmd_build_header()
H
A
D
ncsi-rsp.c
1140
struct
ncsi_pkt_hdr
*hdr;
in ncsi_rcv_rsp()
1151
hdr = (struct
ncsi_pkt_hdr
*)skb_network_header(skb);
in ncsi_rcv_rsp()
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-pkt.h
9
struct
ncsi_pkt_hdr
{
struct
21
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
25
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
31
struct
ncsi_pkt_hdr
common; /* Common NCSI packet header */
H
A
D
ncsi-netlink.c
398
struct
ncsi_pkt_hdr
*hdr;
in ncsi_send_cmd_nl()
446
if (len < sizeof(struct
ncsi_pkt_hdr
)) {
in ncsi_send_cmd_nl()
455
hdr = (struct
ncsi_pkt_hdr
*)data;
in ncsi_send_cmd_nl()
551
NCSI_PACKAGE_INDEX((((struct
ncsi_pkt_hdr
*)
in ncsi_send_netlink_timeout()
H
A
D
ncsi-cmd.c
38
static void ncsi_cmd_build_header(struct
ncsi_pkt_hdr
*h,
in ncsi_cmd_build_header()
58
pchecksum = (__be32 *)((void *)h + sizeof(struct
ncsi_pkt_hdr
) +
in ncsi_cmd_build_header()
H
A
D
ncsi-rsp.c
1140
struct
ncsi_pkt_hdr
*hdr;
in ncsi_rcv_rsp()
1151
hdr = (struct
ncsi_pkt_hdr
*)skb_network_header(skb);
in ncsi_rcv_rsp()
Completed in 9 milliseconds