Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/cxt1e1/
Dmusycc.c161 if (ch->txd_num == 0) in musycc_dump_txbuffer_ring()
168 for (n = ch->txd_num; n; n--) in musycc_dump_txbuffer_ring()
252 chan, ch->txd_num, in musycc_dump_ring()
1037 if (ch->tx_full && (ch->txd_free >= (ch->txd_num / 2))) 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()
1692 for (i = 0; i < ch->txd_num; i++) in musycc_chan_down()
1709 ch->txd_num = 0; in musycc_chan_down()
1808 if (txd_need_cnt > ch->txd_num) /* never enough descriptors for this in musycc_start_xmit()
1814 ch->txd_num, txd_need_cnt + 1); in musycc_start_xmit()
[all …]
Dpmcc4_private.h87 unsigned short txd_num; /* must support range up to 1000 */ member
Dpmcc4_drv.c1142 ch->txd_free < ch->txd_num) /* to clear out queued messages */ in c4_set_chan()
1361 ch->txd_num = txnum; in c4_chan_up()
1459 ch->txd_num = 0; in c4_chan_up()