Searched refs:tx_idle (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/hamradio/ |
D | baycom_epp.c | 186 enum { tx_idle = 0, tx_keyup, tx_data, tx_tail } state; enumerator 427 bc->hdlctx.state = tx_idle; in transmit() 428 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 445 if (bc->hdlctx.state == tx_idle && bc->hdlctx.bufcnt > 0) { in transmit() 925 bc->hdlctx.state = tx_idle; in epp_open()
|
/Linux-v6.6/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-xaui.c | 196 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-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-gmxx-defs.h | 502 uint64_t tx_idle:1; member 520 uint64_t tx_idle:1; 544 uint64_t tx_idle:1; member 562 uint64_t tx_idle:1;
|
D | cvmx-agl-defs.h | 295 uint64_t tx_idle:1; member 319 uint64_t tx_idle:1;
|
/Linux-v6.6/drivers/staging/octeon/ |
D | octeon-stubs.h | 719 uint64_t tx_idle:1; member 738 uint64_t tx_idle:1; member
|
/Linux-v6.6/drivers/net/ethernet/cavium/octeon/ |
D | octeon_mgmt.c | 813 if (prtx_cfg.s.tx_idle == 1 || prtx_cfg.s.rx_idle == 1) in octeon_mgmt_disable_link()
|