Lines Matching refs:txpending
586 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()
1228 self->txpending = 0; in toshoboe_interrupt()
1233 self->txpending++; in toshoboe_interrupt()
1236 ,irqstat,txp,self->txpending); in toshoboe_interrupt()
1261 if ((!self->txpending) && (self->new_speed)) in toshoboe_interrupt()
1386 ,self->int_sip,irqstat,self->txpending); in toshoboe_interrupt()
1795 while ((i--) && (self->txpending)) in toshoboe_gotosleep()
1802 self->txpending = 0; in toshoboe_gotosleep()