Searched refs:tx_idle (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/hamradio/ |
D | baycom_epp.c | 201 enum { tx_idle = 0, tx_keyup, tx_data, tx_tail } state; enumerator 438 bc->hdlctx.state = tx_idle; in transmit() 439 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 456 if (bc->hdlctx.state == tx_idle && bc->hdlctx.bufcnt > 0) { in transmit() 925 bc->hdlctx.state = tx_idle; in epp_open()
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-xaui.c | 186 tx_idle, ==, 1, 10000)) in __cvmx_helper_xaui_enable()
|
D | cvmx-helper-sgmii.c | 225 union cvmx_gmxx_prtx_cfg, tx_idle, ==, 1, in __cvmx_helper_sgmii_hardware_init_link_speed()
|
/linux-4.1.27/drivers/atm/ |
D | horizon.h | 428 u8 tx_idle; member
|
D | horizon.c | 1459 int chan = dev->tx_idle; in setup_idle_tx_channel() 1472 dev->tx_idle = chan; in setup_idle_tx_channel() 2747 dev->tx_idle = 0; in hrz_probe()
|
/linux-4.1.27/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 | 2594 uint64_t tx_idle:1; member 2612 uint64_t tx_idle:1; 2640 uint64_t tx_idle:1; member 2658 uint64_t tx_idle:1;
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 817 if (prtx_cfg.s.tx_idle == 1 || prtx_cfg.s.rx_idle == 1) in octeon_mgmt_disable_link()
|