Home
last modified time | relevance | path

Searched refs:tx_fr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c1821 u32 tx_fr = ec->tx_max_coalesced_frames; in rtl_set_coalesce() local
1830 if (rx_fr > RTL_COALESCE_FRAME_MAX || tx_fr > RTL_COALESCE_FRAME_MAX) in rtl_set_coalesce()
1850 if (tx_fr == 1) in rtl_set_coalesce()
1851 tx_fr = 0; in rtl_set_coalesce()
1854 if ((tx_fr && !ec->tx_coalesce_usecs) || in rtl_set_coalesce()
1858 w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(tx_fr, 4)); in rtl_set_coalesce()
1870 if (!rx_fr && !tx_fr) in rtl_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A Dr8169_main.c1860 u32 tx_fr = ec->tx_max_coalesced_frames; in rtl_set_coalesce() local
1869 if (rx_fr > RTL_COALESCE_FRAME_MAX || tx_fr > RTL_COALESCE_FRAME_MAX) in rtl_set_coalesce()
1889 if (tx_fr == 1) in rtl_set_coalesce()
1890 tx_fr = 0; in rtl_set_coalesce()
1893 if ((tx_fr && !ec->tx_coalesce_usecs) || in rtl_set_coalesce()
1897 w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(tx_fr, 4)); in rtl_set_coalesce()
1909 if (!rx_fr && !tx_fr) in rtl_set_coalesce()

Completed in 21 milliseconds