OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_max_sgs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aacvar.h
133
* sc->
sc_max_sgs
is the number of scatter-gather elements we can fit
138
#define AAC_MAX_XFER(sc) (((sc)->
sc_max_sgs
- 1) * PAGE_SIZE)
311
u_int32_t
sc_max_sgs
;
member in struct:aac_softc
aac.c
280
sc->
sc_max_sgs
, AAC_MAX_XFER(sc), 0,
494
sc->
sc_max_sgs
= (sc->sc_max_fib_size
499
sc->
sc_max_sgs
= (sc->sc_max_fib_size
518
if (tmpval < sc->
sc_max_sgs
) {
519
sc->
sc_max_sgs
= tmpval;
541
if (calcsgs < sc->
sc_max_sgs
) {
542
sc->
sc_max_sgs
= calcsgs;
1361
printf("more than %d DMA segs\n", sc->
sc_max_sgs
);
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025