Home
last modified time | relevance | path

Searched refs:rx_ring_eq_is_full (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8922ae.c28 .rx_ring_eq_is_full = true,
Drtw8852ae.c28 .rx_ring_eq_is_full = false,
Drtw8852bte.c28 .rx_ring_eq_is_full = false,
Drtw8852be.c28 .rx_ring_eq_is_full = false,
Drtw8851be.c28 .rx_ring_eq_is_full = false,
Drtw8852ce.c37 .rx_ring_eq_is_full = false,
Dpci.c76 if (info->rx_ring_eq_is_full) in rtw89_pci_dma_recalc()
312 if (!info->rx_ring_eq_is_full) in rtw89_pci_get_rx_skb_idx()
1651 if (info->rx_ring_eq_is_full) in rtw89_pci_reset_trx_rings()
1664 if (info->rx_ring_eq_is_full) in rtw89_pci_reset_trx_rings()
3433 if (info->rx_ring_eq_is_full) in rtw89_pci_alloc_rx_ring()
Dpci.h1297 bool rx_ring_eq_is_full; member