Home
last modified time | relevance | path

Searched refs:ringh (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h696 struct __vxge_hw_ring *____cacheline_aligned ringh; member
939 struct __vxge_hw_ring *ringh,
1721 struct __vxge_hw_ring *ringh,
2005 vxge_hw_vpath_check_leak(struct __vxge_hw_ring *ringh);
Dvxge-main.c333 void *post_dtr, struct __vxge_hw_ring *ringh) in vxge_post() argument
338 vxge_hw_ring_rxd_post_post_wmb(ringh, *first_dtr); in vxge_post()
341 vxge_hw_ring_rxd_post_post(ringh, post_dtr); in vxge_post()
353 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, in vxge_rx_1b_compl() argument
382 vxge_hw_ring_rxd_1b_get(ringh, dtr, &dma_sizes); in vxge_rx_1b_compl()
391 vxge_hw_ring_rxd_1b_info_get(ringh, dtr, &ext_info); in vxge_rx_1b_compl()
398 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) != in vxge_rx_1b_compl()
413 vxge_post(&dtr_cnt, &first_dtr, dtr, ringh); in vxge_rx_1b_compl()
427 vxge_hw_ring_rxd_pre_post(ringh, dtr); in vxge_rx_1b_compl()
429 ringh); in vxge_rx_1b_compl()
[all …]
Dvxge-traffic.c2057 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_enable()
2099 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_disable()
2133 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_bcast_enable()
2165 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_enable()
2198 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_disable()
Dvxge-config.c443 vpath->ringh = (struct __vxge_hw_ring *)channel; in __vxge_hw_channel_initialize()
2791 struct __vxge_hw_ring *ring = vp->vpath->ringh; in __vxge_hw_ring_delete()
2798 vp->vpath->ringh = NULL; in __vxge_hw_ring_delete()
2845 vp->vpath->ringh = ring; in __vxge_hw_ring_create()
4064 if (vpath->ringh) { in __vxge_hw_vpath_sw_reset()
4065 status = __vxge_hw_ring_reset(vpath->ringh); in __vxge_hw_vpath_sw_reset()
4131 vpath->ringh) >> 3), &vp_reg->prc_cfg5); in __vxge_hw_vpath_prc_configure()
4645 vpath->ringh = NULL; in __vxge_hw_vp_terminate()
4891 attr->ring_attr.userdata = vpath->ringh; in vxge_hw_vpath_open()
4896 if (vpath->ringh != NULL) in vxge_hw_vpath_open()
[all …]
Dvxge-traffic.h2234 struct __vxge_hw_ring *ringh);