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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c57 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;
770 --mp->tx_active;
780 i += mp->tx_active;
783 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
789 ++mp->tx_active;
792 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
813 if (mp->tx_active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c206 int tx_active; member in struct:_mgslpc_info
1032 if (!info->tx_active)
1035 info->tx_active = 0;
1076 if (!info->tx_active)
1084 info->tx_active = 0;
1579 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) {
1614 if (!info->tx_active)
1649 if (info->tx_active)
1676 if (!info->tx_active)
1699 if (info->tx_active)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c326 int tx_active; member in struct:slgt_info
897 if (info->tx_active)
914 if (!info->tx_active)
935 if (!info->tx_active && (info->tx_count < info->max_frame_size))
988 while (info->tx_active) {
1007 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1028 if (!info->tx_active && info->tx_count) {
1045 if (!info->tx_active)
1081 if (!info->tx_active && info->tx_count) {
1345 info->tx_active,inf
[all...]
H A Dsynclink.c266 int tx_active; member in struct:mgsl_struct
1159 if ( !info->tx_active && info->loopmode_send_done_requested )
1268 info->tx_active = 0;
1442 info->tx_active = 0;
2058 if ( (info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active ) {
2101 if (!info->tx_active) {
2150 if (info->tx_active) {
2234 if (!info->tx_active)
2272 if ( info->tx_active )
2307 if ( info->tx_active )
[all...]
H A Dsynclinkmp.c224 int tx_active; member in struct:_synclinkmp_info
1001 if (info->tx_active)
1045 if (!info->tx_active)
1078 !info->tx_active ) {
1154 while (info->tx_active) {
1164 while ( info->tx_active && info->tx_enabled) {
1190 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE;
1228 if (!info->tx_active) {
1478 info->tx_active,info->bh_requested,info->bh_running,
1699 if (!info->tx_active)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h366 unsigned char tx_active; /* character is being xmitted */ member in struct:z8530_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h105 int tx_active; /* Char is being xmitted. */ member in struct:dec_serial
H A Dzs.c414 info->tx_active = 0;
420 info->tx_active = 1;
433 info->tx_active = 1;
474 if (!info->tx_active)
896 && !info->tx_active)
962 if (!info->tx_active)
993 if (!info->tx_active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S725 ;; tx_active
H A Dkeyspan_pda.S664 ;; tx_active

Completed in 188 milliseconds