Searched refs:tx_sdu_busy (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirttp.h139 int tx_sdu_busy; /* TxSdu.busy */ member in struct:tsap_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirttp.c654 if ((!self->tx_sdu_busy) &&
661 /* self->tx_sdu_busy is the state of the client.
668 self->tx_sdu_busy = TRUE;
770 if ((self->tx_sdu_busy) &&
778 /* self->tx_sdu_busy is the state of the client.
781 self->tx_sdu_busy = FALSE;
1853 seq_printf(seq, " tx_sdu_busy: %s, ",
1854 self->tx_sdu_busy? "TRUE":"FALSE");

Completed in 53 milliseconds