Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwil6210.h602 struct wil_txrx_ops { struct
603 void (*configure_interrupt_moderation)(struct wil6210_priv *wil);
605 int (*ring_init_tx)(struct wil6210_vif *vif, int ring_id,
607 void (*ring_fini_tx)(struct wil6210_priv *wil, struct wil_ring *ring);
608 int (*ring_init_bcast)(struct wil6210_vif *vif, int id, int size);
609 int (*tx_init)(struct wil6210_priv *wil);
610 void (*tx_fini)(struct wil6210_priv *wil);
611 int (*tx_desc_map)(union wil_tx_desc *desc, dma_addr_t pa,
613 void (*tx_desc_unmap)(struct device *dev,
616 int (*tx_ring_tso)(struct wil6210_priv *wil, struct wil6210_vif *vif,
[all …]