Lines Matching refs:txdlh

1456 	void **txdlh, void **txdl_priv)  in vxge_hw_fifo_txdl_reserve()  argument
1464 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1468 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1484 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1510 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
1519 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1520 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1531 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1558 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1567 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1568 txdp_first = txdlh; in vxge_hw_fifo_txdl_post()
1570 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1575 vxge_hw_channel_dtr_post(&fifo->channel, txdlh); in vxge_hw_fifo_txdl_post()
1623 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed() argument
1632 vxge_hw_channel_dtr_try_complete(channel, txdlh); in vxge_hw_fifo_txdl_next_completed()
1634 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1657 *txdlh = NULL; in vxge_hw_fifo_txdl_next_completed()
1678 void *txdlh, in vxge_hw_fifo_handle_tcode() argument
1720 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free() argument
1729 (struct vxge_hw_fifo_txd *)txdlh); in vxge_hw_fifo_txdl_free()
1733 vxge_hw_channel_dtr_free(channel, txdlh); in vxge_hw_fifo_txdl_free()