OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uha_mscp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
uhavar.h
50
void (*start_mbox)(struct uha_softc *, struct
uha_mscp
*);
55
struct
uha_mscp
*sc_mscps; /* all our mscps */
57
struct
uha_mscp
*sc_mscphash[MSCP_HASH_SIZE];
58
TAILQ_HEAD(,
uha_mscp
) sc_free_mscp;
77
struct
uha_mscp
*uha_mscp_phys_kv(struct uha_softc *, u_long);
78
void uha_done(struct uha_softc *, struct
uha_mscp
*);
uha.c
90
integrate void uha_reset_mscp(struct uha_softc *, struct
uha_mscp
*);
91
void uha_free_mscp(struct uha_softc *, struct
uha_mscp
*);
92
integrate int uha_init_mscp(struct uha_softc *, struct
uha_mscp
*);
93
struct
uha_mscp
*uha_get_mscp(struct uha_softc *);
96
int uha_create_mscps(struct uha_softc *, struct
uha_mscp
*, int);
137
#define MSCPSIZE (UHA_MSCP_MAX * sizeof(struct
uha_mscp
))
197
uha_reset_mscp(struct uha_softc *sc, struct
uha_mscp
*mscp)
207
uha_free_mscp(struct uha_softc *sc, struct
uha_mscp
*mscp)
218
uha_init_mscp(struct uha_softc *sc, struct
uha_mscp
*mscp)
252
uha_create_mscps(struct uha_softc *sc, struct
uha_mscp
*mscpstore, int count
[
all
...]
uhareg.h
189
struct
uha_mscp
{
struct
222
TAILQ_ENTRY(
uha_mscp
) chain;
223
struct
uha_mscp
*nexthash;
/src/sys/dev/eisa/
uha_eisa.c
71
static void u24_start_mbox(struct uha_softc *, struct
uha_mscp
*);
229
u24_start_mbox(struct uha_softc *sc, struct
uha_mscp
*mscp)
286
struct
uha_mscp
*mscp;
/src/sys/dev/isa/
uha_isa.c
69
void u14_start_mbox(struct uha_softc *, struct
uha_mscp
*);
280
u14_start_mbox(struct uha_softc *sc, struct
uha_mscp
*mscp)
343
struct
uha_mscp
*mscp;
Completed in 179 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025