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:BUF_SM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
nicstar.c
720
NS_PRV_BUFTYPE(sb) =
BUF_SM
;
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()
1043
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
? "small" : "large"),
in push_rxbufs()
1184
NS_PRV_BUFTYPE(sb) =
BUF_SM
;
in ns_irq_handler()
1994
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
in dequeue_rx()
1999
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
in dequeue_rx()
2111
if (NS_PRV_BUFTYPE(skb) !=
BUF_SM
) {
in dequeue_rx()
2357
NS_PRV_BUFTYPE(new_sb) =
BUF_SM
;
in dequeue_sm_buf()
[all...]
H
A
D
nicstar.h
102
#define
BUF_SM
0x00000000 /* These two are used for push_rxbufs() */
macro
642
u32 buf_type; /*
BUF_SM
/BUF_LG/BUF_NONE */
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
722
NS_PRV_BUFTYPE(sb) =
BUF_SM
;
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()
1039
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
? "small" : "large"),
in push_rxbufs()
1180
NS_PRV_BUFTYPE(sb) =
BUF_SM
;
in ns_irq_handler()
2000
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
in dequeue_rx()
2005
(NS_PRV_BUFTYPE(skb) ==
BUF_SM
in dequeue_rx()
2117
if (NS_PRV_BUFTYPE(skb) !=
BUF_SM
) {
in dequeue_rx()
2363
NS_PRV_BUFTYPE(new_sb) =
BUF_SM
;
in dequeue_sm_buf()
[all...]
H
A
D
nicstar.h
102
#define
BUF_SM
0x00000000 /* These two are used for push_rxbufs() */
macro
642
u32 buf_type; /*
BUF_SM
/BUF_LG/BUF_NONE */
Completed in 9 milliseconds