Searched refs:txpending (Results 1 – 5 of 5) sorted by relevance
/drivers/net/irda/ |
D | donauboe.c | 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() [all …]
|
D | donauboe.h | 324 int txpending; /*how many tx's are pending */ member
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1952 int *txpending, slot_tx; in hfcmulti_tx() local 1963 txpending = &hc->chan[ch].txpending; in hfcmulti_tx() 1979 if ((!len) && *txpending != 1) in hfcmulti_tx() 1991 if (*txpending == 2) { in hfcmulti_tx() 1996 *txpending = 1; in hfcmulti_tx() 2059 *txpending && slot_tx >= 0) { in hfcmulti_tx() 2086 *txpending = 0; in hfcmulti_tx() 2103 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx() 2129 *txpending = 1; in hfcmulti_tx() 2941 if (hc->chan[ch].txpending) in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 55 int txpending; /* if there is currently data in */ member
|
/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 454 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 536 txfail = txpending = sendbar = 0; in ath_tx_complete_aggr() 558 txpending = 1; in ath_tx_complete_aggr() 564 txpending = 1; in ath_tx_complete_aggr() 580 if (!txpending) { in ath_tx_complete_aggr()
|