Lines Matching refs:txdlh

1455 	void **txdlh, void **txdl_priv)  in vxge_hw_fifo_txdl_reserve()  argument
1463 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1467 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1483 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1509 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
1518 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1519 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1530 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1557 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1566 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1567 txdp_first = txdlh; in vxge_hw_fifo_txdl_post()
1569 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1574 vxge_hw_channel_dtr_post(&fifo->channel, txdlh); in vxge_hw_fifo_txdl_post()
1622 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed() argument
1631 vxge_hw_channel_dtr_try_complete(channel, txdlh); in vxge_hw_fifo_txdl_next_completed()
1633 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1656 *txdlh = NULL; in vxge_hw_fifo_txdl_next_completed()
1677 void *txdlh, in vxge_hw_fifo_handle_tcode() argument
1719 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free() argument
1728 (struct vxge_hw_fifo_txd *)txdlh); in vxge_hw_fifo_txdl_free()
1732 vxge_hw_channel_dtr_free(channel, txdlh); in vxge_hw_fifo_txdl_free()