OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_last_reply_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
191
int
sc_last_reply_idx
;
member in struct:mfi_softc
mfi.c
2969
sc->
sc_last_reply_idx
= 0;
3105
(u_long)sc, (u_long)sc->
sc_last_reply_idx
);
3107
KASSERT(sc->
sc_last_reply_idx
< sc->sc_reply_pool_size);
3111
sc->
sc_last_reply_idx
* MEGASAS_THUNDERBOLT_REPLY_SIZE);
3127
sc->
sc_last_reply_idx
, desc->words, ccb);
3149
sc->
sc_last_reply_idx
++;
3150
if (sc->
sc_last_reply_idx
>= sc->sc_reply_pool_size) {
3151
sc->
sc_last_reply_idx
= 0;
3157
sc->
sc_last_reply_idx
* MEGASAS_THUNDERBOLT_REPLY_SIZE);
3168
mfi_write(sc, MFI_RPI, sc->
sc_last_reply_idx
);
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025