Lines Matching refs:fifo_hw
547 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, in vxge_xmit_compl() argument
572 __LINE__, fifo_hw, dtr, t_code); in vxge_xmit_compl()
585 vxge_hw_fifo_handle_tcode(fifo_hw, dtr, t_code); in vxge_xmit_compl()
599 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit_compl()
618 } while (vxge_hw_fifo_txdl_next_completed(fifo_hw, in vxge_xmit_compl()
816 struct __vxge_hw_fifo *fifo_hw; in vxge_xmit() local
862 fifo_hw = fifo->handle; in vxge_xmit()
867 avail = vxge_hw_fifo_free_txdl_count_get(fifo_hw); in vxge_xmit()
881 status = vxge_hw_fifo_txdl_reserve(fifo_hw, &dtr, &dtr_priv); in vxge_xmit()
892 fifo_hw, dtr, dtr_priv); in vxge_xmit()
905 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit()
921 vxge_hw_fifo_txdl_buffer_set(fifo_hw, dtr, j++, dma_pointer, in vxge_xmit()
942 vxge_hw_fifo_txdl_buffer_set(fifo_hw, dtr, j++, dma_pointer, in vxge_xmit()
969 vxge_hw_fifo_txdl_post(fifo_hw, dtr); in vxge_xmit()
990 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit()