OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amr_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
amrvar.h
55
struct
amr_softc
{
struct
82
int (*amr_get_work)(struct
amr_softc
*, struct amr_mailbox_resp *);
83
int (*amr_submit)(struct
amr_softc
*sc, struct amr_ccb *);
141
int amr_ccb_alloc(struct
amr_softc
*, struct amr_ccb **);
142
void amr_ccb_enqueue(struct
amr_softc
*, struct amr_ccb *);
143
void amr_ccb_free(struct
amr_softc
*, struct amr_ccb *);
144
int amr_ccb_map(struct
amr_softc
*, struct amr_ccb *, void *, int, int);
145
int amr_ccb_poll(struct
amr_softc
*, struct amr_ccb *, int);
146
void amr_ccb_unmap(struct
amr_softc
*, struct amr_ccb *);
147
int amr_ccb_wait(struct
amr_softc
*, struct amr_ccb *)
[
all
...]
amr.c
98
static void amr_ccb_dump(struct
amr_softc
*, struct amr_ccb *);
99
static void *amr_enquire(struct
amr_softc
*, u_int8_t, u_int8_t, u_int8_t,
101
static int amr_init(struct
amr_softc
*, const char *,
108
static void amr_teardown(struct
amr_softc
*);
112
static int amr_quartz_get_work(struct
amr_softc
*,
114
static int amr_quartz_submit(struct
amr_softc
*, struct amr_ccb *);
115
static int amr_std_get_work(struct
amr_softc
*, struct amr_mailbox_resp *);
116
static int amr_std_submit(struct
amr_softc
*, struct amr_ccb *);
122
CFATTACH_DECL3_NEW(amr, sizeof(struct
amr_softc
),
203
amr_inb(struct
amr_softc
*amr, int off
[
all
...]
ld_amr.c
84
struct
amr_softc
*amr = device_private(parent);
124
struct
amr_softc
*amr;
177
struct
amr_softc
*amr;
Completed in 12 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025