Searched refs:ccp_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/crypto/ccp/ |
H A D | ccp.h | 98 struct ccp_softc; 102 struct ccp_softc *cq_softc; 134 struct ccp_softc { struct 176 extern struct ccp_softc *g_ccp_softc; argument 212 void db_ccp_show_hw(struct ccp_softc *sc); 245 struct ccp_softc *sc; in ccp_queue_get_active() 254 struct ccp_softc *sc; in ccp_queue_get_ring_space()
|
H A D | ccp.c | 67 struct ccp_softc *g_ccp_softc; 138 ccp_initialize_queues(struct ccp_softc *sc) in ccp_initialize_queues() 158 ccp_free_queues(struct ccp_softc *sc) in ccp_free_queues() 176 struct ccp_softc *sc; in ccp_attach() 209 struct ccp_softc *sc; in ccp_detach() 312 ccp_auth_supported(struct ccp_softc *sc, in ccp_auth_supported() 333 ccp_cipher_supported(struct ccp_softc *sc, in ccp_cipher_supported() 362 struct ccp_softc *sc; in ccp_probesession() 402 struct ccp_softc *sc; in ccp_newsession() 530 struct ccp_softc *sc; in ccp_process() [all …]
|
H A D | ccp_lsb.h | 41 void ccp_queue_decode_lsb_regions(struct ccp_softc *sc, uint64_t lsbmask, 43 void ccp_assign_lsb_regions(struct ccp_softc *sc, uint64_t lsbmask);
|
H A D | ccp_lsb.c | 40 ccp_queue_decode_lsb_regions(struct ccp_softc *sc, uint64_t lsbmask, in ccp_queue_decode_lsb_regions() 70 ccp_assign_lsb_regions(struct ccp_softc *sc, uint64_t lsbmask) in ccp_assign_lsb_regions()
|
H A D | ccp_hardware.c | 95 ccp_read_4(struct ccp_softc *sc, uint32_t offset) in ccp_read_4() 101 ccp_write_4(struct ccp_softc *sc, uint32_t offset, uint32_t value) in ccp_write_4() 107 ccp_read_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset) in ccp_read_queue_4() 116 ccp_write_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset, in ccp_write_queue_4() 212 struct ccp_softc *sc; in ccp_hw_attach_queue() 318 struct ccp_softc *sc; in ccp_hw_detach_queue() 340 struct ccp_softc *sc; in ccp_map_pci_bar() 370 struct ccp_softc *sc; in ccp_unmap_pci_bar() 459 struct ccp_softc *sc; in ccp_intr_handle_error() 541 struct ccp_softc *sc; in ccp_intr_run_completions() [all …]
|