Lines Matching refs:txdlh
1440 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument
1448 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1452 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1468 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1494 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
1500 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1501 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1512 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1539 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1545 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1546 txdp_first = txdlh; in vxge_hw_fifo_txdl_post()
1548 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1553 vxge_hw_channel_dtr_post(&fifo->channel, txdlh); in vxge_hw_fifo_txdl_post()
1601 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed() argument
1610 vxge_hw_channel_dtr_try_complete(channel, txdlh); in vxge_hw_fifo_txdl_next_completed()
1612 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1635 *txdlh = NULL; in vxge_hw_fifo_txdl_next_completed()
1656 void *txdlh, in vxge_hw_fifo_handle_tcode() argument
1695 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free() argument
1704 (struct vxge_hw_fifo_txd *)txdlh); in vxge_hw_fifo_txdl_free()
1708 vxge_hw_channel_dtr_free(channel, txdlh); in vxge_hw_fifo_txdl_free()