OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malo_softc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
malovar.h
77
struct
malo_softc
{
struct
106
int (*sc_enable)(struct
malo_softc
*);
107
void (*sc_disable)(struct
malo_softc
*);
132
int malo_attach(struct
malo_softc
*sc);
malo.c
249
static int malo_alloc_cmd(struct
malo_softc
*sc);
250
static void malo_free_cmd(struct
malo_softc
*sc);
251
static void malo_send_cmd(struct
malo_softc
*sc, bus_addr_t addr);
252
static int malo_send_cmd_dma(struct
malo_softc
*sc, bus_addr_t addr);
253
static int malo_alloc_rx_ring(struct
malo_softc
*sc, struct malo_rx_ring *ring,
255
static void malo_reset_rx_ring(struct
malo_softc
*sc, struct malo_rx_ring *ring);
256
static void malo_free_rx_ring(struct
malo_softc
*sc, struct malo_rx_ring *ring);
257
static int malo_alloc_tx_ring(struct
malo_softc
*sc, struct malo_tx_ring *ring,
259
static void malo_reset_tx_ring(struct
malo_softc
*sc, struct malo_tx_ring *ring);
260
static void malo_free_tx_ring(struct
malo_softc
*sc, struct malo_tx_ring *ring)
[
all
...]
/src/sys/dev/pcmcia/
if_malo_pcmcia.c
79
static int malo_pcmcia_enable(struct
malo_softc
*);
80
static void malo_pcmcia_disable(struct
malo_softc
*);
96
static int cmalo_fw_alloc(struct
malo_softc
*);
97
static void cmalo_fw_free(struct
malo_softc
*);
98
static int cmalo_fw_load_helper(struct
malo_softc
*);
99
static int cmalo_fw_load_main(struct
malo_softc
*);
101
static void cmalo_stop(struct
malo_softc
*);
102
static void cmalo_intr_mask(struct
malo_softc
*, int);
103
static void cmalo_rx(struct
malo_softc
*);
104
static int cmalo_tx(struct
malo_softc
*, struct mbuf *)
[
all
...]
if_malo_pcmciavar.h
365
struct
malo_softc
{
struct
/src/sys/dev/cardbus/
if_malo_cardbus.c
47
struct
malo_softc
sc_malo;
67
int malo_cardbus_enable(struct
malo_softc
*sc);
68
void malo_cardbus_disable(struct
malo_softc
*sc);
93
struct
malo_softc
*sc = &csc->sc_malo;
149
struct
malo_softc
*sc = &csc->sc_malo;
195
malo_cardbus_enable(struct
malo_softc
*sc)
220
malo_cardbus_disable(struct
malo_softc
*sc)
/src/sys/dev/pci/
if_malo_pci.c
65
struct
malo_softc
sc_malo;
101
struct
malo_softc
*sc = &psc->sc_malo;
199
struct
malo_softc
*sc = &psc->sc_malo;
220
struct
malo_softc
*sc = &psc->sc_malo;
232
struct
malo_softc
*sc = &psc->sc_malo;
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025