Searched refs:fifo_hw (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 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() [all …]
|