#include <vxge_config.h>
Data Fields | |
| struct vxge_hw_vpath_reg * | vp_reg |
| struct vxge_hw_common_reg * | common_reg |
| u32 | vp_id |
| u32 | doorbell_cnt |
| u32 | total_db_cnt |
| u64 | rxd_qword_limit |
| struct __vxge_hw_ring_block * | rxdl |
| u16 | buf_per_block |
| u16 | rxd_offset |
| u16 | rx_poll_weight |
| struct io_buffer * | iobuf [VXGE_HW_RING_BUF_PER_BLOCK+1] |
| struct __vxge_hw_virtualpath * | vpathh |
Definition at line 364 of file vxge_config.h.
struct vxge_hw_vpath_reg* __vxge_hw_ring::vp_reg [read] |
Definition at line 365 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), and vxge_hw_vpath_doorbell_rx().
struct vxge_hw_common_reg* __vxge_hw_ring::common_reg [read] |
Definition at line 372 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), and vxge_hw_vpath_doorbell_rx().
struct __vxge_hw_ring_block* __vxge_hw_ring::rxdl [read] |
Definition at line 374 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), __vxge_hw_ring_delete(), __vxge_hw_vpath_prc_configure(), vxge_hw_ring_replenish(), and vxge_hw_vpath_poll_rx().
Definition at line 376 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), and vxge_hw_ring_replenish().
Definition at line 377 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), __vxge_hw_ring_delete(), vxge_hw_ring_replenish(), and vxge_hw_vpath_poll_rx().
struct io_buffer* __vxge_hw_ring::iobuf[VXGE_HW_RING_BUF_PER_BLOCK+1] [read] |
Definition at line 382 of file vxge_config.h.
Referenced by __vxge_hw_ring_delete(), and vxge_hw_ring_replenish().
struct __vxge_hw_virtualpath* __vxge_hw_ring::vpathh [read] |
Definition at line 383 of file vxge_config.h.
Referenced by __vxge_hw_ring_create(), vxge_hw_ring_replenish(), and vxge_hw_vpath_poll_rx().
1.5.7.1