OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_OF_SG_PER_BLOCK
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
adw.h
53
#define
NO_OF_SG_PER_BLOCK
15
57
((ADW_MAX_SG_LIST + (
NO_OF_SG_PER_BLOCK
- 1))/
NO_OF_SG_PER_BLOCK
)
adwlib.h
697
#define
NO_OF_SG_PER_BLOCK
15
708
} sg_list[
NO_OF_SG_PER_BLOCK
];
adw.c
748
* If there are more than
NO_OF_SG_PER_BLOCK
DMA segments (hw sg-list)
753
for (i = 0; i <
NO_OF_SG_PER_BLOCK
; i++) {
768
sg_block->sg_cnt =
NO_OF_SG_PER_BLOCK
;
Completed in 13 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025