Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.c1809 int txd_need_cnt; in musycc_start_xmit() local
1837 txd_need_cnt = 0; in musycc_start_xmit()
1843 txd_need_cnt++; in musycc_start_xmit()
1847 if (txd_need_cnt == 0) in musycc_start_xmit()
1857 if (txd_need_cnt > ch->txd_num) /* never enough descriptors for this in musycc_start_xmit()
1863 ch->txd_num, txd_need_cnt + 1); in musycc_start_xmit()
1875 if (txd_need_cnt > ch->txd_free) in musycc_start_xmit()
1880 channum, ch->txd_free, ch->txd_num, txd_need_cnt); in musycc_start_xmit()
1883 ch->txd_required = txd_need_cnt; in musycc_start_xmit()