OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mfi_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
62
struct
mfi_softc
*ccb_sc;
124
uint32_t (*mio_fw_state)(struct
mfi_softc
*);
125
void (*mio_intr_dis)(struct
mfi_softc
*);
126
void (*mio_intr_ena)(struct
mfi_softc
*);
127
int (*mio_intr)(struct
mfi_softc
*);
128
void (*mio_post)(struct
mfi_softc
*,
134
struct
mfi_softc
{
struct
220
int mfi_attach(struct
mfi_softc
*, enum mfi_iop);
221
int mfi_detach(struct
mfi_softc
*, int);
mfi.c
131
static struct mfi_ccb *mfi_get_ccb(struct
mfi_softc
*);
133
static int mfi_init_ccb(struct
mfi_softc
*);
135
static struct mfi_mem *mfi_allocmem(struct
mfi_softc
*, size_t);
136
static void mfi_freemem(struct
mfi_softc
*, struct mfi_mem **);
138
static int mfi_transition_firmware(struct
mfi_softc
*);
139
static int mfi_initialize_firmware(struct
mfi_softc
*);
140
static int mfi_get_info(struct
mfi_softc
*);
141
static int mfi_get_bbu(struct
mfi_softc
*,
147
static uint32_t mfi_read(struct
mfi_softc
*, bus_size_t);
148
static void mfi_write(struct
mfi_softc
*, bus_size_t, uint32_t)
[
all
...]
/src/sys/dev/pci/
mfi_pci.c
44
struct
mfi_softc
psc_sc;
176
struct
mfi_softc
*sc = &psc->psc_sc;
192
struct
mfi_softc
*sc = &psc->psc_sc;
Completed in 44 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025