Searched refs:to_process (Results 1 – 3 of 3) sorted by relevance
1185 int to_process = skb->len; in ncm_unwrap_ntb() local1343 to_process -= block_len; in ncm_unwrap_ntb()1349 if (to_process == 1 && in ncm_unwrap_ntb()1351 to_process--; in ncm_unwrap_ntb()1352 } else if ((to_process > 0) && (block_len != 0)) { in ncm_unwrap_ntb()
727 unsigned int processed = 0, to_process; in bcm_sysport_desc_rx() local748 to_process = (p_index - priv->rx_c_index) & RDMA_CONS_INDEX_MASK; in bcm_sysport_desc_rx()752 p_index, priv->rx_c_index, to_process); in bcm_sysport_desc_rx()754 while ((processed < to_process) && (processed < budget)) { in bcm_sysport_desc_rx()
947 to_process: Arc<Process>, in copy_transaction_data()996 match to_process.buffer_alloc(debug_id, len, is_oneway, self.process.task.pid()) { in copy_transaction_data()