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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
285 priv->tx_active |= 1 << buf_id;
286 out_8(&regs->cantier, priv->tx_active);
479 priv->tx_active &= ~mask;
494 out_8(&regs->cantier, priv->tx_active);
H A Dmscan.h291 u8 tx_active; member in struct:mscan_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmace.c58 unsigned char tx_active; member in struct:mace_data
488 mp->tx_active = 0;
571 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) {
575 ++mp->tx_active;
762 --mp->tx_active;
772 i += mp->tx_active;
775 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
781 ++mp->tx_active;
784 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
805 if (mp->tx_active
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c197 bool tx_active; member in struct:_mgslpc_info
979 if (!info->tx_active)
982 info->tx_active = false;
1023 if (!info->tx_active)
1031 info->tx_active = false;
1528 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) {
1564 if (!info->tx_active)
1599 if (info->tx_active)
1626 if (!info->tx_active)
1649 if (info->tx_active)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_amac.c429 bool tx_active; member in struct:amac_priv
893 if( ! priv->tx_active ) {
1027 priv->tx_active = false ;
1036 priv->tx_active = false ;
1124 if( (ix & 0x3f) == 0x3f && ! priv->tx_active ) {
1126 priv->tx_active = true;
1165 if( ! priv->tx_active ) {
1169 priv->tx_active = true ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h365 unsigned char tx_active; /* character is being xmitted */ member in struct:z8530_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c252 bool tx_active; member in struct:mgsl_struct
1142 if ( !info->tx_active && info->loopmode_send_done_requested )
1251 info->tx_active = false;
1425 info->tx_active = false;
2039 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) {
2082 if (!info->tx_active) {
2131 if (info->tx_active) {
2215 if (!info->tx_active)
2253 if ( info->tx_active )
2288 if ( info->tx_active )
[all...]
H A Dsynclinkmp.c216 bool tx_active; member in struct:_synclinkmp_info
938 if (info->tx_active)
982 if (!info->tx_active)
1016 !info->tx_active ) {
1094 while (info->tx_active) {
1106 while ( info->tx_active && info->tx_enabled) {
1132 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1170 if (!info->tx_active) {
1419 info->tx_active,info->bh_requested,info->bh_running,
1634 if (!info->tx_active)
[all...]
H A Dsynclink_gt.c312 bool tx_active; member in struct:slgt_info
926 while (info->tx_active) {
944 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1295 info->tx_active,info->bh_requested,info->bh_running,
2152 if (info->tx_active)
2290 if (info->tx_active) {
2303 info->tx_active = false;
3982 info->tx_active = true;
4006 info->tx_active = false;
4772 if (info->tx_active)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c501 static int tx_active(struct edgeport_port *port) function
591 if (!tx_active(port))
601 /* (tx_active doesn't seem to wait for the last byte) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S664 ;; tx_active
H A Dxircom_pgs.S725 ;; tx_active

Completed in 131 milliseconds