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