Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/vxge/ !
Dvxge-config.h690 struct __vxge_hw_ring *____cacheline_aligned ringh; member
933 struct __vxge_hw_ring *ringh,
1715 struct __vxge_hw_ring *ringh,
1999 vxge_hw_vpath_check_leak(struct __vxge_hw_ring *ringh);
Dvxge-main.c338 void *post_dtr, struct __vxge_hw_ring *ringh) in vxge_post() argument
343 vxge_hw_ring_rxd_post_post_wmb(ringh, *first_dtr); in vxge_post()
346 vxge_hw_ring_rxd_post_post(ringh, post_dtr); in vxge_post()
358 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, in vxge_rx_1b_compl() argument
387 vxge_hw_ring_rxd_1b_get(ringh, dtr, &dma_sizes); in vxge_rx_1b_compl()
396 vxge_hw_ring_rxd_1b_info_get(ringh, dtr, &ext_info); in vxge_rx_1b_compl()
403 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) != in vxge_rx_1b_compl()
418 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.c2056 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_enable()
2098 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_promisc_disable()
2132 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_bcast_enable()
2164 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_enable()
2197 if ((vp == NULL) || (vp->vpath->ringh == NULL)) { in vxge_hw_vpath_mcast_disable()
Dvxge-config.c444 vpath->ringh = (struct __vxge_hw_ring *)channel; in __vxge_hw_channel_initialize()
2809 struct __vxge_hw_ring *ring = vp->vpath->ringh; in __vxge_hw_ring_delete()
2816 vp->vpath->ringh = NULL; in __vxge_hw_ring_delete()
2861 vp->vpath->ringh = ring; in __vxge_hw_ring_create()
4081 if (vpath->ringh) { in __vxge_hw_vpath_sw_reset()
4082 status = __vxge_hw_ring_reset(vpath->ringh); in __vxge_hw_vpath_sw_reset()
4148 vpath->ringh) >> 3), &vp_reg->prc_cfg5); in __vxge_hw_vpath_prc_configure()
4889 attr->ring_attr.userdata = vpath->ringh; in vxge_hw_vpath_open()
4894 if (vpath->ringh != NULL) in vxge_hw_vpath_open()
4919 struct __vxge_hw_ring *ring = vpath->ringh; in vxge_hw_vpath_rx_doorbell_init()
[all …]
Dvxge-traffic.h2234 struct __vxge_hw_ring *ringh);