Searched refs:qwz_softc (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_qwz_pci.c | 331 struct qwz_softc sc_sc; 392 int qwz_pci_alloc_xfer_ring(struct qwz_softc *, struct qwz_pci_xfer_ring *, 396 int qwz_pci_alloc_event_ring(struct qwz_softc *, 400 int qwz_pci_init_cmd_ring(struct qwz_softc *, struct qwz_pci_cmd_ring *); 401 uint32_t qwz_pci_read(struct qwz_softc *, uint32_t); 402 void qwz_pci_write(struct qwz_softc *, uint32_t, uint32_t); 404 void qwz_pci_read_hw_version(struct qwz_softc *, uint32_t *, uint32_t *); 405 uint32_t qwz_pcic_read32(struct qwz_softc *, uint32_t); 406 void qwz_pcic_write32(struct qwz_softc *, uint32_t, uint32_t); 408 void qwz_pcic_ext_irq_enable(struct qwz_softc *); [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | qwzvar.h | 54 struct qwz_softc; 171 int (*create_srng_config)(struct qwz_softc *); 236 void (*wmi_init)(struct qwz_softc *sc, 454 uint32_t (*read32)(struct qwz_softc *, uint32_t); 455 void (*write32)(struct qwz_softc *, uint32_t, uint32_t); 456 int (*start)(struct qwz_softc *); 457 void (*stop)(struct qwz_softc *); 458 int (*power_up)(struct qwz_softc *); 459 void (*power_down)(struct qwz_softc *); 460 int (*submit_xfer)(struct qwz_softc *, struct mbuf *); [all …]
|
| D | qwz.c | 126 int qwz_ce_init_pipes(struct qwz_softc *); 127 int qwz_hal_srng_create_config_wcn7850(struct qwz_softc *); 128 int qwz_hal_srng_src_num_free(struct qwz_softc *, struct hal_srng *, int); 129 int qwz_ce_per_engine_service(struct qwz_softc *, uint16_t); 130 int qwz_hal_srng_setup(struct qwz_softc *, enum hal_ring_type, int, int, 132 int qwz_ce_send(struct qwz_softc *, struct mbuf *, uint8_t, uint16_t); 135 void qwz_hal_srng_shadow_update_hp_tp(struct qwz_softc *, struct hal_srng *); 136 void qwz_wmi_free_dbring_caps(struct qwz_softc *); 137 int qwz_wmi_set_peer_param(struct qwz_softc *, uint8_t *, uint32_t, 139 int qwz_wmi_peer_rx_reorder_queue_setup(struct qwz_softc *, int, int, [all …]
|