Searched refs:fifo_hw (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.c | 547 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, in vxge_xmit_compl() argument 570 "%s: %s:%d fifo_hw = %p dtr = %p " in vxge_xmit_compl() 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, in vxge_xmit() [all...] |
Completed in 5 milliseconds