Home
last modified time | relevance | path

Searched refs:txd_required (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/cxt1e1/
Dmusycc.c253 …ead (&ci->tx_pending), (u_int32_t) atomic_read (&ch->tx_pending), ch->txd_required, ch->s.tx_packe… in musycc_dump_ring()
347 ch->txd_required = 0; in musycc_update_tx_thp()
1044 if (ch->txd_free >= ch->txd_required) in musycc_bh_tx_eom()
1054 ch->txd_required = 0; in musycc_bh_tx_eom()
1782 ch->txd_free, ch->txd_required, sd_queue_stopped (ch->user)); in musycc_start_xmit()
1834 ch->txd_required = txd_need_cnt; in musycc_start_xmit()
Dpmcc4_private.h85 short txd_required; /* count of TX Desc needed by mesg */ member
Dpmcc4_drv.c1416 ch->txd_required = 0; in c4_chan_up()