Home
last modified time | relevance | path

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

/linux-5.19.10/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,
2000 vxge_hw_vpath_check_leak(struct __vxge_hw_ring *ringh);
Dvxge-main.c334 void *post_dtr, struct __vxge_hw_ring *ringh) in vxge_post() argument
339 vxge_hw_ring_rxd_post_post_wmb(ringh, *first_dtr); in vxge_post()
342 vxge_hw_ring_rxd_post_post(ringh, post_dtr); in vxge_post()
354 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, in vxge_rx_1b_compl() argument
386 vxge_hw_ring_rxd_1b_get(ringh, dtr, &dma_sizes); in vxge_rx_1b_compl()
395 vxge_hw_ring_rxd_1b_info_get(ringh, dtr, &ext_info); in vxge_rx_1b_compl()
402 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) != in vxge_rx_1b_compl()
417 vxge_post(&dtr_cnt, &first_dtr, dtr, ringh); in vxge_rx_1b_compl()
432 vxge_hw_ring_rxd_pre_post(ringh, dtr); in vxge_rx_1b_compl()
434 ringh); in vxge_rx_1b_compl()
[all …]
Dvxge-traffic.c1971 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_enable()
2013 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_disable()
2047 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_bcast_enable()
2079 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_enable()
2112 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_disable()
Dvxge-config.c442 vpath->ringh = (struct __vxge_hw_ring *)channel; in __vxge_hw_channel_initialize()
2769 struct __vxge_hw_ring *ring = vp->vpath->ringh; in __vxge_hw_ring_delete()
2776 vp->vpath->ringh = NULL; in __vxge_hw_ring_delete()
2823 vp->vpath->ringh = ring; in __vxge_hw_ring_create()
4043 if (vpath->ringh) { in __vxge_hw_vpath_sw_reset()
4044 status = __vxge_hw_ring_reset(vpath->ringh); in __vxge_hw_vpath_sw_reset()
4110 vpath->ringh) >> 3), &vp_reg->prc_cfg5); in __vxge_hw_vpath_prc_configure()
4622 vpath->ringh = NULL; in __vxge_hw_vp_terminate()
4868 attr->ring_attr.userdata = vpath->ringh; in vxge_hw_vpath_open()
4873 if (vpath->ringh != NULL) in vxge_hw_vpath_open()
[all …]
Dvxge-traffic.h2226 struct __vxge_hw_ring *ringh);