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:nqcmp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
641
#define NQ_CMP_VALID(
nqcmp
, raw_cons) \
642
(!!((
nqcmp
)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
H
A
D
bnxt.c
2550
struct nqe_cn *
nqcmp
;
in bnxt_poll_p5()
local
2560
nqcmp
= &cpr->nq_desc_ring[CP_RING(cons)][CP_IDX(cons)];
in bnxt_poll_p5()
2562
if (!NQ_CMP_VALID(
nqcmp
, raw_cons)) {
in bnxt_poll_p5()
2579
if (
nqcmp
->type == cpu_to_le16(NQ_CN_TYPE_CQ_NOTIFICATION)) {
in bnxt_poll_p5()
2580
u32 idx = le32_to_cpu(
nqcmp
->cq_handle_low);
in bnxt_poll_p5()
2592
bnxt_hwrm_handler(bp, (struct tx_cmp *)
nqcmp
);
in bnxt_poll_p5()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
685
#define NQ_CMP_VALID(
nqcmp
, raw_cons) \
686
(!!((
nqcmp
)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
H
A
D
bnxt.c
2780
struct nqe_cn *
nqcmp
;
in bnxt_poll_p5()
local
2794
nqcmp
= &cpr->nq_desc_ring[CP_RING(cons)][CP_IDX(cons)];
in bnxt_poll_p5()
2796
if (!NQ_CMP_VALID(
nqcmp
, raw_cons)) {
in bnxt_poll_p5()
2814
if (
nqcmp
->type == cpu_to_le16(NQ_CN_TYPE_CQ_NOTIFICATION)) {
in bnxt_poll_p5()
2815
u32 idx = le32_to_cpu(
nqcmp
->cq_handle_low);
in bnxt_poll_p5()
2827
bnxt_hwrm_handler(bp, (struct tx_cmp *)
nqcmp
);
in bnxt_poll_p5()
Completed in 42 milliseconds