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:status_desc
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
dp_tx.c
389
struct htt_tx_wbm_completion *
status_desc
;
in ath11k_dp_tx_process_htt_tx_complete()
local
393
status_desc
= desc + HTT_TX_WBM_COMP_STATUS_OFFSET;
in ath11k_dp_tx_process_htt_tx_complete()
396
status_desc
->info0);
in ath11k_dp_tx_process_htt_tx_complete()
404
status_desc
->info1);
in ath11k_dp_tx_process_htt_tx_complete()
406
if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID,
status_desc
->info2))
in ath11k_dp_tx_process_htt_tx_complete()
408
status_desc
->info2);
in ath11k_dp_tx_process_htt_tx_complete()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
dp_tx.c
365
struct htt_tx_wbm_completion *
status_desc
;
in ath11k_dp_tx_process_htt_tx_complete()
local
369
status_desc
= desc + HTT_TX_WBM_COMP_STATUS_OFFSET;
in ath11k_dp_tx_process_htt_tx_complete()
372
status_desc
->info0);
in ath11k_dp_tx_process_htt_tx_complete()
380
status_desc
->info1);
in ath11k_dp_tx_process_htt_tx_complete()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_tx.c
414
struct htt_tx_wbm_completion *
status_desc
;
in ath12k_dp_tx_process_htt_tx_complete()
local
418
status_desc
= desc + HTT_TX_WBM_COMP_STATUS_OFFSET;
in ath12k_dp_tx_process_htt_tx_complete()
420
wbm_status = le32_get_bits(
status_desc
->info0,
in ath12k_dp_tx_process_htt_tx_complete()
428
ts.ack_rssi = le32_get_bits(
status_desc
->info2,
in ath12k_dp_tx_process_htt_tx_complete()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic.h
64
(sizeof(struct
status_desc
) * (sds_ring)->num_desc)
349
/* opcode field in
status_desc
*/
356
/* for status field in
status_desc
*/
360
/* owner bits of
status_desc
*/
408
struct
status_desc
{
struct
629
struct
status_desc
*desc_head;
H
A
D
netxen_nic_init.c
1430
struct
status_desc
*desc;
in netxen_handle_fw_message()
1653
struct
status_desc
*desc;
in netxen_process_rcv_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic.h
64
(sizeof(struct
status_desc
) * (sds_ring)->num_desc)
349
/* opcode field in
status_desc
*/
356
/* for status field in
status_desc
*/
360
/* owner bits of
status_desc
*/
408
struct
status_desc
{
struct
629
struct
status_desc
*desc_head;
H
A
D
netxen_nic_init.c
1429
struct
status_desc
*desc;
in netxen_handle_fw_message()
1652
struct
status_desc
*desc;
in netxen_process_rcv_ring()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_app.c
972
struct mpi3_status_reply_descriptor *
status_desc
;
in mpi3mr_bsg_process_mpt_cmds()
local
1364
status_desc
= (struct mpi3_status_reply_descriptor *)
in mpi3mr_bsg_process_mpt_cmds()
1366
status_desc
->ioc_status = mrioc->bsg_cmds.ioc_status;
in mpi3mr_bsg_process_mpt_cmds()
1367
status_desc
->ioc_log_info = mrioc->bsg_cmds.ioc_loginfo;
in mpi3mr_bsg_process_mpt_cmds()
H
A
D
mpi3mr_os.c
3127
struct mpi3_status_reply_descriptor *
status_desc
= NULL;
in mpi3mr_process_op_reply_desc()
local
3149
status_desc
= (struct mpi3_status_reply_descriptor *)reply_desc;
in mpi3mr_process_op_reply_desc()
3150
host_tag = le16_to_cpu(
status_desc
->host_tag);
in mpi3mr_process_op_reply_desc()
3151
ioc_status = le16_to_cpu(
status_desc
->ioc_status);
in mpi3mr_process_op_reply_desc()
3154
ioc_loginfo = le32_to_cpu(
status_desc
->ioc_log_info);
in mpi3mr_process_op_reply_desc()
H
A
D
mpi3mr_fw.c
346
struct mpi3_status_reply_descriptor *
status_desc
;
in mpi3mr_process_admin_reply_desc()
local
359
status_desc
= (struct mpi3_status_reply_descriptor *)reply_desc;
in mpi3mr_process_admin_reply_desc()
360
host_tag = le16_to_cpu(
status_desc
->host_tag);
in mpi3mr_process_admin_reply_desc()
361
ioc_status = le16_to_cpu(
status_desc
->ioc_status);
in mpi3mr_process_admin_reply_desc()
364
ioc_loginfo = le32_to_cpu(
status_desc
->ioc_log_info);
in mpi3mr_process_admin_reply_desc()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
48
/* owner bits of
status_desc
*/
97
/* opcode field in
status_desc
*/
111
/* for status field in
status_desc
*/
1085
struct
status_desc
*desc;
in qlcnic_handle_fw_message()
1361
struct
status_desc
*desc;
in qlcnic_process_rcv_ring()
1538
struct
status_desc
*desc;
in qlcnic_82xx_process_rcv_ring_diag()
1885
struct
status_desc
*desc;
in qlcnic_83xx_process_rcv_ring()
2212
struct
status_desc
*desc;
in qlcnic_83xx_process_rcv_ring_diag()
H
A
D
qlcnic.h
69
(sizeof(struct
status_desc
) * (sds_ring)->num_desc)
207
struct
status_desc
{
struct
593
struct
status_desc
*desc_head;
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
49
/* owner bits of
status_desc
*/
98
/* opcode field in
status_desc
*/
112
/* for status field in
status_desc
*/
1086
struct
status_desc
*desc;
in qlcnic_handle_fw_message()
1362
struct
status_desc
*desc;
in qlcnic_process_rcv_ring()
1540
struct
status_desc
*desc;
in qlcnic_82xx_process_rcv_ring_diag()
1885
struct
status_desc
*desc;
in qlcnic_83xx_process_rcv_ring()
2208
struct
status_desc
*desc;
in qlcnic_83xx_process_rcv_ring_diag()
H
A
D
qlcnic.h
69
(sizeof(struct
status_desc
) * (sds_ring)->num_desc)
207
struct
status_desc
{
struct
593
struct
status_desc
*desc_head;
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
2285
char *
status_desc
= "healthy";
in bnxt_async_event_process()
local
2308
status_desc
= "unhealthy";
in bnxt_async_event_process()
2312
status_desc
, fw_health->last_fw_reset_cnt);
in bnxt_async_event_process()
Completed in 62 milliseconds