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

/drivers/misc/carma/
H A Dcarma-fpga.c54 * 2) inflight pointer
55 * This pointer holds the currently inflight data buffer. This buffer is having
63 * inflight pointer, and then to the used list. After they have been read by
181 struct data_buf *inflight; member in struct:fpga_device
283 BUG_ON(priv->inflight != NULL);
587 /* If there is no inflight buffer, we've got a bug */
588 BUG_ON(priv->inflight == NULL);
590 /* Move the inflight buffer onto the used list */
591 list_move_tail(&priv->inflight->entry, &priv->used);
592 priv->inflight
[all...]
/drivers/iommu/
H A Damd_iommu_v2.c40 atomic_t inflight; member in struct:pri_queue
489 if (atomic_dec_and_test(&pasid_state->pri[tag].inflight) &&
572 atomic_inc(&pasid_state->pri[tag].inflight);
/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c398 u32 inflight; local
407 inflight = (u32) (ring->prod - ring->cons - ring->last_nr_txbb);
412 if (inflight && priv->port_up)
656 /* Track current inflight packets for performance analysis */

Completed in 562 milliseconds