Searched refs:tx_idle (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_epp.c | 201 enum { tx_idle = 0, tx_keyup, tx_data, tx_tail } state; enumerator 442 bc->hdlctx.state = tx_idle; in transmit() 443 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 460 if (bc->hdlctx.state == tx_idle && bc->hdlctx.bufcnt > 0) { in transmit() 945 bc->hdlctx.state = tx_idle; in epp_open()
|
/Linux-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-xaui.c | 195 tx_idle, ==, 1, 10000)) in __cvmx_helper_xaui_enable()
|
D | cvmx-helper-sgmii.c | 221 union cvmx_gmxx_prtx_cfg, tx_idle, ==, 1, in __cvmx_helper_sgmii_hardware_init_link_speed()
|
/Linux-v4.19/drivers/atm/ |
D | horizon.h | 428 u8 tx_idle; member
|
D | horizon.c | 1460 int chan = dev->tx_idle; in setup_idle_tx_channel() 1473 dev->tx_idle = chan; in setup_idle_tx_channel() 2748 dev->tx_idle = 0; in hrz_probe()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-agl-defs.h | 319 uint64_t tx_idle:1; member 343 uint64_t tx_idle:1;
|
D | cvmx-gmxx-defs.h | 2596 uint64_t tx_idle:1; member 2614 uint64_t tx_idle:1; 2642 uint64_t tx_idle:1; member 2660 uint64_t tx_idle:1;
|
/Linux-v4.19/drivers/net/ethernet/cavium/octeon/ |
D | octeon_mgmt.c | 814 if (prtx_cfg.s.tx_idle == 1 || prtx_cfg.s.rx_idle == 1) in octeon_mgmt_disable_link()
|