Searched refs:tx_active (Results 1 – 12 of 12) sorted by relevance
/drivers/net/can/mscan/ |
D | mscan.c | 70 if (priv->tx_active) { in mscan_set_mode() 72 out_8(®s->cantarq, priv->tx_active); in mscan_set_mode() 149 priv->tx_active = 0; in mscan_start() 210 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit() 286 priv->tx_active |= 1 << buf_id; in mscan_start_xmit() 287 out_8(®s->cantier, priv->tx_active); in mscan_start_xmit() 463 priv->tx_active &= ~mask; in mscan_isr() 478 out_8(®s->cantier, priv->tx_active); in mscan_isr()
|
D | mscan.h | 292 u8 tx_active; member
|
/drivers/net/ethernet/apple/ |
D | mace.c | 60 unsigned char tx_active; member 487 mp->tx_active = 0; in mace_open() 570 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start() 574 ++mp->tx_active; in mace_xmit_start() 771 --mp->tx_active; in mace_interrupt() 785 i += mp->tx_active; in mace_interrupt() 788 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt() 794 ++mp->tx_active; in mace_interrupt() 797 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt() 818 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout() [all …]
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 193 bool tx_active; member 963 if (!info->tx_active) in tx_done() 966 info->tx_active = false; in tx_done() 1007 if (!info->tx_active) in tx_ready() 1015 info->tx_active = false; in tx_ready() 1503 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char() 1539 if (!info->tx_active) in mgslpc_flush_chars() 1574 if (info->tx_active) in mgslpc_write() 1601 if (!info->tx_active) in mgslpc_write() 1624 if (info->tx_active) in mgslpc_write_room() [all …]
|
/drivers/tty/ |
D | synclinkmp.c | 214 bool tx_active; member 930 if (info->tx_active) in write() 974 if (!info->tx_active) in write() 1008 !info->tx_active ) { in put_char() 1086 while (info->tx_active) { in wait_until_sent() 1098 while ( info->tx_active && info->tx_enabled) { in wait_until_sent() 1124 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room() 1162 if (!info->tx_active) { in flush_chars() 1404 info->tx_active,info->bh_requested,info->bh_running, in line_info() 1619 if (!info->tx_active) in hdlcdev_xmit() [all …]
|
D | synclink.c | 248 bool tx_active; member 1134 if ( !info->tx_active && info->loopmode_send_done_requested ) in mgsl_bh_transmit() 1243 info->tx_active = false; in mgsl_isr_transmit_status() 1416 info->tx_active = false; in mgsl_isr_transmit_data() 2020 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) { in mgsl_put_char() 2063 if (!info->tx_active) { in mgsl_flush_chars() 2111 if (info->tx_active) { in mgsl_write() 2195 if (!info->tx_active) in mgsl_write() 2233 if ( info->tx_active ) in mgsl_write_room() 2268 if ( info->tx_active ) in mgsl_chars_in_buffer() [all …]
|
D | synclink_gt.c | 312 bool tx_active; member 917 while (info->tx_active) { in wait_until_sent() 935 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room() 1300 info->tx_active,info->bh_requested,info->bh_running, in line_info() 2159 if (info->tx_active) in isr_serial() 2297 if (info->tx_active) { in isr_txeom() 2310 info->tx_active = false; in isr_txeom() 4065 info->tx_active = true; in tx_start() 4089 info->tx_active = false; in tx_stop() 4874 if (info->tx_active) in tbuf_bytes() [all …]
|
/drivers/net/can/c_can/ |
D | c_can.h | 200 atomic_t tx_active; member
|
D | c_can.c | 471 idx = fls(atomic_read(&priv->tx_active)); in c_can_start_xmit() 487 atomic_add((1 << idx), &priv->tx_active); in c_can_start_xmit() 607 atomic_set(&priv->tx_active, 0); in c_can_chip_config() 722 atomic_sub(clr, &priv->tx_active); in c_can_do_tx()
|
/drivers/net/wan/ |
D | z85230.h | 365 unsigned char tx_active; /* character is being xmitted */ member
|
/drivers/usb/serial/ |
D | io_ti.c | 529 static int tx_active(struct edgeport_port *port) in tx_active() function 2146 ret = tx_active(edge_port); in edge_tx_empty()
|
/drivers/infiniband/hw/hfi1/ |
D | mad.c | 575 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()
|