Searched refs:tx_active (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/apple/
H A Dmace.c60 unsigned char tx_active; member in struct:mace_data
490 mp->tx_active = 0;
573 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) {
577 ++mp->tx_active;
774 --mp->tx_active;
788 i += mp->tx_active;
791 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
797 ++mp->tx_active;
800 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
821 if (mp->tx_active
[all...]
/drivers/net/can/mscan/
H A Dmscan.c71 if (priv->tx_active) {
73 out_8(&regs->cantarq, priv->tx_active);
150 priv->tx_active = 0;
211 i = ~priv->tx_active & MSCAN_TXE;
287 priv->tx_active |= 1 << buf_id;
288 out_8(&regs->cantier, priv->tx_active);
484 priv->tx_active &= ~mask;
499 out_8(&regs->cantier, priv->tx_active);
H A Dmscan.h291 u8 tx_active; member in struct:mscan_priv
/drivers/char/pcmcia/
H A Dsynclink_cs.c195 bool tx_active; member in struct:_mgslpc_info
957 if (!info->tx_active)
960 info->tx_active = false;
1001 if (!info->tx_active)
1009 info->tx_active = false;
1506 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) {
1542 if (!info->tx_active)
1577 if (info->tx_active)
1604 if (!info->tx_active)
1627 if (info->tx_active)
[all...]
/drivers/net/wan/
H A Dz85230.h365 unsigned char tx_active; /* character is being xmitted */ member in struct:z8530_channel
/drivers/tty/
H A Dsynclink.c249 bool tx_active; member in struct:mgsl_struct
1139 if ( !info->tx_active && info->loopmode_send_done_requested )
1248 info->tx_active = false;
1422 info->tx_active = false;
2036 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) {
2079 if (!info->tx_active) {
2127 if (info->tx_active) {
2211 if (!info->tx_active)
2249 if ( info->tx_active )
2284 if ( info->tx_active )
[all...]
H A Dsynclinkmp.c215 bool tx_active; member in struct:_synclinkmp_info
937 if (info->tx_active)
981 if (!info->tx_active)
1015 !info->tx_active ) {
1093 while (info->tx_active) {
1105 while ( info->tx_active && info->tx_enabled) {
1131 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1169 if (!info->tx_active) {
1411 info->tx_active,info->bh_requested,info->bh_running,
1626 if (!info->tx_active)
[all...]
H A Dsynclink_gt.c313 bool tx_active; member in struct:slgt_info
933 while (info->tx_active) {
951 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1316 info->tx_active,info->bh_requested,info->bh_running,
2176 if (info->tx_active)
2314 if (info->tx_active) {
2327 info->tx_active = false;
4074 info->tx_active = true;
4098 info->tx_active = false;
4883 if (info->tx_active)
[all...]
/drivers/usb/serial/
H A Dio_ti.c494 static int tx_active(struct edgeport_port *port) function
584 if (!tx_active(port))
594 /* (tx_active doesn't seem to wait for the last byte) */

Completed in 129 milliseconds