OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvme_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
nvmevar.h
39
struct
nvme_softc
;
77
struct
nvme_softc
*q_sc;
109
void (*op_enable)(struct
nvme_softc
*);
111
int (*op_q_alloc)(struct
nvme_softc
*,
113
void (*op_q_free)(struct
nvme_softc
*,
116
uint32_t (*op_sq_enter)(struct
nvme_softc
*,
118
void (*op_sq_leave)(struct
nvme_softc
*,
120
uint32_t (*op_sq_enter_locked)(struct
nvme_softc
*,
122
void (*op_sq_leave_locked)(struct
nvme_softc
*,
125
void (*op_cq_done)(struct
nvme_softc
*,
129
struct
nvme_softc
{
struct
[
all
...]
nvme.c
53
static int nvme_ready(struct
nvme_softc
*, uint32_t);
54
static int nvme_enable(struct
nvme_softc
*, u_int);
55
static int nvme_disable(struct
nvme_softc
*);
56
static int nvme_shutdown(struct
nvme_softc
*);
58
uint32_t nvme_op_sq_enter(struct
nvme_softc
*,
60
void nvme_op_sq_leave(struct
nvme_softc
*,
62
uint32_t nvme_op_sq_enter_locked(struct
nvme_softc
*,
64
void nvme_op_sq_leave_locked(struct
nvme_softc
*,
67
void nvme_op_cq_done(struct
nvme_softc
*,
80
static void nvme_dumpregs(struct
nvme_softc
*);
[
all
...]
ld_nvme.c
49
struct
nvme_softc
*sc_nvme;
85
struct
nvme_softc
*nsc = device_private(parent);
/src/sys/arch/arm/apple/
apple_nvme.c
109
void nvme_ans_enable(struct
nvme_softc
*);
111
int nvme_ans_q_alloc(struct
nvme_softc
*, struct nvme_queue *);
112
void nvme_ans_q_free(struct
nvme_softc
*, struct nvme_queue *);
115
nvme_ans_sq_enter(struct
nvme_softc
*, struct nvme_queue *,
117
void nvme_ans_sq_leave(struct
nvme_softc
*,
120
void nvme_ans_cq_done(struct
nvme_softc
*,
144
struct
nvme_softc
asc_nvme;
158
nvme_ans_enable(struct
nvme_softc
*sc)
167
nvme_ans_q_alloc(struct
nvme_softc
*sc, struct nvme_queue *q)
203
nvme_ans_q_free(struct
nvme_softc
*sc
[
all
...]
/src/sys/dev/pci/
nvme_pci.c
74
struct
nvme_softc
psc_nvme;
92
static int nvme_pci_intr_establish(struct
nvme_softc
*,
94
static int nvme_pci_intr_disestablish(struct
nvme_softc
*, uint16_t);
150
struct
nvme_softc
*sc = &psc->psc_nvme;
265
struct
nvme_softc
*sc = &psc->psc_nvme;
279
struct
nvme_softc
*sc = &psc->psc_nvme;
293
struct
nvme_softc
*sc = &psc->psc_nvme;
313
nvme_pci_intr_establish(struct
nvme_softc
*sc, uint16_t qid,
404
nvme_pci_intr_disestablish(struct
nvme_softc
*sc, uint16_t qid)
425
struct
nvme_softc
*sc = &psc->psc_nvme
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025