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:eqid_pkd
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_mb.c
720
cmdp->
eqid_pkd
|= htonl(FW_EQ_OFLD_CMD_EQID_V(eq_ofld_params->eqid));
in csio_mb_eq_ofld_write()
786
ntohl(rsp->
eqid_pkd
));
in csio_mb_eq_ofld_alloc_write_rsp()
822
cmdp->
eqid_pkd
= htonl(FW_EQ_OFLD_CMD_EQID_V(eq_ofld_params->eqid));
in csio_mb_eq_ofld_free()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_mb.c
720
cmdp->
eqid_pkd
|= htonl(FW_EQ_OFLD_CMD_EQID_V(eq_ofld_params->eqid));
in csio_mb_eq_ofld_write()
786
ntohl(rsp->
eqid_pkd
));
in csio_mb_eq_ofld_alloc_write_rsp()
822
cmdp->
eqid_pkd
= htonl(FW_EQ_OFLD_CMD_EQID_V(eq_ofld_params->eqid));
in csio_mb_eq_ofld_free()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4fw_api.h
1847
__be32
eqid_pkd
;
member
2082
__be32
eqid_pkd
;
member
H
A
D
sge.c
4641
init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.
eqid_pkd
)));
in t4_sge_alloc_eth_txq()
4775
init_txq(adap, q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.
eqid_pkd
)));
in t4_sge_alloc_ofld_txq()
H
A
D
t4_hw.c
8424
c.
eqid_pkd
= cpu_to_be32(FW_EQ_ETH_CMD_EQID_V(eqid));
in t4_eth_eq_free()
8474
c.
eqid_pkd
= cpu_to_be32(FW_EQ_OFLD_CMD_EQID_V(eqid));
in t4_ofld_eq_free()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4fw_api.h
1849
__be32
eqid_pkd
;
member
2084
__be32
eqid_pkd
;
member
H
A
D
sge.c
4671
init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.
eqid_pkd
)));
in t4_sge_alloc_eth_txq()
4805
init_txq(adap, q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.
eqid_pkd
)));
in t4_sge_alloc_ofld_txq()
H
A
D
t4_hw.c
8393
c.
eqid_pkd
= cpu_to_be32(FW_EQ_ETH_CMD_EQID_V(eqid));
in t4_eth_eq_free()
8443
c.
eqid_pkd
= cpu_to_be32(FW_EQ_OFLD_CMD_EQID_V(eqid));
in t4_ofld_eq_free()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
2494
txq->q.cntxt_id = FW_EQ_ETH_CMD_EQID_G(be32_to_cpu(rpl.
eqid_pkd
));
in t4vf_sge_alloc_eth_txq()
H
A
D
t4vf_hw.c
1876
cmd.
eqid_pkd
= cpu_to_be32(FW_EQ_ETH_CMD_EQID_V(eqid));
in t4vf_eth_eq_free()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
2491
txq->q.cntxt_id = FW_EQ_ETH_CMD_EQID_G(be32_to_cpu(rpl.
eqid_pkd
));
in t4vf_sge_alloc_eth_txq()
H
A
D
t4vf_hw.c
1877
cmd.
eqid_pkd
= cpu_to_be32(FW_EQ_ETH_CMD_EQID_V(eqid));
in t4vf_eth_eq_free()
Completed in 90 milliseconds