Lines Matching refs:txpending
531 self->txpending = 0; in toshoboe_initptrs()
973 __func__, skb->len, self->txpending, INB(OBOE_ENABLEH)); in toshoboe_hard_xmit()
998 if (self->txpending || skb->len) in toshoboe_hard_xmit()
1033 if (self->txpending) in toshoboe_hard_xmit()
1044 pr_debug("%s.mtt:%x(%x)%d\n", __func__, skb->len, mtt, self->txpending); in toshoboe_hard_xmit()
1066 self->txpending++; in toshoboe_hard_xmit()
1089 self->txpending); in toshoboe_hard_xmit()
1119 if (!self->txpending) in toshoboe_hard_xmit()
1122 self->txpending++; in toshoboe_hard_xmit()
1158 txp = self->txpending; in toshoboe_interrupt()
1159 self->txpending = 0; in toshoboe_interrupt()
1164 self->txpending++; in toshoboe_interrupt()
1166 pr_debug("%s.txd(%x)%x/%x\n", __func__, irqstat, txp, self->txpending); in toshoboe_interrupt()
1191 if ((!self->txpending) && (self->new_speed)) in toshoboe_interrupt()
1316 __func__, self->int_sip, irqstat, self->txpending); in toshoboe_interrupt()
1688 while ((i--) && (self->txpending)) in toshoboe_gotosleep()
1695 self->txpending = 0; in toshoboe_gotosleep()