Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dmusycc.c152 if (ch->txd_num == 0) in musycc_dump_txbuffer_ring()
157 for (n = ch->txd_num; n; n--) { in musycc_dump_txbuffer_ring()
234 chan, ch->txd_num, in musycc_dump_ring()
972 if (ch->tx_full && (ch->txd_free >= (ch->txd_num / 2))) { in musycc_bh_tx_eom()
984 ch->txd_free, ch->txd_num / 2); in musycc_bh_tx_eom()
997 ch->txd_free, ch->txd_num / 2); in musycc_bh_tx_eom()
1575 for (i = 0; i < ch->txd_num; i++) in musycc_chan_down()
1588 ch->txd_num = 0; in musycc_chan_down()
1685 if (txd_need_cnt > ch->txd_num) { /* never enough descriptors for this in musycc_start_xmit()
1689 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()