Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c4411 u8 agg_ctrl, usb_spec, page_thresh, timeout; in rtl8xxxu_gen1_init_aggregation() local
4441 page_thresh = (priv->fops->rx_agg_buf_size / 512); in rtl8xxxu_gen1_init_aggregation()
4443 if (rtl8xxxu_dma_agg_pages <= page_thresh) in rtl8xxxu_gen1_init_aggregation()
4444 timeout = page_thresh; in rtl8xxxu_gen1_init_aggregation()
4452 __func__, rtl8xxxu_dma_agg_pages, page_thresh); in rtl8xxxu_gen1_init_aggregation()
4454 rtl8xxxu_write8(priv, REG_RXDMA_AGG_PG_TH, page_thresh); in rtl8xxxu_gen1_init_aggregation()