Lines Matching refs:fifo_hw
546 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, in vxge_xmit_compl() argument
571 __LINE__, fifo_hw, dtr, t_code); in vxge_xmit_compl()
584 vxge_hw_fifo_handle_tcode(fifo_hw, dtr, t_code); in vxge_xmit_compl()
598 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit_compl()
617 } while (vxge_hw_fifo_txdl_next_completed(fifo_hw, in vxge_xmit_compl()
815 struct __vxge_hw_fifo *fifo_hw; in vxge_xmit() local
861 fifo_hw = fifo->handle; in vxge_xmit()
866 avail = vxge_hw_fifo_free_txdl_count_get(fifo_hw); in vxge_xmit()
880 status = vxge_hw_fifo_txdl_reserve(fifo_hw, &dtr, &dtr_priv); in vxge_xmit()
891 fifo_hw, dtr, dtr_priv); in vxge_xmit()
904 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit()
920 vxge_hw_fifo_txdl_buffer_set(fifo_hw, dtr, j++, dma_pointer, in vxge_xmit()
941 vxge_hw_fifo_txdl_buffer_set(fifo_hw, dtr, j++, dma_pointer, in vxge_xmit()
968 vxge_hw_fifo_txdl_post(fifo_hw, dtr); in vxge_xmit()
989 vxge_hw_fifo_txdl_free(fifo_hw, dtr); in vxge_xmit()