OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flits
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_sge.c
142
* Maps a number of
flits
to the number of Tx descriptors that can hold them.
145
* desc = 1 + (
flits
- 2) / (WR_FLITS - 1).
263
* Calculates the number of
flits
needed for a scatter/gather list that
906
unsigned int
flits
;
local
911
flits
= sgl_len(nsegs) + 2;
914
flits
++;
916
return flits_to_desc(
flits
);
1070
* @
flits
: number of
flits
to the start of the SGL in the first descriptor
1071
* @sgl_flits: the SGL size in
flits
1162
unsigned int ndesc,
flits
, cntrl, mlen;
local
1720
unsigned int sgl_
flits
,
flits
;
local
1760
unsigned int
flits
, cnt = 0;
local
[
all
...]
cxgb_sge.c
142
* Maps a number of
flits
to the number of Tx descriptors that can hold them.
145
* desc = 1 + (
flits
- 2) / (WR_FLITS - 1).
263
* Calculates the number of
flits
needed for a scatter/gather list that
906
unsigned int
flits
;
local
911
flits
= sgl_len(nsegs) + 2;
914
flits
++;
916
return flits_to_desc(
flits
);
1070
* @
flits
: number of
flits
to the start of the SGL in the first descriptor
1071
* @sgl_flits: the SGL size in
flits
1162
unsigned int ndesc,
flits
, cntrl, mlen;
local
1720
unsigned int sgl_
flits
,
flits
;
local
1760
unsigned int
flits
, cnt = 0;
local
[
all
...]
Completed in 128 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026