Searched refs:txd_need_cnt (Results 1 – 1 of 1) sorted by relevance
1809 int txd_need_cnt; in musycc_start_xmit() local1837 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()