OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vge_control_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_vge.c
161
struct
vge_control_data
{
struct
170
#define VGE_CDOFF(x) offsetof(struct
vge_control_data
, x)
215
struct
vge_control_data
*sc_control_data;
793
error = bus_dmamem_alloc(sc->sc_dmat, sizeof(struct
vge_control_data
),
806
sizeof(struct
vge_control_data
), (void **)&sc->sc_control_data,
813
memset(sc->sc_control_data, 0, sizeof(struct
vge_control_data
));
819
sizeof(struct
vge_control_data
), 1,
820
sizeof(struct
vge_control_data
), 0, BUS_DMA_NOWAIT,
830
sc->sc_control_data, sizeof(struct
vge_control_data
), NULL,
884
sizeof(struct
vge_control_data
));
[
all
...]
if_vge.c
161
struct
vge_control_data
{
struct
170
#define VGE_CDOFF(x) offsetof(struct
vge_control_data
, x)
215
struct
vge_control_data
*sc_control_data;
793
error = bus_dmamem_alloc(sc->sc_dmat, sizeof(struct
vge_control_data
),
806
sizeof(struct
vge_control_data
), (void **)&sc->sc_control_data,
813
memset(sc->sc_control_data, 0, sizeof(struct
vge_control_data
));
819
sizeof(struct
vge_control_data
), 1,
820
sizeof(struct
vge_control_data
), 0, BUS_DMA_NOWAIT,
830
sc->sc_control_data, sizeof(struct
vge_control_data
), NULL,
884
sizeof(struct
vge_control_data
));
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025