Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
Dwil6210.h593 struct wil_txrx_ops { struct
594 void (*configure_interrupt_moderation)(struct wil6210_priv *wil);
596 int (*ring_init_tx)(struct wil6210_vif *vif, int ring_id,
598 void (*ring_fini_tx)(struct wil6210_priv *wil, struct wil_ring *ring);
599 int (*ring_init_bcast)(struct wil6210_vif *vif, int id, int size);
600 int (*tx_init)(struct wil6210_priv *wil);
601 void (*tx_fini)(struct wil6210_priv *wil);
602 int (*tx_desc_map)(union wil_tx_desc *desc, dma_addr_t pa,
604 void (*tx_desc_unmap)(struct device *dev,
607 int (*tx_ring_tso)(struct wil6210_priv *wil, struct wil6210_vif *vif,
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dwil6210.h591 struct wil_txrx_ops { struct
592 void (*configure_interrupt_moderation)(struct wil6210_priv *wil);
594 int (*ring_init_tx)(struct wil6210_vif *vif, int ring_id,
596 void (*ring_fini_tx)(struct wil6210_priv *wil, struct wil_ring *ring);
597 int (*ring_init_bcast)(struct wil6210_vif *vif, int id, int size);
598 int (*tx_init)(struct wil6210_priv *wil);
599 void (*tx_fini)(struct wil6210_priv *wil);
600 int (*tx_desc_map)(union wil_tx_desc *desc, dma_addr_t pa,
602 void (*tx_desc_unmap)(struct device *dev,
605 int (*tx_ring_tso)(struct wil6210_priv *wil, struct wil6210_vif *vif,
[all …]