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:hw_cons_ptr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H
A
D
qede.h
334
__le16 *
hw_cons_ptr
;
member
406
__le16 *
hw_cons_ptr
;
member
H
A
D
qede_fp.c
399
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_txq_has_work()
413
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_xdp_tx_int()
447
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_tx_int()
515
hw_comp_cons = le16_to_cpu(*rxq->
hw_cons_ptr
);
in qede_has_rx_work()
1364
hw_comp_cons = le16_to_cpu(*rxq->
hw_cons_ptr
);
in qede_rx_int()
H
A
D
qede_main.c
528
txq->index, le16_to_cpu(*txq->
hw_cons_ptr
),
in qede_tx_log_print()
2152
txq->
hw_cons_ptr
= &fp->sb_info->sb_virt->pi_array[sb_idx];
in qede_start_txq()
2245
rxq->
hw_cons_ptr
= val;
in qede_start_queues()
2793
if (le16_to_cpu(*fp->rxq->
hw_cons_ptr
) -
in qede_get_eth_tlv_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H
A
D
qede.h
330
__le16 *
hw_cons_ptr
;
member
402
__le16 *
hw_cons_ptr
;
member
H
A
D
qede_fp.c
393
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_txq_has_work()
407
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_xdp_tx_int()
441
hw_bd_cons = le16_to_cpu(*txq->
hw_cons_ptr
);
in qede_tx_int()
509
hw_comp_cons = le16_to_cpu(*rxq->
hw_cons_ptr
);
in qede_has_rx_work()
1346
hw_comp_cons = le16_to_cpu(*rxq->
hw_cons_ptr
);
in qede_rx_int()
H
A
D
qede_main.c
557
le16_to_cpu(*txq->
hw_cons_ptr
), txq->sw_tx_prod, txq->sw_tx_cons,
in qede_txq_fp_log_metadata()
579
txq->index, le16_to_cpu(*txq->
hw_cons_ptr
),
in qede_tx_log_print()
2224
txq->
hw_cons_ptr
= &fp->sb_info->sb_virt->pi_array[sb_idx];
in qede_start_txq()
2317
rxq->
hw_cons_ptr
= val;
in qede_start_queues()
2891
if (le16_to_cpu(*fp->rxq->
hw_cons_ptr
) -
in qede_get_eth_tlv_data()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
qedr.h
79
__le16 *
hw_cons_ptr
;
member
H
A
D
main.c
420
cnq->
hw_cons_ptr
= &cons_pi[QED_ROCE_PROTOCOL_INDEX];
in qedr_alloc_resources()
476
hw_comp_cons = le16_to_cpu(*cnq->
hw_cons_ptr
);
in qedr_irq_handler()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
qedr.h
79
__le16 *
hw_cons_ptr
;
member
H
A
D
main.c
390
cnq->
hw_cons_ptr
= &cons_pi[QED_ROCE_PROTOCOL_INDEX];
in qedr_alloc_resources()
446
hw_comp_cons = le16_to_cpu(*cnq->
hw_cons_ptr
);
in qedr_irq_handler()
Completed in 20 milliseconds