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:cmd_req
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_hal.c
723
u16 cmd_resp,
cmd_req
;
in ping_pong_write()
local
730
cmd_req
= PING_VALID;
in ping_pong_write()
735
cmd_req
= PONG_VALID;
in ping_pong_write()
747
status = bl_cmd(adapter,
cmd_req
, cmd_resp, str);
in ping_pong_write()
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_hal.c
720
u16 cmd_resp,
cmd_req
;
in ping_pong_write()
local
727
cmd_req
= PING_VALID;
in ping_pong_write()
732
cmd_req
= PONG_VALID;
in ping_pong_write()
744
status = bl_cmd(adapter,
cmd_req
, cmd_resp, str);
in ping_pong_write()
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.h
1075
volatile PI_UINT32
cmd_req
;
member
1166
PI_XMT_DESCR
cmd_req
[PI_CMD_REQ_K_NUM_ENTRIES];
member
H
A
D
defxx.c
2659
bp->descr_block_virt->
cmd_req
[bp->cmd_req_reg.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2661
bp->descr_block_virt->
cmd_req
[bp->cmd_req_reg.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
2676
if (bp->cmd_req_reg.index.prod == (u8)(bp->cons_block_virt->
cmd_req
))
in dfx_hw_dma_cmd_req()
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.h
1076
volatile PI_UINT32
cmd_req
;
member
1167
PI_XMT_DESCR
cmd_req
[PI_CMD_REQ_K_NUM_ENTRIES];
member
H
A
D
defxx.c
2648
bp->descr_block_virt->
cmd_req
[bp->cmd_req_reg.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2650
bp->descr_block_virt->
cmd_req
[bp->cmd_req_reg.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
2665
if (bp->cmd_req_reg.index.prod == (u8)(bp->cons_block_virt->
cmd_req
))
in dfx_hw_dma_cmd_req()
Completed in 29 milliseconds