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_NONE
(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()
750
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in ns_init_card()
2076
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in dequeue_rx()
2081
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in dequeue_rx()
2249
NS_PRV_BUFTYPE(hb) =
BUF_NONE
;
in dequeue_rx()
2254
NS_PRV_BUFTYPE(new_hb) =
BUF_NONE
;
in dequeue_rx()
2264
BUF_NONE
;
in dequeue_rx()
2328
if (unlikely(NS_PRV_BUFTYPE(skb) ==
BUF_NONE
)) {
in recycle_rx_buf()
2625
NS_PRV_BUFTYPE(hb) =
BUF_NONE
;
in ns_ioctl()
2655
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in ns_ioctl()
[all...]
H
A
D
nicstar.h
100
*
BUF_NONE
is only used by the driver.
104
#define
BUF_NONE
0xffffffff /* Software only: */
macro
642
u32 buf_type; /* BUF_SM/BUF_LG/
BUF_NONE
*/
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
667
NS_PRV_BUFTYPE(hb) =
BUF_NONE
;
in ns_init_card()
752
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in ns_init_card()
2082
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in dequeue_rx()
2087
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in dequeue_rx()
2255
NS_PRV_BUFTYPE(hb) =
BUF_NONE
;
in dequeue_rx()
2260
NS_PRV_BUFTYPE(new_hb) =
BUF_NONE
;
in dequeue_rx()
2270
BUF_NONE
;
in dequeue_rx()
2334
if (unlikely(NS_PRV_BUFTYPE(skb) ==
BUF_NONE
)) {
in recycle_rx_buf()
2631
NS_PRV_BUFTYPE(hb) =
BUF_NONE
;
in ns_ioctl()
2661
NS_PRV_BUFTYPE(iovb) =
BUF_NONE
;
in ns_ioctl()
[all...]
H
A
D
nicstar.h
100
*
BUF_NONE
is only used by the driver.
104
#define
BUF_NONE
0xffffffff /* Software only: */
macro
642
u32 buf_type; /* BUF_SM/BUF_LG/
BUF_NONE
*/
Completed in 9 milliseconds