Home
last modified time | relevance | path

Searched refs:fifoh (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h2013 struct __vxge_hw_fifo *fifoh,
2032 struct __vxge_hw_fifo *fifoh,
2037 struct __vxge_hw_fifo *fifoh,
2042 struct __vxge_hw_fifo *fifoh,
2229 struct __vxge_hw_fifo *fifoh,
Dvxge-config.c437 vpath->fifoh = (struct __vxge_hw_fifo *)channel; in __vxge_hw_channel_initialize()
3373 struct __vxge_hw_fifo *fifo = vp->vpath->fifoh; in __vxge_hw_fifo_delete()
3380 vp->vpath->fifoh = NULL; in __vxge_hw_fifo_delete()
3465 vpath->fifoh = fifo; in __vxge_hw_fifo_create()
4049 if (vpath->fifoh) in __vxge_hw_vpath_sw_reset()
4050 status = __vxge_hw_fifo_reset(vpath->fifoh); in __vxge_hw_vpath_sw_reset()
4623 vpath->fifoh = NULL; in __vxge_hw_vp_terminate()
4832 vpath->fifoh->tx_intr_num = in vxge_hw_vpath_open()
4867 attr->fifo_attr.userdata = vpath->fifoh; in vxge_hw_vpath_open()
4876 if (vpath->fifoh != NULL) in vxge_hw_vpath_open()
[all …]
Dvxge-traffic.c1398 u32 vxge_hw_fifo_free_txdl_count_get(struct __vxge_hw_fifo *fifoh) in vxge_hw_fifo_free_txdl_count_get() argument
1400 return vxge_hw_channel_dtr_count(&fifoh->channel); in vxge_hw_fifo_free_txdl_count_get()
Dvxge-config.h697 struct __vxge_hw_fifo *____cacheline_aligned fifoh; member