OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mfi_allocmem
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
mfi.c
135
static struct mfi_mem *
mfi_allocmem
(struct mfi_softc *, size_t);
492
mfi_allocmem
(struct mfi_softc *sc, size_t size)
function in typeref:struct:mfi_mem *
497
DNPRINTF(MFI_D_MEM, "%s:
mfi_allocmem
: %zu\n", DEVNAME(sc),
1084
sc->sc_tbolt_reqmsgpool =
mfi_allocmem
(sc, tb_mem_size);
1102
sc->sc_tbolt_ioc_init =
mfi_allocmem
(sc,
1110
sc->sc_tbolt_verbuf =
mfi_allocmem
(sc,
1120
sc->sc_pcq =
mfi_allocmem
(sc, (sizeof(uint32_t) * sc->sc_max_cmds) +
1135
sc->sc_frames =
mfi_allocmem
(sc, sc->sc_frames_size * sc->sc_max_cmds);
1150
sc->sc_sense =
mfi_allocmem
(sc, sc->sc_max_cmds * MFI_SENSE_SIZE);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025