Lines Matching refs:txdlh
1450 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument
1458 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1462 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1478 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1504 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
1513 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1514 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1525 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1552 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1561 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1562 txdp_first = txdlh; in vxge_hw_fifo_txdl_post()
1564 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1569 vxge_hw_channel_dtr_post(&fifo->channel, txdlh); in vxge_hw_fifo_txdl_post()
1617 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed() argument
1626 vxge_hw_channel_dtr_try_complete(channel, txdlh); in vxge_hw_fifo_txdl_next_completed()
1628 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1651 *txdlh = NULL; in vxge_hw_fifo_txdl_next_completed()
1672 void *txdlh, in vxge_hw_fifo_handle_tcode() argument
1714 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free() argument
1723 (struct vxge_hw_fifo_txd *)txdlh); in vxge_hw_fifo_txdl_free()
1727 vxge_hw_channel_dtr_free(channel, txdlh); in vxge_hw_fifo_txdl_free()