Lines Matching refs:txdl_priv
1425 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument
1450 *txdl_priv = (void *)(size_t)txdp->host_control; in vxge_hw_fifo_txdl_reserve()
1482 struct __vxge_hw_fifo_txdl_priv *txdl_priv; in vxge_hw_fifo_txdl_buffer_set() local
1485 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1486 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1496 if (txdl_priv->frags) { in vxge_hw_fifo_txdl_buffer_set()
1498 (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_buffer_set()
1504 vxge_assert(frag_idx < txdl_priv->alloc_frags); in vxge_hw_fifo_txdl_buffer_set()
1509 txdl_priv->frags++; in vxge_hw_fifo_txdl_buffer_set()
1524 struct __vxge_hw_fifo_txdl_priv *txdl_priv; in vxge_hw_fifo_txdl_post() local
1528 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1531 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1539 (u64)txdl_priv->dma_addr, in vxge_hw_fifo_txdl_post()
1540 txdl_priv->frags - 1, in vxge_hw_fifo_txdl_post()