Home
last modified time | relevance | path

Searched refs:txpending (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c586 self->txpending = 0; in toshoboe_initptrs()
1039 ,skb->len,self->txpending,INB (OBOE_ENABLEH)); in toshoboe_hard_xmit()
1064 if (self->txpending || skb->len) in toshoboe_hard_xmit()
1099 if (self->txpending) in toshoboe_hard_xmit()
1111 ,skb->len,mtt,self->txpending); in toshoboe_hard_xmit()
1133 self->txpending++; in toshoboe_hard_xmit()
1155 ,skb->len, self->ring->tx[self->txs].control, self->txpending); in toshoboe_hard_xmit()
1185 if (!self->txpending) in toshoboe_hard_xmit()
1188 self->txpending++; in toshoboe_hard_xmit()
1227 txp = self->txpending; in toshoboe_interrupt()
[all …]
Dtoshoboe.c296 if (self->txpending) in toshoboe_hard_xmit()
331 self->txpending++; in toshoboe_hard_xmit()
336 if (self->txpending != TX_SLOTS) in toshoboe_hard_xmit()
382 self->txpending--; in toshoboe_interrupt()
501 self->txpending = 0; in toshoboe_initptrs()
893 while ((i--) && (self->txpending)) in toshoboe_suspend()
899 self->txpending = 0; in toshoboe_suspend()
Ddonauboe.h325 int txpending; /*how many tx's are pending */ member
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h154 int txpending; /*how many tx's are pending */ member