Searched refs:tx_idle (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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() 931 	bc->hdlctx.state = tx_idle;  in epp_open()
  | 
| /Linux-v5.4/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-v5.4/drivers/atm/ | 
| D | horizon.h | 413   u8                  tx_idle;  member
  | 
| D | horizon.c | 1445     int chan = dev->tx_idle;  in setup_idle_tx_channel() 1458     dev->tx_idle = chan;  in setup_idle_tx_channel() 2733 	dev->tx_idle = 0;  in hrz_probe()
  | 
| /Linux-v5.4/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-v5.4/drivers/staging/octeon/ | 
| D | octeon-stubs.h | 714 		uint64_t tx_idle:1;  member 733 		uint64_t tx_idle:1;  member
  | 
| /Linux-v5.4/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()
  |