Searched refs:dcnt (Results 1 – 4 of 4) sorted by relevance
51 static inline int nfp_net_tx_full(struct nfp_net_tx_ring *tx_ring, int dcnt) in nfp_net_tx_full() argument53 return (tx_ring->wr_p - tx_ring->rd_p) >= (tx_ring->cnt - dcnt); in nfp_net_tx_full()
553 int dcnt = 10; in tegra_adma_pause() local559 while (dcnt-- && !tegra_adma_is_paused(tdc)) in tegra_adma_pause()562 if (dcnt < 0) { in tegra_adma_pause()
64 __be32 dcnt; /* Byte count */ member
1720 entry->descriptor.dcnt = cpu_to_be32((u32)count); in tsi148_dma_list_add()
Completed in 22 milliseconds