Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/cxt1e1/
Dmusycc.c257 ch->ch_start_tx, ch->tx_full, ch->txd_free, ch->p.chan_mode); in musycc_dump_ring()
964 ch->ch_start_tx, ch->tx_full, ch->txd_free, ch->p.chan_mode); in musycc_bh_tx_eom()
1010 ch->tx_full, ch->txd_free, ch->txd_free + 1); in musycc_bh_tx_eom()
1012 ++ch->txd_free; in musycc_bh_tx_eom()
1037 if (ch->tx_full && (ch->txd_free >= (ch->txd_num / 2))) in musycc_bh_tx_eom()
1044 if (ch->txd_free >= ch->txd_required) in musycc_bh_tx_eom()
1051 ch->txd_free, ch->txd_num / 2); in musycc_bh_tx_eom()
1065 ch->txd_free, ch->txd_num / 2); in musycc_bh_tx_eom()
1533 … ci->devname, ch->channum, ch->p.chan_mode, sd_queue_stopped (ch->user), ch->txd_free); in musycc_intr_bh_tasklet()
1541 ch->ch_start_tx, ch->tx_full, ch->txd_free, ch->p.chan_mode); in musycc_intr_bh_tasklet()
[all …]
Dpmcc4_private.h84 short txd_free; /* count of TX Desc available */ member
Dpmcc4_drv.c1142 ch->txd_free < ch->txd_num) /* to clear out queued messages */ in c4_set_chan()
1414 ch->txd_free = txnum; in c4_chan_up()