Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c242 #define TX_THRESH_HI 8192 macro
1040 * to fill the queue totally or up to TX_THRESH_HI bytes. Once we hit
1056 if (gsm->tx_bytes > TX_THRESH_HI) in gsm_dlci_data_sweep()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c311 #define TX_THRESH_HI 8192 macro
1359 * to fill the queue totally or up to TX_THRESH_HI bytes. Once we hit
1373 while (gsm->tx_bytes < TX_THRESH_HI) { in gsm_dlci_data_sweep()

Completed in 11 milliseconds