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:WR_FLITS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
85
#define WR_LEN (
WR_FLITS
* 8)
146
* desc = 1 + (flits - 2) / (
WR_FLITS
- 1).
255
while (frag_idx < nfrags && curflit <
WR_FLITS
) {
in unmap_skb()
272
d->sflit = curflit -
WR_FLITS
- j; /* sflit can be -1 */
in unmap_skb()
1127
unsigned int avail =
WR_FLITS
- flits;
in write_wr_hdr_sgl()
1152
wrp->wr_lo = htonl(V_WR_LEN(min(
WR_FLITS
,
in write_wr_hdr_sgl()
1161
wp->wr_lo = htonl(V_WR_LEN(
WR_FLITS
) | V_WR_GEN(ogen)) | wr_lo;
in write_wr_hdr_sgl()
H
A
D
common.h
151
#define
WR_FLITS
(TX_DESC_FLITS + 1 - SGE_NUM_GENBITS)
macro
H
A
D
cxgb3_offload.c
390
*(unsigned int *)data =
WR_FLITS
;
in cxgb_offload_ctl()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
85
#define WR_LEN (
WR_FLITS
* 8)
148
* desc = 1 + (flits - 2) / (
WR_FLITS
- 1).
252
while (frag_idx < nfrags && curflit <
WR_FLITS
) {
in unmap_skb()
269
d->sflit = curflit -
WR_FLITS
- j; /* sflit can be -1 */
in unmap_skb()
1122
unsigned int avail =
WR_FLITS
- flits;
in write_wr_hdr_sgl()
1147
wrp->wr_lo = htonl(V_WR_LEN(min(
WR_FLITS
,
in write_wr_hdr_sgl()
1156
wp->wr_lo = htonl(V_WR_LEN(
WR_FLITS
) | V_WR_GEN(ogen)) | wr_lo;
in write_wr_hdr_sgl()
H
A
D
common.h
151
#define
WR_FLITS
(TX_DESC_FLITS + 1 - SGE_NUM_GENBITS)
macro
H
A
D
cxgb3_offload.c
390
*(unsigned int *)data =
WR_FLITS
;
in cxgb_offload_ctl()
Completed in 17 milliseconds