Lines Matching refs:txdlh
1425 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument
1433 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1437 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1453 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1479 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
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()
1497 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1522 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1528 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
1529 txdp_first = 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()
1536 vxge_hw_channel_dtr_post(&fifo->channel, txdlh); in vxge_hw_fifo_txdl_post()
1584 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed() argument
1593 vxge_hw_channel_dtr_try_complete(channel, txdlh); in vxge_hw_fifo_txdl_next_completed()
1595 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1618 *txdlh = NULL; in vxge_hw_fifo_txdl_next_completed()
1639 void *txdlh, in vxge_hw_fifo_handle_tcode() argument
1678 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free() argument
1684 vxge_hw_channel_dtr_free(channel, txdlh); in vxge_hw_fifo_txdl_free()