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:NS_PRV_BUFTYPE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
nicstar.c
665
NS_PRV_BUFTYPE
(hb) = BUF_NONE;
in ns_init_card()
684
NS_PRV_BUFTYPE
(lb) = BUF_LG;
in ns_init_card()
720
NS_PRV_BUFTYPE
(sb) = BUF_SM;
in ns_init_card()
750
NS_PRV_BUFTYPE
(iovb) = BUF_NONE;
in ns_init_card()
958
(
NS_PRV_BUFTYPE
(skb) == BUF_SM
in push_rxbufs()
972
if (
NS_PRV_BUFTYPE
(skb) == BUF_SM) {
in push_rxbufs()
1002
if (
NS_PRV_BUFTYPE
(skb) == BUF_SM) {
in push_rxbufs()
1037
writel(NS_CMD_WRITE_FREEBUFQ |
NS_PRV_BUFTYPE
(skb),
in push_rxbufs()
1043
(
NS_PRV_BUFTYPE
(skb) == BUF_SM ? "small" : "large"),
in push_rxbufs()
1184
NS_PRV_BUFTYPE
(s
in ns_irq_handler()
[all...]
H
A
D
nicstar.h
647
#define
NS_PRV_BUFTYPE
(skb) \
macro
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
667
NS_PRV_BUFTYPE
(hb) = BUF_NONE;
in ns_init_card()
686
NS_PRV_BUFTYPE
(lb) = BUF_LG;
in ns_init_card()
722
NS_PRV_BUFTYPE
(sb) = BUF_SM;
in ns_init_card()
752
NS_PRV_BUFTYPE
(iovb) = BUF_NONE;
in ns_init_card()
954
(
NS_PRV_BUFTYPE
(skb) == BUF_SM
in push_rxbufs()
968
if (
NS_PRV_BUFTYPE
(skb) == BUF_SM) {
in push_rxbufs()
998
if (
NS_PRV_BUFTYPE
(skb) == BUF_SM) {
in push_rxbufs()
1033
writel(NS_CMD_WRITE_FREEBUFQ |
NS_PRV_BUFTYPE
(skb),
in push_rxbufs()
1039
(
NS_PRV_BUFTYPE
(skb) == BUF_SM ? "small" : "large"),
in push_rxbufs()
1180
NS_PRV_BUFTYPE
(s
in ns_irq_handler()
[all...]
H
A
D
nicstar.h
647
#define
NS_PRV_BUFTYPE
(skb) \
macro
Completed in 8 milliseconds