Searched refs:descr_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c819 unsigned int start, descr_count, buf_count, batch_limit; local
843 descr_count = 0;
846 descr_count < batch_limit && i < ring_limit;
878 dmas[descr_count][j] = TX_DESC_INFO(txring, i+1+j).dma;
880 skbs[descr_count] = skb;
881 nf[descr_count] = nr_frags;
886 descr_count++;
893 for (i = 0; i < descr_count; i++)
896 total_count += descr_count;
899 if (descr_count
[all...]

Completed in 161 milliseconds