Searched refs:fifoh (Results 1 – 4 of 4) sorted by relevance
2013 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,
437 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()4048 if (vpath->fifoh) in __vxge_hw_vpath_sw_reset()4049 status = __vxge_hw_fifo_reset(vpath->fifoh); in __vxge_hw_vpath_sw_reset()4622 vpath->fifoh = NULL; in __vxge_hw_vp_terminate()4831 vpath->fifoh->tx_intr_num = in vxge_hw_vpath_open()4866 attr->fifo_attr.userdata = vpath->fifoh; in vxge_hw_vpath_open()4875 if (vpath->fifoh != NULL) in vxge_hw_vpath_open()[all …]
1398 u32 vxge_hw_fifo_free_txdl_count_get(struct __vxge_hw_fifo *fifoh) in vxge_hw_fifo_free_txdl_count_get() argument1400 return vxge_hw_channel_dtr_count(&fifoh->channel); in vxge_hw_fifo_free_txdl_count_get()
697 struct __vxge_hw_fifo *____cacheline_aligned fifoh; member