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

/drivers/net/can/c_can/
H A Dc_can.h178 atomic_t tx_active; member in struct:c_can_priv
/drivers/net/ethernet/apple/
H A Dmace.c60 unsigned char tx_active; member in struct:mace_data
487 mp->tx_active = 0;
570 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) {
574 ++mp->tx_active;
771 --mp->tx_active;
785 i += mp->tx_active;
788 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
794 ++mp->tx_active;
797 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
818 if (mp->tx_active
[all...]
/drivers/net/can/mscan/
H A Dmscan.h292 u8 tx_active; member in struct:mscan_priv
/drivers/net/wan/
H A Dz85230.h365 unsigned char tx_active; /* character is being xmitted */ member in struct:z8530_channel
/drivers/usb/serial/
H A Dio_ti.c478 static int tx_active(struct edgeport_port *port) function
2007 ret = tx_active(edge_port);
/drivers/char/pcmcia/
H A Dsynclink_cs.c193 bool tx_active; member in struct:_mgslpc_info
963 if (!info->tx_active)
966 info->tx_active = false;
1007 if (!info->tx_active)
1015 info->tx_active = false;
1510 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) {
1546 if (!info->tx_active)
1581 if (info->tx_active)
1608 if (!info->tx_active)
1631 if (info->tx_active)
[all...]
/drivers/tty/
H A Dsynclink_gt.c312 bool tx_active; member in struct:slgt_info
931 while (info->tx_active) {
949 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1314 info->tx_active,info->bh_requested,info->bh_running,
2169 if (info->tx_active)
2307 if (info->tx_active) {
2320 info->tx_active = false;
4082 info->tx_active = true;
4106 info->tx_active = false;
4891 if (info->tx_active)
[all...]
H A Dsynclinkmp.c214 bool tx_active; member in struct:_synclinkmp_info
944 if (info->tx_active)
988 if (!info->tx_active)
1022 !info->tx_active ) {
1100 while (info->tx_active) {
1112 while ( info->tx_active && info->tx_enabled) {
1138 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1176 if (!info->tx_active) {
1418 info->tx_active,info->bh_requested,info->bh_running,
1633 if (!info->tx_active)
[all...]
H A Dsynclink.c248 bool tx_active; member in struct:mgsl_struct
1134 if ( !info->tx_active && info->loopmode_send_done_requested )
1243 info->tx_active = false;
1417 info->tx_active = false;
2030 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) {
2073 if (!info->tx_active) {
2121 if (info->tx_active) {
2205 if (!info->tx_active)
2243 if ( info->tx_active )
2278 if ( info->tx_active )
[all...]

Completed in 215 milliseconds