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:ncs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-rsp.c
923
struct ncsi_channel_stats *
ncs
;
in ncsi_rsp_handler_gcps()
local
933
ncs
= &nc->stats;
in ncsi_rsp_handler_gcps()
934
ncs
->hnc_cnt_hi = ntohl(rsp->cnt_hi);
in ncsi_rsp_handler_gcps()
935
ncs
->hnc_cnt_lo = ntohl(rsp->cnt_lo);
in ncsi_rsp_handler_gcps()
936
ncs
->hnc_rx_bytes = ntohl(rsp->rx_bytes);
in ncsi_rsp_handler_gcps()
937
ncs
->hnc_tx_bytes = ntohl(rsp->tx_bytes);
in ncsi_rsp_handler_gcps()
938
ncs
->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts);
in ncsi_rsp_handler_gcps()
939
ncs
->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts);
in ncsi_rsp_handler_gcps()
940
ncs
->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts);
in ncsi_rsp_handler_gcps()
941
ncs
in ncsi_rsp_handler_gcps()
984
struct
ncs
i_channel_stats *
ncs
;
ncsi_rsp_handler_gns()
local
1011
struct
ncs
i_channel_stats *
ncs
;
ncsi_rsp_handler_gnpts()
local
[all...]
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-rsp.c
923
struct ncsi_channel_stats *
ncs
;
in ncsi_rsp_handler_gcps()
local
933
ncs
= &nc->stats;
in ncsi_rsp_handler_gcps()
934
ncs
->hnc_cnt_hi = ntohl(rsp->cnt_hi);
in ncsi_rsp_handler_gcps()
935
ncs
->hnc_cnt_lo = ntohl(rsp->cnt_lo);
in ncsi_rsp_handler_gcps()
936
ncs
->hnc_rx_bytes = ntohl(rsp->rx_bytes);
in ncsi_rsp_handler_gcps()
937
ncs
->hnc_tx_bytes = ntohl(rsp->tx_bytes);
in ncsi_rsp_handler_gcps()
938
ncs
->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts);
in ncsi_rsp_handler_gcps()
939
ncs
->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts);
in ncsi_rsp_handler_gcps()
940
ncs
->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts);
in ncsi_rsp_handler_gcps()
941
ncs
in ncsi_rsp_handler_gcps()
984
struct
ncs
i_channel_stats *
ncs
;
ncsi_rsp_handler_gns()
local
1011
struct
ncs
i_channel_stats *
ncs
;
ncsi_rsp_handler_gnpts()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
arasan-nand-controller.c
203
* @
ncs
: Size of @cs_array
218
unsigned int
ncs
;
member
1285
if (anand->ncs_idx <= 0 || anand->ncs_idx > nfc->
ncs
) {
in anfc_chip_init()
1401
ret = rawnand_dt_parse_gpio_cs(nfc->dev, &nfc->cs_array, &nfc->
ncs
);
in anfc_parse_cs()
1413
if (nfc->cs_array && nfc->
ncs
> 2) {
in anfc_parse_cs()
1428
nfc->
ncs
= ANFC_MAX_CS;
in anfc_parse_cs()
H
A
D
stm32_fmc2_nand.c
237
int
ncs
;
member
1776
if (!of_get_property(dn, "reg", &nand->
ncs
))
in stm32_fmc2_nfc_parse_child()
1779
nand->
ncs
/= sizeof(u32);
in stm32_fmc2_nfc_parse_child()
1780
if (!nand->
ncs
) {
in stm32_fmc2_nfc_parse_child()
1785
for (i = 0; i < nand->
ncs
; i++) {
in stm32_fmc2_nfc_parse_child()
1988
ret = nand_scan(chip, nand->
ncs
);
in stm32_fmc2_nfc_probe()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
stm32_fmc2_nand.c
235
int
ncs
;
member
1758
if (!of_get_property(dn, "reg", &nand->
ncs
))
in stm32_fmc2_nfc_parse_child()
1761
nand->
ncs
/= sizeof(u32);
in stm32_fmc2_nfc_parse_child()
1762
if (!nand->
ncs
) {
in stm32_fmc2_nfc_parse_child()
1767
for (i = 0; i < nand->
ncs
; i++) {
in stm32_fmc2_nfc_parse_child()
1965
ret = nand_scan(chip, nand->
ncs
);
in stm32_fmc2_nfc_probe()
Completed in 11 milliseconds