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:QUEUE_S
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
fplustm.h
176
#define
QUEUE_S
0
macro
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
fplustm.h
176
#define
QUEUE_S
0
macro
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
hwmtm.c
372
queue = smc->hw.fp.tx[
QUEUE_S
] ;
in init_txd_ring()
564
phys = repair_txd_ring(smc,smc->hw.fp.tx[
QUEUE_S
]) ;
in mac_drv_repair_descr()
566
if (smc->hw.fp.tx_q[
QUEUE_S
].tx_used) {
in mac_drv_repair_descr()
1945
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_txd()
2036
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_tx_queue()
2060
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_tx_queue()
2069
if (i ==
QUEUE_S
) {
in mac_drv_clear_tx_queue()
H
A
D
fplustm.c
305
smc->hw.fp.tx[
QUEUE_S
] = queue = &smc->hw.fp.tx_q[
QUEUE_S
] ;
in init_tx()
567
Para queue =
QUEUE_S
: synchronous queue
608
Para queue =
QUEUE_S
: synchronous queue
H
A
D
skfddi.c
1124
queue = (fc & FC_SYNC_BIT) ?
QUEUE_S
: QUEUE_A0;
in send_queued_packets()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
hwmtm.c
372
queue = smc->hw.fp.tx[
QUEUE_S
] ;
in init_txd_ring()
564
phys = repair_txd_ring(smc,smc->hw.fp.tx[
QUEUE_S
]) ;
in mac_drv_repair_descr()
566
if (smc->hw.fp.tx_q[
QUEUE_S
].tx_used) {
in mac_drv_repair_descr()
1945
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_txd()
2036
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_tx_queue()
2060
for (i =
QUEUE_S
; i <= QUEUE_A0; i++) {
in mac_drv_clear_tx_queue()
2069
if (i ==
QUEUE_S
) {
in mac_drv_clear_tx_queue()
H
A
D
fplustm.c
305
smc->hw.fp.tx[
QUEUE_S
] = queue = &smc->hw.fp.tx_q[
QUEUE_S
] ;
in init_tx()
567
Para queue =
QUEUE_S
: synchronous queue
608
Para queue =
QUEUE_S
: synchronous queue
H
A
D
skfddi.c
1130
queue = (fc & FC_SYNC_BIT) ?
QUEUE_S
: QUEUE_A0;
in send_queued_packets()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_regs.h
2527
#define
QUEUE_S
0
macro
2529
#define QUEUE_V(x) ((x) <<
QUEUE_S
)
2530
#define QUEUE_G(x) (((x) >>
QUEUE_S
) & QUEUE_M)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_regs.h
2533
#define
QUEUE_S
0
macro
2535
#define QUEUE_V(x) ((x) <<
QUEUE_S
)
2536
#define QUEUE_G(x) (((x) >>
QUEUE_S
) & QUEUE_M)
Completed in 39 milliseconds