sys/dev/sec/sec.c
1011
sec_enqueue(struct sec_softc *sc)
sys/dev/sec/sec.c
102
static int sec_aesu_make_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
1069
sec_find_desc(struct sec_softc *sc, bus_addr_t paddr)
sys/dev/sec/sec.c
1087
sec_make_pointer_direct(struct sec_softc *sc, struct sec_desc *desc, u_int n,
sys/dev/sec/sec.c
1104
sec_make_pointer(struct sec_softc *sc, struct sec_desc *desc,
sys/dev/sec/sec.c
111
static int sec_mdeu_make_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
1152
sec_auth_supported(struct sec_softc *sc,
sys/dev/sec/sec.c
1178
struct sec_softc *sc = device_get_softc(dev);
sys/dev/sec/sec.c
1239
struct sec_softc *sc = device_get_softc(dev);
sys/dev/sec/sec.c
1318
sec_build_common_ns_desc(struct sec_softc *sc, struct sec_desc *desc,
sys/dev/sec/sec.c
135
sizeof(struct sec_softc),
sys/dev/sec/sec.c
1369
sec_build_common_s_desc(struct sec_softc *sc, struct sec_desc *desc,
sys/dev/sec/sec.c
1437
sec_aesu_make_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
1525
sec_mdeu_make_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
172
struct sec_softc *sc;
sys/dev/sec/sec.c
221
struct sec_softc *sc;
sys/dev/sec/sec.c
371
struct sec_softc *sc = device_get_softc(dev);
sys/dev/sec/sec.c
460
sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand,
sys/dev/sec/sec.c
490
sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand,
sys/dev/sec/sec.c
513
struct sec_softc *sc = arg;
sys/dev/sec/sec.c
611
struct sec_softc *sc = arg;
sys/dev/sec/sec.c
618
sec_controller_reset(struct sec_softc *sc)
sys/dev/sec/sec.c
640
sec_channel_reset(struct sec_softc *sc, int channel, int full)
sys/dev/sec/sec.c
65
static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
sys/dev/sec/sec.c
67
static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
sys/dev/sec/sec.c
680
sec_init(struct sec_softc *sc)
sys/dev/sec/sec.c
69
static int sec_controller_reset(struct sec_softc *sc);
sys/dev/sec/sec.c
70
static int sec_channel_reset(struct sec_softc *sc, int channel, int full);
sys/dev/sec/sec.c
71
static int sec_init(struct sec_softc *sc);
sys/dev/sec/sec.c
72
static int sec_alloc_dma_mem(struct sec_softc *sc,
sys/dev/sec/sec.c
728
struct sec_softc *sc = sdmi->sdmi_sc;
sys/dev/sec/sec.c
74
static int sec_desc_map_dma(struct sec_softc *sc,
sys/dev/sec/sec.c
776
sec_alloc_dma_mem(struct sec_softc *sc, struct sec_dma_mem *dma_mem,
sys/dev/sec/sec.c
78
static void sec_enqueue(struct sec_softc *sc);
sys/dev/sec/sec.c
79
static int sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc,
sys/dev/sec/sec.c
81
static int sec_eu_channel(struct sec_softc *sc, int eu);
sys/dev/sec/sec.c
82
static int sec_make_pointer(struct sec_softc *sc, struct sec_desc *desc,
sys/dev/sec/sec.c
832
sec_desc_map_dma(struct sec_softc *sc, struct sec_dma_mem *dma_mem,
sys/dev/sec/sec.c
84
static int sec_make_pointer_direct(struct sec_softc *sc,
sys/dev/sec/sec.c
91
static int sec_build_common_ns_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
924
sec_eu_channel(struct sec_softc *sc, int eu)
sys/dev/sec/sec.c
94
static int sec_build_common_s_desc(struct sec_softc *sc,
sys/dev/sec/sec.c
965
sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc, int channel)
sys/dev/sec/sec.c
98
static struct sec_desc *sec_find_desc(struct sec_softc *sc, bus_addr_t paddr);
sys/dev/sec/sec.h
147
int (*sem_make_desc)(struct sec_softc *sc,
sys/dev/sec/sec.h
160
struct sec_softc *sdmi_sc;
sys/dev/sec/sec.h
58
struct sec_softc;