Home
last modified time | relevance | path

Searched defs:ath11k_hw_ops (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Dqwxvar.h258 struct ath11k_hw_ops { struct
259 uint8_t (*get_hw_mac_from_pdev_id)(int pdev_id);
260 void (*wmi_init_config)(struct qwx_softc *sc,
262 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
263 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
265 void (*tx_mesh_enable)(struct ath11k_base *ab,
268 int (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
270 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
272 uint8_t (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
273 uint8_t *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
[all …]