Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dpmcc4_drv.c1245 int nts, nbuf, txnum, rxnum; in c4_chan_up() local
1262 nts = 0; in c4_chan_up()
1278 nts++; in c4_chan_up()
1281 nbuf = nts / 8 ? nts / 8 : 1; in c4_chan_up()
1348 rxnum = max_rxdesc_used + (nts / 4); in c4_chan_up()
1349 txnum = max_txdesc_used + (nts / 4); in c4_chan_up()