Searched refs:txflow (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/tty/ |
D | moxa.c | 1770 int rts, cts, txflow, rxflow, xany, baud; in moxa_set_tty_param() local 1772 rts = cts = txflow = rxflow = xany = 0; in moxa_set_tty_param() 1776 txflow = 1; in moxa_set_tty_param() 1782 MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany); in moxa_set_tty_param() 2131 int txflow, int rxflow, int txany) in MoxaPortFlowCtrl() argument 2139 if (txflow) in MoxaPortFlowCtrl()
|
/Linux-v6.6/drivers/usb/atm/ |
D | ueagle-atm.c | 152 u32 txflow; member 1401 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 52, &sc->stats.phy.txflow); in uea_stat_e1() 2405 UEA_ATTR(txflow, 0);
|