Lines Matching refs:txpending
540 self->txpending = 0; in toshoboe_initptrs()
987 ,skb->len,self->txpending,INB (OBOE_ENABLEH)); in toshoboe_hard_xmit()
1012 if (self->txpending || skb->len) in toshoboe_hard_xmit()
1047 if (self->txpending) in toshoboe_hard_xmit()
1059 ,skb->len,mtt,self->txpending); in toshoboe_hard_xmit()
1081 self->txpending++; in toshoboe_hard_xmit()
1103 ,skb->len, self->ring->tx[self->txs].control, self->txpending); in toshoboe_hard_xmit()
1133 if (!self->txpending) in toshoboe_hard_xmit()
1136 self->txpending++; in toshoboe_hard_xmit()
1172 txp = self->txpending; in toshoboe_interrupt()
1173 self->txpending = 0; in toshoboe_interrupt()
1178 self->txpending++; in toshoboe_interrupt()
1181 ,irqstat,txp,self->txpending); in toshoboe_interrupt()
1206 if ((!self->txpending) && (self->new_speed)) in toshoboe_interrupt()
1331 ,self->int_sip,irqstat,self->txpending); in toshoboe_interrupt()
1712 while ((i--) && (self->txpending)) in toshoboe_gotosleep()
1719 self->txpending = 0; in toshoboe_gotosleep()